-
Notifications
You must be signed in to change notification settings - Fork 3
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
1853: Fix the style of dialogs in the app #1857
base: main
Are you sure you want to change the base?
1853: Fix the style of dialogs in the app #1857
Conversation
@@ -44,7 +44,7 @@ | |||
"limitReached": "Ihr Passlimit wurde erreicht. Bitte entfernen Sie vorher einen Pass, damit Sie einen neuen aktivieren können.", | |||
"buttonText": "Pass aktivieren", | |||
"invalidCode": "Ihr Aktivierungscode ist ungültig.", | |||
"alreadyExists": "Dieser Pass wurde bereits auf dem Gerät aktiviert.", | |||
"alreadyExists": "Dieser Pass wurde bereits auf diesem Gerät aktiviert.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just a small nitpick, it's "this device" in the english version
controlAffinity: ListTileControlAffinity.leading, | ||
contentPadding: EdgeInsets.zero, | ||
visualDensity: VisualDensity.compact, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is the view for the static card verification?
looks good. Just ensure that the cards of other projects still work
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is the view for the static card verification?
yes
Just ensure that the cards of other projects still work
I checked Nürnberg as well, but feel free to double check
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested on android and ios.
Nicely done 👍
Good refactoring, couldn't find any issues!
Short description
Fix styling issues in the dialogs
Proposed changes
Side effects
Couldn't find any
Testing
Check different dialogs in the app (I believe I checked every dialog I touched)
Resolved issues
Fixes: #1853
Fixes: #1846
And some other findings, like