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

Improve changelog modal in the launcher - use new layout #1059

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

KievDevel
Copy link
Contributor

@KievDevel KievDevel commented Nov 20, 2024

Before:
image
image

After:
image
image

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

Copy link

Add labels:

  • 'doc required' or 'doc not required'
  • 'ui required' or 'ui not required'

For UI review:

  • describe the changes
  • add pictures
  • add the relevant UI responsible(s) as a reviewer

@KievDevel KievDevel added doc required This PR includes user-facing changes that need to be documented. ui required All PRs either need "ui required" or "ui not required". labels Nov 20, 2024
Copy link
Contributor

@datenreisender datenreisender left a 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;
}
Copy link
Contributor

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.

Copy link
Contributor Author

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

Copy link
Contributor

@datenreisender datenreisender left a comment

Choose a reason for hiding this comment

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

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc required This PR includes user-facing changes that need to be documented. ui required All PRs either need "ui required" or "ui not required".
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants