zeroclaw/web/src/hooks
Argenis 4ca5fa500b
feat(web): preserve message draft in agent chat across view switches (#3443)
Add an in-memory DraftContext that persists textarea content when the
AgentChat component unmounts due to route navigation. The draft is
restored when the user returns to the chat view. The store is
session-scoped (not localStorage) so drafts are cleared on page reload.

Closes #3129
2026-03-13 17:40:23 -04:00
..
useApi.ts feat(gateway): add embedded web dashboard with React frontend 2026-02-21 16:14:01 +08:00
useAuth.ts fix(gateway): skip pairing dialog when require_pairing is disabled (#3422) 2026-03-13 14:08:59 -04:00
useDraft.ts feat(web): preserve message draft in agent chat across view switches (#3443) 2026-03-13 17:40:23 -04:00
useSSE.ts feat(gateway): add embedded web dashboard with React frontend 2026-02-21 16:14:01 +08:00
useWebSocket.ts feat(gateway): add embedded web dashboard with React frontend 2026-02-21 16:14:01 +08:00