diff options
| author | Ben Sima <ben@bensima.com> | 2025-11-29 22:18:46 -0500 |
|---|---|---|
| committer | Ben Sima <ben@bensima.com> | 2025-11-29 22:18:46 -0500 |
| commit | d58b2f547f474648edbacdf2ffdfdef6e019fe7d (patch) | |
| tree | 9d56564c2b3d2d0b6947d4d3c91698716a4c5b0e /.envrc | |
| parent | a5180facf2375cf629ce7d90f851e6c667f66197 (diff) | |
Add sorting options to task list pages
The implementation is complete and all tests pass. Here's a summary
of w
1. Added `SortOrder` data type with 5 options: `SortNewest`,
`SortOldest 2. Added helper functions: `parseSortOrder`,
`sortOrderToParam`, `sortOr 3. Updated API routes to include `?sort=`
query param for `/ready`, `/bl 4. Updated page data types to include
`SortOrder` 5. Updated all list handlers to parse sort param and apply
sorting 6. Added `sortDropdown` component that renders a dropdown
with all sort 7. Added `sortOption` helper to render individual sort
options with acti 8. Updated all `ToHtml` instances for list pages
to render the sort drop
1. Added `sortDropdownStyles` for the page header row and sort dropdown
2. Added dark mode styles for the sort dropdown
Task-Id: t-181
Diffstat (limited to '.envrc')
0 files changed, 0 insertions, 0 deletions
