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

feat: [ANDROAPP-6689] Create DataSetInstanceScreen #3947

Open
wants to merge 9 commits into
base: develop
Choose a base branch
from

Conversation

Balcan
Copy link
Collaborator

@Balcan Balcan commented Dec 20, 2024

Description

Please include a summary of the change and include the related jira issue if it exists.

[ jira issue ](https://dhis2.atlassian.net/browse/ANDROAPP-

Solution description

If this PR is a fix include a brief description on how the issue is solved.

Covered unit test cases

Describe the tests that you ran to verify your changes.

Where did you test this issue?

  • Smartphone Emulator
  • Tablet Emulator
  • Smartphone
  • Tablet

Which Android versions did you test this issue?

  • 4.4
  • 5.X - 6.X
  • 7.X
  • 8.X
  • 9.X - 10.X
  • 11.X - 13.X
  • Other

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code

aggregates/build.gradle.kts Outdated Show resolved Hide resolved
gradle/libs.versions.toml Show resolved Hide resolved
stock-usecase/build.gradle.kts Outdated Show resolved Hide resolved
Base automatically changed from ANDROAPP-6688 to develop January 8, 2025 12:16
Copy link
Contributor

@xavimolloy xavimolloy left a comment

Choose a reason for hiding this comment

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

amazing job!

if (false) {
ScrollableTabRow(
modifier = modifier
.height(48.dp)
Copy link
Contributor

Choose a reason for hiding this comment

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

Do you think it would make sense to use mobile UI's Spacing object for all these DP values?

}
AdaptiveTabRow(
modifier = modifier
.height(48.dp)
Copy link
Contributor

Choose a reason for hiding this comment

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

same thing in this file

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I think it would make more sense to add this AdaptativeTabRow to the mobile ui.

@Balcan Balcan requested a review from andresmr January 8, 2025 14:38
aggregates/build.gradle.kts Show resolved Hide resolved
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