Adding a task on the Kanban board is mouse-only; power users expect a keyboard shortcut.
Where: apps/web/src/components/dev/KanbanBoard.tsx
What to do: Add a scoped keydown listener that opens the "Add task" modal on a shortcut (e.g. n, or Cmd/Ctrl+K), and show the hint in the UI. Make sure it doesn't fire while typing in an input.
Done when: the shortcut opens the add-task modal and is discoverable via a visible hint.
Size: M
New here? The README has a ~90-second self-host quickstart to run the app locally. Comment on the issue if you want pointers — happy to help.
Adding a task on the Kanban board is mouse-only; power users expect a keyboard shortcut.
Where:
apps/web/src/components/dev/KanbanBoard.tsxWhat to do: Add a scoped keydown listener that opens the "Add task" modal on a shortcut (e.g.
n, orCmd/Ctrl+K), and show the hint in the UI. Make sure it doesn't fire while typing in an input.Done when: the shortcut opens the add-task modal and is discoverable via a visible hint.
Size: M
New here? The README has a ~90-second self-host quickstart to run the app locally. Comment on the issue if you want pointers — happy to help.