-
Notifications
You must be signed in to change notification settings - Fork 618
feat: search migrate to cmp #2386
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: kmp-impl
Are you sure you want to change the base?
Conversation
@kapmaurya is it done? |
@kapmaurya run the application and upload screenshots |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kapmaurya do the mentioned changes and upload screenshots.
Double check
- remove comments
- change fontSize to MaterialTheme.typography
- use MifosIcons
|
||
AlertDialog( | ||
modifier = modifier.widthIn(max = configuration.screenWidthDp.dp - 80.dp), | ||
modifier = modifier.widthIn(max = dialogMaxWidth), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we have MifosAlertDialog see it and use it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
name of that composable is MifosDialogBox
feature/search/src/commonMain/kotlin/com/mifos/feature/search/components/SearchBox.kt
Show resolved
Hide resolved
feature/search/src/commonMain/kotlin/com/mifos/feature/search/components/SearchBox.kt
Outdated
Show resolved
Hide resolved
feature/search/src/commonMain/kotlin/com/mifos/feature/search/components/SearchScreenResult.kt
Outdated
Show resolved
Hide resolved
@kapmaurya @revanthkumarJ is it done |
@kapmaurya if it is done upload screenshots , if you are facing any issue mention those screenshots and issue in android-client slack channel |
Fixes - [Jira-#Issue_Number](https://mifosforge.jira.com/browse/MIFOSAC-428)
Didn't create a Jira ticket, click here to create new.
Please Add Screenshots If there are any UI changes.
Please make sure these boxes are checked before submitting your pull request - thanks!
Run the static analysis check
./gradlew check
orci-prepush.sh
to make sure you didn't break anythingIf you have multiple commits please combine them into one commit by squashing them.