Skip to content

fix typescript build#356

Closed
dkempner wants to merge 4 commits intoopenclaw:mainfrom
dkempner:patch-1
Closed

fix typescript build#356
dkempner wants to merge 4 commits intoopenclaw:mainfrom
dkempner:patch-1

Conversation

@dkempner
Copy link

@dkempner dkempner commented Jan 7, 2026

Discriminated union fix

Refactor buildOutboundDeliveryJson to use 'in' operator for result checks.
Copy link
Author

@dkempner dkempner left a comment

Choose a reason for hiding this comment

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

oops

Copy link
Author

@dkempner dkempner left a comment

Choose a reason for hiding this comment

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

lsat one

@dkempner
Copy link
Author

dkempner commented Jan 7, 2026

Fixed by 3fedd0d

@dkempner dkempner closed this Jan 7, 2026
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant