dew/packages/kanban
Chris Hendrickson 7bc7ee9898 fix(tui): keep highlight on moved ticket in destination column
After < or > move, find the ticket's index in the destination column's
filtered list via indexWhere instead of jumping to nt.length - 1.
indexWhere returns -1 if not found (e.g. filtered out), max(0,...) clamps
that safely to the first position.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-04-25 13:40:28 -04:00
..
lib fix(tui): keep highlight on moved ticket in destination column 2026-04-25 13:40:28 -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