hermes-agent/plugins/kanban/dashboard/dist
Teknium fa582749e1 fix(kanban): restore Enter=submit, Shift+Enter=newline in inline-create textarea
The textarea conversion in the previous commit dropped Enter-to-submit
entirely, requiring a mouse click on Create for every single-line task.
Restore the common-case shortcut while preserving multiline entry:

- Enter (no modifier) submits the form
- Shift+Enter inserts a newline
- Escape still cancels

Matches the convention used by Slack, Discord, GitHub PR comment boxes.
2026-05-07 06:19:09 -07:00
..
index.js fix(kanban): restore Enter=submit, Shift+Enter=newline in inline-create textarea 2026-05-07 06:19:09 -07:00
style.css fix(kanban): reset code element background inside board 2026-05-06 04:20:52 -07:00