Changelog
2026-06-17v0.11.1— TUI Category Cards
- Changed: TUI board now renders tasks with a
[category]bracket tag or#hashtagin their title as a 3-line dark-gray block: task ID on line 1, category on line 2, clean title on line 3. Tasks without a category render as a single line, unchanged. A separator line (───) is inserted between all tasks for improved readability. - Added: New
CategoryTaskRowcomponent for the 3-line category block;SingleTaskRowpreserves the original single-line layout for untagged tasks. - Added:
getTitleCategory()helper — extracts bracket tags and hashtags from task titles to determine which row type to use. - Changed:
KanbanColumnnow dynamically selects the row component per task and injects separator lines automatically. - Changed: Dragging state colors (
yellowbackground) now apply to the entireCategoryTaskRowblock consistently.