UI: refresh dashboard design system#1786
Merged
steipete merged 4 commits intoopenclaw:mainfrom Jan 25, 2026
Merged
Conversation
- Typography: swap Inter for Space Grotesk (geometric, techy) - Colors: punchier accent red, add teal secondary, warmer darks - Cards: better shadows, hover lift effect, increased padding - Stats: uppercase labels, larger bold values - Buttons: hover lift micro-interaction, glow on primary - Status dots: glow effects and subtle pulse animation - Callouts: gradient backgrounds for depth - Navigation: active state accent bar indicator - Layout: more breathing room, bolder page titles
72afc06 to
48ca19c
Compare
Contributor
EnzeD
added a commit
to EnzeD/clawdbot
that referenced
this pull request
Jan 25, 2026
Contributor
|
@mousberg there's some specificity issues with the light theme. In light mode, :root[data-theme="light"] .btn--icon {
background: #fff;
border-color: var(--border);
box-shadow: 0 1px 2px #1018280d;
color: var(--muted);
}is overriding .btn.active {
border-color: var(--accent);
background: var(--accent-subtle);
color: var(--accent);
} |
Contributor
Author
|
Thanks @bradleypriest! Fixed the light mode specificity issue in #1816 - added |
rodrigouroz
pushed a commit
to rodrigouroz/openclaw
that referenced
this pull request
Jan 26, 2026
* UI: refresh dashboard design system - Typography: swap Inter for Space Grotesk (geometric, techy) - Colors: punchier accent red, add teal secondary, warmer darks - Cards: better shadows, hover lift effect, increased padding - Stats: uppercase labels, larger bold values - Buttons: hover lift micro-interaction, glow on primary - Status dots: glow effects and subtle pulse animation - Callouts: gradient backgrounds for depth - Navigation: active state accent bar indicator - Layout: more breathing room, bolder page titles * UI: remove nav active bar indicator * UI: hide nav scrollbar, remove nav border * fix: add changelog entry for dashboard refresh (openclaw#1786) (thanks @mousberg) --------- Co-authored-by: Peter Steinberger <steipete@gmail.com>
dgarson
pushed a commit
to dgarson/clawdbot
that referenced
this pull request
Feb 2, 2026
* UI: refresh dashboard design system - Typography: swap Inter for Space Grotesk (geometric, techy) - Colors: punchier accent red, add teal secondary, warmer darks - Cards: better shadows, hover lift effect, increased padding - Stats: uppercase labels, larger bold values - Buttons: hover lift micro-interaction, glow on primary - Status dots: glow effects and subtle pulse animation - Callouts: gradient backgrounds for depth - Navigation: active state accent bar indicator - Layout: more breathing room, bolder page titles * UI: remove nav active bar indicator * UI: hide nav scrollbar, remove nav border * fix: add changelog entry for dashboard refresh (openclaw#1786) (thanks @mousberg) --------- Co-authored-by: Peter Steinberger <steipete@gmail.com>
zooqueen
pushed a commit
to hanzoai/bot
that referenced
this pull request
Mar 6, 2026
* UI: refresh dashboard design system - Typography: swap Inter for Space Grotesk (geometric, techy) - Colors: punchier accent red, add teal secondary, warmer darks - Cards: better shadows, hover lift effect, increased padding - Stats: uppercase labels, larger bold values - Buttons: hover lift micro-interaction, glow on primary - Status dots: glow effects and subtle pulse animation - Callouts: gradient backgrounds for depth - Navigation: active state accent bar indicator - Layout: more breathing room, bolder page titles * UI: remove nav active bar indicator * UI: hide nav scrollbar, remove nav border * fix: add changelog entry for dashboard refresh (openclaw#1786) (thanks @mousberg) --------- Co-authored-by: Peter Steinberger <steipete@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Changes
ui/src/styles/base.css- typography, colors, animationsui/src/styles/components.css- cards, buttons, stats, calloutsui/src/styles/layout.css- navigation, spacing, page titlesTest plan
pnpm devin/uiand verify dashboard renders