Skip to content

AboutActivity to Jetpack Compose #2489

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Conversation

TheLastProject
Copy link
Member

@TheLastProject TheLastProject commented May 4, 2025

  • Composify
  • Hide elements when they should be hidden
  • Don't crash when clicking an element
  • Fix tests
  • Remove colour selection options in Catima (to simplify migration)
  • Ensure consistency with other activity designs

true
setContent {
MaterialTheme {
Scaffold(
Copy link
Contributor

Choose a reason for hiding this comment

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

I would extract the logic for the actual screen content in a separate function. That would make it easier to preview the UI and test it with fake data. Example, Documentation

)
}
}
}
Copy link
Contributor

Choose a reason for hiding this comment

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

Missing new line? Maybe also a Preview?

@TheLastProject TheLastProject force-pushed the feature/aboutCompose branch 2 times, most recently from 80a7ef9 to d3f7549 Compare May 7, 2025 18:30
@TheLastProject TheLastProject force-pushed the feature/aboutCompose branch 4 times, most recently from 437a681 to e79efe2 Compare June 4, 2025 11:30
@TheLastProject TheLastProject force-pushed the feature/aboutCompose branch from e79efe2 to d14f5c8 Compare June 4, 2025 12:44
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.

2 participants