openclaw/extensions/boltbot/dashboard
duy b2c6b055ee fix(boltbot): address web interface guidelines review
- color-scheme: dark on html, theme-color meta, touch-action: manipulation
- prefers-reduced-motion: disable animations/transitions globally
- Intl.RelativeTimeFormat + Intl.NumberFormat replace hardcoded formats
- URL state sync: viewMode, selectedTiers, anomalyOnly persist via
  search params (replaceState)
- Skip-to-content link for keyboard navigation
- tabular-nums on all numeric displays (stats, duration, counts)
- min-w-0 on truncated flex/grid children
- overscroll-behavior: contain on dialog panel
- aria-live on loading skeleton
- "Loading..." → "Loading…" (proper ellipsis)
2026-01-29 15:33:58 -08:00
..
src fix(boltbot): address web interface guidelines review 2026-01-29 15:33:58 -08:00
index.html fix(boltbot): address web interface guidelines review 2026-01-29 15:33:58 -08:00
package.json feat(boltbot): add audit dashboard — Vite + React SPA served from gateway 2026-01-29 15:12:32 -08:00
tsconfig.json feat(boltbot): add audit dashboard — Vite + React SPA served from gateway 2026-01-29 15:12:32 -08:00
vite.config.ts feat(boltbot): add audit dashboard — Vite + React SPA served from gateway 2026-01-29 15:12:32 -08:00