Fix StorageDashboard 500 error and implement interactive folder tree for archive previews
All checks were successful
Automated Container Build / build-and-push (push) Successful in 1m10s

This commit is contained in:
Elijah 2026-06-01 10:35:52 -07:00
parent dbd3a868ed
commit e79f2fbbd5
2 changed files with 69 additions and 9 deletions

View file

@ -1152,6 +1152,8 @@ func (h *FSHandler) StorageDashboard(c *fiber.Ctx) error {
"audio": {Category: "audio"},
"documents": {Category: "documents"},
"archives": {Category: "archives"},
"code": {Category: "code"},
"3d_models": {Category: "3d_models"},
"other": {Category: "other"},
}