Replace project cards with sortable data table on Home page
- Replace card grid with DataTable for better handling of large project lists - Add sortable columns: Name, Created, Updated (click header to sort) - Show lock icon for private projects in Name column - Display Access column with badges for authenticated users - Add onRowClick prop to DataTable for row navigation - Make table responsive with horizontal scroll on small screens - Increase Home page container width to 1200px - Keep existing visibility filter and pagination working
This commit is contained in:
@@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
- Added internal proxy configuration for npm, pip, helm, and apt (#51)
|
||||
|
||||
### Changed
|
||||
- Replaced project card grid with sortable data table on Home page for better handling of large project lists
|
||||
- Improved pod naming: Orchard pods now named `orchard-{env}-server-*` for clarity (#51)
|
||||
|
||||
### Fixed
|
||||
|
||||
Reference in New Issue
Block a user