Fix sorting to only enable backend-supported fields

This commit is contained in:
Mondo Diaz
2026-01-15 18:33:10 +00:00
parent 193e02baad
commit 8549956a5e
4 changed files with 1 additions and 10 deletions

View File

@@ -20,7 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Replaced project card grid with sortable data table on Home page for better handling of large project lists
- Replaced package card grid with sortable data table on Project page for consistency
- Replaced SortDropdown with table header sorting on Package page for consistency
- Enabled sorting on all table columns (except description) across Home, Project, and Package pages
- Enabled sorting on supported table columns (name, created, updated) via clickable headers
- Updated browser tab title to "Orchard" with custom favicon
- Improved pod naming: Orchard pods now named `orchard-{env}-server-*` for clarity (#51)