nexus/ui/src
Matt Van Horn 53c944e8bc fix(ui): prevent blank screen when prompt template is emptied
Change onChange handler from v || undefined to v ?? "" so empty
strings don't become undefined and crash downstream .trim() calls.

Fixes #191

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-07 16:08:51 -08:00
..
adapters Merge remote-tracking branch 'public-gh/master' 2026-03-07 15:18:02 -06:00
api Merge pull request #141 from aaaaron/integrate-opencode-pr62 2026-03-06 11:32:03 -06:00
components fix(ui): prevent blank screen when prompt template is emptied 2026-03-07 16:08:51 -08:00
context ui: unify comment/update issue toasts 2026-03-07 10:32:22 -06:00
hooks refactor: rename packages to @paperclipai and CLI binary to paperclipai 2026-03-03 08:45:26 -06:00
lib Revert "Fix markdown editor escaped list markers" 2026-03-07 10:09:04 -06:00
pages openclaw gateway: persist device keys and smoke pairing flow 2026-03-07 17:05:36 -06:00
App.tsx feat(ui): add agent creation choice modal and full-page config 2026-03-07 08:26:49 -06:00
index.css feat(ui): render mermaid diagrams in markdown content 2026-03-07 08:59:39 -06:00
main.tsx feat(ui): add PWA configuration with service worker and enhanced manifest 2026-03-05 17:01:07 -06:00