- 
                Notifications
    You must be signed in to change notification settings 
- Fork 393
style: update ui and design of system notification components (what's new, new release notification, help center) #6300
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | 
|---|---|---|
|  | @@ -164,6 +164,8 @@ | |
| --interface-menu-component-surface-hovered: var(--color-gray-200); | ||
| --interface-menu-component-surface-selected: var(--color-gray-400); | ||
| --interface-menu-keybind-surface-default: var(--color-gray-500); | ||
| --interface-menu-surface: var(--color-pure-white); | ||
| There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [quality] medium Priority Issue: New CSS design tokens lack documentation | ||
| --interface-menu-stroke: var(--color-gray-400); | ||
| --interface-panel-surface: var(--color-pure-white); | ||
| --interface-stroke: var(--color-gray-300); | ||
| --nav-background: var(--color-pure-white); | ||
|  | @@ -215,6 +217,8 @@ | |
| --interface-menu-component-surface-hovered: var(--color-charcoal-400); | ||
| --interface-menu-component-surface-selected: var(--color-charcoal-300); | ||
| --interface-menu-keybind-surface-default: var(--color-charcoal-200); | ||
| --interface-menu-surface: var(--color-charcoal-800); | ||
| --interface-menu-stroke: var(--color-stone-200); | ||
| --interface-panel-surface: var(--color-charcoal-100); | ||
| --interface-stroke: var(--color-charcoal-400); | ||
| --nav-background: var(--color-charcoal-100); | ||
|  | @@ -267,6 +271,8 @@ | |
| --color-interface-menu-keybind-surface-default: var( | ||
| --interface-menu-keybind-surface-default | ||
| ); | ||
| --color-interface-menu-surface: var(--interface-menu-surface); | ||
| --color-interface-menu-stroke: var(--interface-menu-stroke); | ||
| --color-interface-panel-surface: var(--interface-panel-surface); | ||
| --color-interface-stroke: var(--interface-stroke); | ||
| --color-nav-background: var(--nav-background); | ||
|  | ||
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.
[architecture] low Priority
Issue: Test cases do not verify accessibility compliance
Context: New UI components and updated menu structure should include accessibility testing
Suggestion: Add test cases to verify ARIA attributes, keyboard navigation, and screen reader compatibility for the updated help center menu and notification components