dew/packages
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
..
cli dew init with module init hooks (DEW-0010) 2026-04-23 19:58:53 -04:00
core Add context.dirs.workspace getter to ProjectDirs 2026-04-23 23:16:00 -04:00
kanban feat(tui): pill/tab column headers and inline kanban actions 2026-04-25 13:03:01 -04:00
mcp Config refactor: DewConfig.raw + per-package extensions (DEW-0007) 2026-04-23 19:54:35 -04:00