-
Notifications
You must be signed in to change notification settings - Fork 629
Feat - CMP migration of feature/groups #2369
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
Conversation
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.
and in some place fontSizes are directly used as 16.sp like that if it is required replace with MaterialTheme.typography
or we can clean the things while implementing new mockups
...system/src/commonMain/kotlin/com/mifos/core/designsystem/component/MifosTextFieldDropdown.kt
Show resolved
Hide resolved
...groups/src/androidMain/kotlin/com/mifos/feature/groups/groupList/GroupsListScreen.android.kt
Show resolved
Hide resolved
Those won't be any issue @revanthkumarJ , since we will be implementing new mockups |
@itsPronay can you change the pr title from draft to feat |
...groups/src/commonMain/kotlin/com/mifos/feature/groups/createNewGroup/CreateNewGroupScreen.kt
Outdated
Show resolved
Hide resolved
...ure/groups/src/commonMain/kotlin/com/mifos/feature/groups/groupDetails/GroupDetailsScreen.kt
Outdated
Show resolved
Hide resolved
...ure/groups/src/commonMain/kotlin/com/mifos/feature/groups/groupDetails/GroupDetailsScreen.kt
Outdated
Show resolved
Hide resolved
.../src/commonMain/kotlin/com/mifos/feature/groups/syncGroupDialog/SyncGroupsDialogViewModel.kt
Show resolved
Hide resolved
@itsPronay I recommended some minor changes. Everything else looks good to me. After you have addressed the requested changes, let me know I will approve. |
@itsPronay Please add the screen recording you sent earlier on slack. |
Fixes - https://mifosforge.jira.com/browse/MIFOSAC-421

Screenrecorder-2025-06-10-21-28-57-295.mp4
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.