| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-05-13 | extract generic sortedWithState helper to deduplicate tab sort logic | Paul Buetow | |
| Four near-identical sorted-rows functions (sortedFileSnapshots, sortedDirSnapshots, sortedSyscallSnapshots, sortedProcessTableRows) each repeated the same guard-clone-sort-tiebreak-apply pattern. Replace them with a single generic sortedWithState[T,K] in sort.go that accepts per-tab byKey and tiebreak comparators as parameters. Remove now-unused slices imports from syscalls.go and processes.go. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||
| 2026-03-09 | tui: add reverse sorting for dashboard tables (task 364) | Paul Buetow | |
| 2026-03-09 | tui: add sortable processes dashboard table (task 365) | Paul Buetow | |
| 2026-03-09 | tui: add sortable files dashboard table modes (task 364) | Paul Buetow | |
| 2026-03-09 | tui: add sortable syscalls dashboard table (task 363) | Paul Buetow | |
