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

Applied Spotless and Detekt to the "feature-datatable" module. MIFOSAC-282 #2256

Merged
merged 2 commits into from
Dec 12, 2024

Conversation

Aditya3815
Copy link
Contributor

@Aditya3815 Aditya3815 commented Dec 7, 2024

Apply Spotless and Detekt to the "feature-datatable" module.

Fixes https://mifosforge.jira.com/browse/MIFOSAC-282

Please Add Screenshots If there are any UI change
Screenshot 2024-12-07 225832
Screenshot 2024-12-07 225909

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.

Apply Spotless and Detekt to the "feature-datatable" module.
@Aditya3815
Copy link
Contributor Author

Sir, please merge this PR this is done

@itsPronay
Copy link
Contributor

@Aditya3815 please fix merge conflicts

@Aditya3815 Aditya3815 reopened this Dec 8, 2024
) {
Box(
modifier = Modifier
modifier = modifier // Pass the modifier here
Copy link
Contributor

Choose a reason for hiding this comment

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

can you remove comments here?

) { paddingValues ->
Column(modifier = Modifier.padding(paddingValues)) {
Column(modifier = modifier.padding(paddingValues)) { // Use the passed Modifier here
Copy link
Contributor

Choose a reason for hiding this comment

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

here as well

@Aditya3815
Copy link
Contributor Author

Aditya3815 commented Dec 12, 2024 via email

@therajanmaurya therajanmaurya merged commit 72142da into openMF:master Dec 12, 2024
0 of 2 checks passed
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.

3 participants