-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
Refactoring KeyVisual #31256
base: main
Are you sure you want to change the base?
Refactoring KeyVisual #31256
Conversation
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.
Few small things. And of course a screenshot would be lovely :)
src/settings-ui/Settings.UI/SettingsXAML/Controls/KeyVisual/KeyVisual.xaml
Show resolved
Hide resolved
src/settings-ui/Settings.UI/SettingsXAML/Controls/KeyVisual/KeyVisual.xaml
Outdated
Show resolved
Hide resolved
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 Edit icon is missing |
@niels9001, i look at this and what made me really like the old style is it was clear the key combo due to the visual break. Maybe another view point could be what i sent over in teams. |
I like to mention #32944 as it makes sense to address it in this PR and is maybe a solution for the problem @jaimecbernardo mentioned above. |
KeyVisual
so it's easier to maintain going forward. It's not usingStyles
which allows for more customization and drives visual alignment.ListView
on the KBM page with anItemsControl
so the disabled state is now visually the same as regularSettingsCards
Disabled state for KBM