feat: tree view for cached objects, top-files stats on dashboard #48

Merged
benvin merged 1 commits from benvin/ui-improvements into master 2026-06-22 22:49:56 +10:00

1 Commits

Author SHA1 Message Date
unkinben 43a200998f feat: tree view for cached objects, top-files stats on dashboard
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/test Pipeline was successful
ci/woodpecker/pr/build Pipeline was successful
- Objects page renders paths as a collapsible tree instead of flat list
  with expand/collapse all, aggregated size/hits per directory
- Dashboard gains top-files-by-hits and top-files-by-bandwidth tables
- Backend: new /api/v2/stats/top-files-by-hits and
  /api/v2/stats/top-files-by-bandwidth endpoints
- Raised per_page max to 5000 for objects listing
2026-06-21 22:58:50 +10:00