Commit Graph

5 Commits

Author SHA1 Message Date
duy
be30d2f088 feat(boltbot): zero-friction onboarding — bundled, startup log, /audit, empty state 2026-01-29 17:25:47 -08:00
duy
5657dad29d fix(boltbot): address UI skills review — 16 violations
- min-h-screen → min-h-dvh for dynamic viewport
- arbitrary z-[100] → z-50 (fixed scale)
- removed tracking-tight/tracking-wide (letter-spacing not requested)
- replaced 3 URL-sync useEffects with inline wrapper functions
- initialParams moved to useRef (prevent re-computation per render)
- removed backdrop-blur-sm on full-screen overlay (perf)
- added text-balance on headings
- added min-w-0 on SessionView tool name truncate
- empty states now include guidance text with clear next action
2026-01-29 15:39:40 -08:00
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
duy
146a55836c fix(boltbot): address Rams design review — 11 a11y and visual fixes
- SessionView: aria-expanded on session toggle, role=table/row/cell
  semantics on sub-table, keyboard access on expanded rows
- ReceiptDetail: backdrop role=button, focus trap sentinel, external
  link changed from <a href="#"> to <button>
- App: view toggle uses role=tablist/tab with aria-selected
- StatsCards: aria-hidden on decorative icons
- FilterControls: increased touch targets to 44px minimum
- ReceiptList: border-l-2 border-transparent on non-selected rows
  to prevent layout shift on selection
2026-01-29 15:19:01 -08:00
duy
58e556a2d7 feat(boltbot): add audit dashboard — Vite + React SPA served from gateway
Adds a dark-themed receipt audit dashboard at /boltbot/dashboard:
- Vite + React + TypeScript SPA with Tailwind CSS
- Stats summary (total actions, tier breakdown, anomaly count)
- Receipt list with tier/anomaly filtering, offset pagination, 10s polling
- Slide-out receipt detail with accordion sections (hashes, EigenDA, TEE)
- Session grouping view (receipts grouped by sessionKey)
- Gateway serves static files via registerHttpRoute with path traversal
  protection (resolve+startsWith), security headers (nosniff, DENY)
- WCAG-compliant: dialog focus management, keyboard navigation,
  aria-pressed/expanded/selected, semantic table roles, contrast AA
2026-01-29 15:12:32 -08:00