New context menu, info pane fixes, pinned item syncing, and navigation bug fixes
All checks were successful
Automated Container Build / build-and-push (push) Successful in 1m19s

This commit is contained in:
Elijah 2026-05-22 19:40:08 -07:00
parent a52f1d63f7
commit 5200654d0f
5 changed files with 111 additions and 27 deletions

View file

@ -39,10 +39,11 @@ func (h *SettingsHandler) UpdateSettings(c *fiber.Ctx) error {
}
allowedKeys := map[string]bool{
"theme": true,
"thumbnail_images": true,
"thumbnail_videos": true,
"trash_auto_purge_days": true,
"theme": true,
"thumbnail_images": true,
"thumbnail_videos": true,
"trash_auto_purge_days": true,
"pinned_sidebar_expanded": true,
}
for key, value := range body {