Merged
Conversation
Contributor
|
Thanks Anton! iMessage is still a bit WIP, merging. |
Contributor
Author
|
Building and debugging clawd is half the fun! |
Contributor
|
Landed via rebase+merge + extra hardening.\n\n- Applied fix + added shutdown guard + regression test + changelog + README clawtributor avatar\n- Local gate: pnpm lint && pnpm build && pnpm test\n\nMerged commits:\n- 08fc0b3 fix: imsg unhandled promises\n- 9c9ae5a fix(imessage): harden abort shutdown |
dgarson
added a commit
to dgarson/clawdbot
that referenced
this pull request
Feb 9, 2026
* refactor(ui): design token audit — replace hardcoded colors with CSS custom properties - Add chart, log-level, and syntax-highlighting token families to design-system.css (dark + light variants) - Migrate agent-dashboard.css from hardcoded surface/border/text colors to design tokens (--surface-1, --border, --text, --muted, --ok, --danger, etc.) - Migrate logs.css level-chip colors to --log-* tokens using color-mix() for alpha variants - Migrate usage.ts inline styles from #ff4d4d / rgba(...) to --danger / --danger-muted tokens - Migrate chat layout.css and text.css to use design-system border/surface/muted tokens - Migrate layout.css to use --surface-1, --border, --text, --radius-lg tokens - Update command-palette.ts and CTA modals to use design-system tokens - Update app-render.ts and helpers to use semantic color tokens 13 files changed, ~316 insertions, ~204 deletions — zero functional changes * UI: fix skip-nav focus outline color (openclaw#323) * WIP: design token audit - CSS + component updates + landing demos * Fix ReferenceError: import `nothing` from lit in renderTab (openclaw#359) The `aria-current` attribute used `nothing` to remove itself on inactive tabs, but `nothing` was never imported from lit. This caused a ReferenceError on every inactive tab render, breaking navigation. https://claude.ai/code/session_01GVGyw7dEgvPFFqwnfSNZr2 Co-authored-by: Claude <noreply@anthropic.com> --------- Co-authored-by: Claude <noreply@anthropic.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.
Unahndled promise in imsg watcher caused clawdbot shut down.
Steps to Reproduce
Ask
Can you cause your config to reloadwhenimsgis active.Before Fix
After