Add server-side folders and files page UI (#6383)

This commit is contained in:
Anthony Stirling
2026-05-27 12:52:46 +01:00
committed by GitHub
parent 4564ed5bec
commit d42b779644
90 changed files with 14720 additions and 663 deletions
@@ -19,6 +19,12 @@ export function getStartupNavigationAction(
return null;
}
// The user is browsing their file library - don't auto-switch them out of
// the file manager just because a new upload landed.
if (currentWorkbench === "myFiles") {
return null;
}
// Already actively viewing in the viewer → update to the latest file
if (
previousFileCount > 0 &&