dew/packages/kanban
Chris Hendrickson afc3d19ac9 fix(tui): proper box corners on column ticket area
Replace the full-width ▔▔▔ underline bar with ┌──┐ as the top border of
the ticket box. The ▔ row had no │ side characters so the box corners were
open/disconnected when the ticket area sides started on the next row.
Now the box is closed: ┌──┐ top, │ │ sides, ╘══╛/└──┘ bottom.
The pill name row above it still provides the visual tab header.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-04-25 13:44:06 -04:00
..
lib fix(tui): proper box corners on column ticket area 2026-04-25 13:44:06 -04:00
test Refactor filesystem access to package:file 2026-04-23 22:26:09 -04:00
.gitignore chore: Initial Commit 2026-04-23 13:09:11 -04:00
pubspec.yaml feat(kanban): add dew kanban tui interactive board TUI 2026-04-25 03:02:39 -04:00