-
Notifications
You must be signed in to change notification settings - Fork 622
refactor(feature:path-tracking): migrate to CMP #2400
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
refactor(feature:path-tracking): migrate to CMP #2400
Conversation
…ns, navigation, typography
...re/path-tracking/src/commonMain/kotlin/com/mifos/feature/path/tracking/PathTrackingScreen.kt
Show resolved
Hide resolved
@biplab1 Is it done? Please get approval from other team members. |
@niyajali I have requested approval from @itsPronay and @revanthkumarJ |
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.
We can enhance it more but I'm merging this now, and plan later for enhancement like instead of calling view model method inaide of LaunchEffect use init in ViewModel and call that method there, and use class(::) reference if the parameters are same instead of function call.and more
Fixes - Jira-#425
path_tracking_screen.mp4
Please make sure these boxes are checked before submitting your pull request - thanks!
[ X] Run the static analysis check
./gradlew check
orci-prepush.sh
to make sure you didn't break anything[ X] If you have multiple commits please combine them into one commit by squashing them.