-
Notifications
You must be signed in to change notification settings - Fork 72
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
Improve changelog modal in the launcher - use new layout #1059
base: main
Are you sure you want to change the base?
Conversation
Add labels:
For UI review:
|
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.
The snapshots still need to be updated but besides that the change looks good, especially the dialogs look better with it. Thanks for the change!
max-height: 70dvh; | ||
@media screen and (max-height: 650px) { | ||
max-height: 55dvh; | ||
} |
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.
Makes me wonder, if the max-height is something which is only helpful for the release notes dialog or for all generic dialogs.
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.
Wasn't sure, so decided to keep it here for now.
70dvh and 55 dvh are quite arbitrary values and to put this in shared would be better to invest more time into math calculations
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.
LGTM
Before:
After:
Note: changed the order of the buttons, makes sense to me to have primary button with primary action on the left when update is available