dew/packages/kanban/lib
Chris Hendrickson 7f7dd25d76 feat(tui): pill/tab column headers and inline kanban actions
Column header redesign (3 rows → 2 rows):
- Active column: ▌ NAME (n) ▐ full-width bold in column accent color
- Inactive column: lowercase dimmed name, thin ─ separator
- ▔▔▔▔▔ underline bar replaces the old ╞════╡ box separator
- Saves one terminal row per column, exposes more ticket content

Inline action prompts (bottom bar, Esc to cancel):
- [n] new ticket — prompts for title, creates in current column
  using the first configured ticket type as default
- [e] edit title — prefills current title for in-place editing
- [c] add comment — single-line comment appended to selected ticket
- [a] archive — shows 'Archive TICKET-ID? [y/N]' confirm prompt

After each mutation the board reloads and ticketIdx is clamped so
the cursor stays valid. Errors surface as yellow status messages.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-04-25 13:03:01 -04:00
..
src feat(tui): pill/tab column headers and inline kanban actions 2026-04-25 13:03:01 -04:00
dew_kanban.dart Refactor filesystem access to package:file 2026-04-23 22:26:09 -04:00