allow user to unpin list sidebar

This commit is contained in:
jeffvli
2025-12-13 02:03:04 -08:00
parent ab1176d4f6
commit a14e5f08ee
13 changed files with 193 additions and 23 deletions
@@ -20,13 +20,13 @@ const FolderListRoute = () => {
pageKey,
setItemCount,
};
}, [itemCount, pageKey, setItemCount]);
}, [itemCount, pageKey]);
return (
<AnimatedPage>
<ListContext.Provider value={providerValue}>
<FolderListHeader />
<ListWithSidebarContainer>
<ListWithSidebarContainer useBreakpoint>
<FolderListContent />
</ListWithSidebarContainer>
</ListContext.Provider>