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

Harmonize dialogs, general cleanup #171

Merged

Conversation

carstenhag
Copy link
Collaborator

@carstenhag carstenhag commented Nov 3, 2024

Fixes #120

  • Hardcoded paddings inside the dialogs got removed
  • Add modifier: Modifier = Modifier to public composables
  • Don't wrap Text in Column if not necessary (inside AlertDialog)
  • Early abort method to avoid indentation levels
  • Add compose previews where possible (when dbHelper is used, it won't work...)
  • Use Card with onClick and not Modifier.clickable(), else the ripple animation is wrong

Screenshots:

studio64_DL0tBnUdfA
studio64_gns9CPPfZb
studio64_x6R4lhZTAK

@EmmaTellblom EmmaTellblom merged commit dd539b5 into EmmaTellblom:main Nov 4, 2024
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.

Consistency of symptom popup's buttons
2 participants