summaryrefslogtreecommitdiff
path: root/internal/ui/table.go
AgeCommit message (Expand)Author
2025-06-21highlight only matching textPaul Bütow
2025-06-21Extend background color across table cellsPaul Bütow
2025-06-20Merge pull request #72 from snonux/qnncy4-codex/implement--yesterday--text-an...Paul Bütow
2025-06-20Always display selected cell contentPaul Bütow
2025-06-20Add cell expand toggle and yesterday labelPaul Bütow
2025-06-20Merge pull request #68 from snonux/codex/update-due-date-labels-and-reorder-c...Paul Bütow
2025-06-20Describe due formattingPaul Bütow
2025-06-20Merge pull request #67 from snonux/codex/add-help-and-version-info-to-status-...Paul Bütow
2025-06-20Add version constant and status bar infoPaul Bütow
2025-06-20Merge pull request #66 from snonux/codex/add-esc-to-help-screenPaul Bütow
2025-06-20Document ESC hotkeyPaul Bütow
2025-06-20Merge pull request #65 from snonux/codex/change-help-hotkey-to-hPaul Bütow
2025-06-20Use capital H for helpPaul Bütow
2025-06-20Merge pull request #64 from snonux/codex/add-space-between-table-columnsPaul Bütow
2025-06-20Space separated tags and table column spacingPaul Bütow
2025-06-20Merge pull request #63 from snonux/codex/change-due-date-hotkey-to-open-date-...Paul Bütow
2025-06-20Use date picker for due date hotkeyPaul Bütow
2025-06-20Merge pull request #61 from snonux/codex/add-hotkeys-for-/-and---to-help-menuPaul Bütow
2025-06-20Add search hotkeys to help menuPaul Bütow
2025-06-20Merge pull request #60 from snonux/zno42w-codex/add-esc-hotkey-alias-for-qPaul Bütow
2025-06-20Add ESC hotkey for help and searchPaul Bütow
2025-06-20Change ? hotkey to search, h to helpPaul Bütow
2025-06-20Improve search navigationPaul Bütow
2025-06-20Improve search highlightPaul Bütow
2025-06-20Fix search input hotkey handlingPaul Bütow
2025-06-20Add regex search hotkeyPaul Bütow
2025-06-20Add vi-style navigation for priority selectionPaul Bütow
2025-06-20Merge pull request #45 from snonux/codex/add-priority-hotkey-with-selection-menuPaul Bütow
2025-06-20add priority selection hotkeyPaul Bütow
2025-06-20Fix undo for completed tasksPaul Bütow
2025-06-20Merge pull request #42 from snonux/codex/add-status-pending-to-task-filterPaul Bütow
2025-06-20Filter only pending tasks when listingPaul Bütow
2025-06-20Merge pull request #41 from snonux/codex/add-undo-feature-for-task-completionPaul Bütow
2025-06-20ui: add undo for done tasksPaul Bütow
2025-06-20Pass CLI args to task binaryPaul Bütow
2025-06-20Merge pull request #37 from snonux/codex/add-hotkey-to-set-random-due-datePaul Bütow
2025-06-20Add random due date hotkeyPaul Bütow
2025-06-20Merge pull request #36 from snonux/codex/expand-status-bars-to-full-widthPaul Bütow
2025-06-20Fill status bars to full widthPaul Bütow
2025-06-20Merge pull request #34 from snonux/codex/change-hotkey--d--to--d--and-add-new...Paul Bütow
2025-06-20Change done hotkey and add due date promptPaul Bütow
2025-06-20ui: add top status barPaul Bütow
2025-06-20Merge pull request #32 from snonux/codex/remove-d-hotkeyPaul Bütow
2025-06-20Remove delete hotkeyPaul Bütow
2025-06-20Merge pull request #31 from snonux/codex/sort-tasks-by-due-date,-priority,-ta...Paul Bütow
2025-06-20Add task sortingPaul Bütow
2025-06-20Add done and delete hotkeysPaul Bütow
2025-06-20Merge pull request #26 from snonux/codex/add-a-hotkey-for-annotations-and-helpPaul Bütow
2025-06-20Add A hotkey to replace annotationsPaul Bütow
2025-06-20Merge pull request #25 from snonux/codex/remove-table-headers-and-show-status...Paul Bütow