2009 Commits

Author SHA1 Message Date
Aurora
e43f6c1a01 docs: Phase 3 action plan — desktop app + real data + distribution 2026-02-06 21:50:56 -05:00
Aurora
3883547002 feat: UI polish - keyboard shortcuts, gateway indicator, page titles
- Add keyboard shortcuts modal (press ? to toggle)
  - Shows all shortcuts: Cmd+K, Ctrl+`, Cmd+B, ?
  - Glass-style modal matching search modal aesthetic

- Add gateway connection indicator in sidebar footer
  - Green dot + 'Connected' when gateway is reachable
  - Red dot + 'Offline' when gateway is down
  - Pings /api/ping every 15 seconds

- Add page titles for all routes
  - Format: 'PageName — OpenClaw Studio'
  - Dashboard, Chat, Skills, Browser, Terminal,
    Logs, Cron, Files, Memory, Settings

- 0 lint errors, build passes clean
2026-02-06 18:34:43 -05:00
Aurora
7a764d8c38 feat: OpenClaw Studio Phase 1+2 complete + lint cleanup
Phase 1 (complete):
- Dashboard with 8 drag-drop widgets
- Skills Browser (2,070+ skills, 3 tabs, ClawdHub marketplace)
- Terminal integration (bottom panel + /terminal full-screen)

Phase 2 (complete):
- Agent View (right sidebar, real-time monitoring)
- Search modal (Cmd+K, 6 scopes, keyboard nav)
- Memory Viewer (/memory route)
- Cron Manager (/cron route, real Gateway API)
- Browser View (/browser route, screenshot + tabs)
- Agent Chat (modal from agent cards)
- Activity Logs (/logs route)
- Settings page (/settings)
- Agent Swarm demo (/agent-swarm)
- Aurora Command Center demo (/aurora-demo)

Polish:
- All 199 lint errors fixed (0 remaining)
- Swarm animations (status bubbles, SVG connections, spring physics)
- Dark theme consistency
- Chat input sticky composer fix
- Terminal SSE crash fix
- Blinking text bug fix

Docs:
- Architecture doc, Roadmap, Tauri packaging plan
- Specs 001-011
2026-02-06 18:31:29 -05:00
Aurora
b911e7e7e1 Fix: Add 10s polling to history query for real-time message updates from other channels 2026-02-06 00:10:25 -05:00
Julien Thibeaut
dba6cfb0c0 Merge pull request #1 from robbyczgw-cla/fix/locale-timestamps
fix: use consistent locale (en-GB) for timestamps instead of hardcoded fr-FR
2026-02-05 15:52:22 +01:00
ibelick
a6e3a195ba fix: restore sidebar scroll and show scrollbars on hover 2026-02-05 15:49:22 +01:00
robbyczgw-cla
f35d62c892 fix: use consistent locale (en-GB) for timestamps instead of hardcoded fr-FR
- Changed Intl.DateTimeFormat locale from 'fr-FR' to 'en-GB'
- Using a fixed locale prevents SSR hydration mismatches
- en-GB provides international-friendly format (24h, day/month)
- Removed French-specific string replacement
2026-02-05 14:39:27 +00:00
ibelick
e9c186ae36 fix: surface gateway connectivity failures in chat flow 2026-02-05 12:40:42 +01:00
ibelick
0d39ce4d54 chore: initial project setup 2026-02-05 08:27:27 +01:00