Skip to content
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: Migrate SearchFragment to Jetpack Compose #2073

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

ashutosh-kumar-kushwaha
Copy link

@ashutosh-kumar-kushwaha ashutosh-kumar-kushwaha commented Feb 29, 2024

Fixes #2066

video_2024-02-29_12-40-42.mp4

Please make sure these boxes are checked before submitting your pull request - thanks!

  • Apply the MifosStyle.xml style template to your code in Android Studio.

  • Run the unit tests with ./gradlew check to make sure you didn't break anything

  • If you have multiple commits please combine them into one commit by squashing them.

# Conflicts:
#	mifosng-android/build.gradle.kts
#	mifosng-android/src/main/java/com/mifos/mifosxdroid/online/search/SearchFragment.kt
#	mifosng-android/src/main/java/com/mifos/mifosxdroid/online/search/SearchUiState.kt
#	mifosng-android/src/main/java/com/mifos/mifosxdroid/online/search/SearchViewModel.kt
#	mifosng-android/src/test/java/com/mifos/viewmodels/SearchViewModelTest.kt
@@ -0,0 +1,112 @@
package com.mifos.mifosxdroid.views
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good Implementation

@ashutosh-kumar-kushwaha
Copy link
Author

@ashutosh-kumar-kushwaha Can you make the changes listed above so that we can merge this PR?

I have resolved the merge conflicts. Please let me know if anything else is required.

Copy link
Collaborator

@Aditya-gupta99 Aditya-gupta99 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ashutosh-kumar-kushwaha Can you make the changes listed so that we can merge this PR?

@therajanmaurya
Copy link
Member

I see when we click on Search EditText, View move below little bit fix that please.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refactor: Migrate Search Fragment to Jetpack Compose
3 participants