zeroclaw/web/src/lib
Chris Hengge e4439a5c95
feat(web): add Active/All filter toggle to dashboard Channels card (#4026)
- Rename 'Active Channels' card heading to 'Channels'
- Add showAllChannels state (default: active-only view)
- Pill toggle button switches between 'Active' (green) and 'All' (blue)
  views; button label reflects the *current* view so clicking switches to
  the other mode
- When active-only and all channels are inactive, show
  'No active channels' hint instead of an empty list
- Add i18n keys dashboard.channels, dashboard.filter_active,
  dashboard.filter_all, dashboard.no_active_channels to en, zh, tr
  locales
- No backend changes; no new dependencies
2026-03-20 01:20:38 -04:00
..
api.ts fix(cron): add startup catch-up and drop login shell flag (#3948) 2026-03-19 14:10:37 -04:00
auth.ts feat(gateway): add embedded web dashboard with React frontend 2026-02-21 16:14:01 +08:00
i18n.ts feat(web): add Active/All filter toggle to dashboard Channels card (#4026) 2026-03-20 01:20:38 -04:00
sse.ts fix(gateway): align dashboard API client and embed built web assets 2026-02-21 16:14:01 +08:00
uuid.ts fix: add crypto.randomUUID fallback for older browsers (#3407) 2026-03-13 09:16:00 -04:00
ws.ts fix(gateway): pass bearer token in WebSocket subprotocol for dashboard auth 2026-03-15 16:37:41 -04:00