hermes-agent/plugins/kanban/dashboard
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
..
dist fix(kanban): restore Enter=submit, Shift+Enter=newline in inline-create textarea 2026-05-07 06:19:09 -07:00
manifest.json feat(kanban): durable multi-profile collaboration board (#17805) 2026-04-30 13:36:47 -07:00
plugin_api.py fix(kanban): treat dashboard event-stream cancellation as normal shutdown 2026-05-07 05:31:07 -07:00