summaryrefslogtreecommitdiff
path: root/internal/ui/table.go
AgeCommit message (Expand)Author
2026-03-03bump up version to 0.11.2Paul Buetow
2026-03-03ui: complete help hotkey coveragePaul Buetow
2026-03-03ui: document B hotkey in help screenPaul Buetow
2026-02-28refactor(ui): break up large functions in ui packagePaul Buetow
2026-02-28refactor(task): centralize Taskwarrior date format as task.DateFormatPaul Buetow
2026-02-28fix(ui): remove double-render of expandedCellView in View()Paul Buetow
2026-02-28refactor(ui): group Model fields into embedded sub-structs by concernPaul Buetow
2026-02-04feat: add toggle for task completion blinking feedbackv0.11.0Paul Buetow
2025-06-29feat: add random task jump hotkeys and document navigation keysPaul Buetow
2025-06-28refactor: rearrange table columns to place Project between Recur and TagsPaul Buetow
2025-06-28feat: add 'T' hotkey to convert first tag to projectPaul Buetow
2025-06-28feat: add project field support to TaskSamuraiPaul Buetow
2025-06-28fix: enable scrolling in help screen viewportPaul Buetow
2025-06-28feat: make help screen scrollable and theme-awarePaul Buetow
2025-06-28feat: add external editor support for description editing in detail viewv0.9.1Paul Buetow
2025-06-28feat: add editing and visual feedback to task detail viewPaul Buetow
2025-06-28feat: add field navigation to task detail viewPaul Buetow
2025-06-28feat: implement detailed task view with improved readabilityPaul Buetow
2025-06-28feat: add search functionality to help mode and improve help displayPaul Buetow
2025-06-28fix: resolve test failures and improve code qualityPaul Buetow
2025-06-27Fix multiple bugs and improve error handlingPaul Buetow
2025-06-24Add disco mode with flag and hotkeyPaul Bütow
2025-06-24Rename URL open hotkeyPaul Bütow
2025-06-24allow navigation during blinkingPaul Bütow
2025-06-22Add space hotkey to refresh task listPaul Bütow
2025-06-22Speed up row blink and block input during blinkPaul Bütow
2025-06-22Update module path and docsPaul Bütow
2025-06-22Center help screenPaul Bütow
2025-06-22Clean up unused RunArgs commentsPaul Bütow
2025-06-22Add generic task command hotkeyPaul Bütow
2025-06-22Fix add task hotkeyPaul Bütow
2025-06-22Add task creation hotkeyPaul Bütow
2025-06-22Fix task modification marking done and swap hotkeysPaul Bütow
2025-06-22Blink row after modifications and right-align urgencyPaul Bütow
2025-06-21Swap recurrence and random due date hotkeysPaul Bütow
2025-06-21Place priority column firstPaul Bütow
2025-06-21Add recurrence editing column and hotkeyPaul Bütow
2025-06-21Add theme toggling hotkeysPaul Bütow
2025-06-21Add blinking done effect and update tag hotkeyPaul Bütow
2025-06-21Add filter editing hotkeyPaul Bütow
2025-06-21Document all hotkeysPaul Bütow
2025-06-21make colors configurable and add theme hotkeysPaul Bütow
2025-06-21Open tag editor with empty promptPaul Bütow
2025-06-21Add tag editing hotkey and diff-based tag updatesPaul Bütow
2025-06-21Add in-table editing shortcutsPaul Bütow
2025-06-21Add dynamic column widths and overdue sortingPaul Bütow
2025-06-21Tighten annotation and priority column widthsPaul Bütow
2025-06-21Swap annotation and description columnsPaul Bütow
2025-06-21Move column header to cell viewPaul Bütow
2025-06-21fix search UI height and highlightPaul Bütow