openclaw/ui
Clawdbot 6a9357c51d feat(ui): Escape key to stop generation + Delete session from Chat tab
Two quality-of-life improvements for the Chat tab:

1. **Escape to Stop**: Press Escape during generation to stop (same as Stop button)
   - Also shows 'Esc' hint on the Stop button
   - Escape closes delete confirmation if open

2. **Delete Session**: Delete button in Chat tab with confirmation modal
   - Shows 'Delete this session?' modal
   - Cancel/Delete buttons
   - Enter = Delete, Escape = Cancel
   - Button disabled during generation

Changes:
- ui/src/ui/views/chat.ts: Add keydown handler, delete modal, delete button
- ui/src/ui/app.ts: Add chatDeleteConfirm state
- ui/src/ui/app-render.ts: Wire up delete props
- ui/src/styles/components.css: Styles for delete confirmation modal
2026-01-28 15:37:36 +01:00
..
public feat(ui): add favicon.ico from Mac app icon (#305) 2026-01-06 10:41:19 -06:00
src feat(ui): Escape key to stop generation + Delete session from Chat tab 2026-01-28 15:37:36 +01:00
index.html refactor: rename clawdbot to moltbot with legacy compat 2026-01-27 12:21:02 +00:00
package.json refactor: rename clawdbot to moltbot with legacy compat 2026-01-27 12:21:02 +00:00
tsconfig.json fix(control-ui): serve dashboard at root 2025-12-19 05:11:08 +00:00
vite.config.ts fix(ui): default to relative paths for control UI assets 2026-01-09 15:32:55 +01:00
vitest.config.ts chore: update deps and add control ui routing tests 2025-12-30 14:30:46 +01:00