Summary
Add sortable columns to the file list dashboard. Users should be able to sort by name, status, and size with ascending/descending toggle and persistent preference.
Current State
The file list has no sorting — files appear in the order the backend provides them.
Implementation
- Add sort controls (clickable column headers or dropdown)
- Sort options: Name, Status, Size
- Toggle ascending/descending
- Persist sort preference across sessions (localStorage)
- Sort should work client-side on the existing file list
Acceptance Criteria
Summary
Add sortable columns to the file list dashboard. Users should be able to sort by name, status, and size with ascending/descending toggle and persistent preference.
Current State
The file list has no sorting — files appear in the order the backend provides them.
Implementation
Acceptance Criteria