feat: Refactor DocumentsPanel to use a shared application shell context for state management

This commit is contained in:
2025-12-12 02:57:10 +01:00
parent 34e6c3037f
commit 6ba8084caa
7 changed files with 109 additions and 338 deletions
-1
View File
@@ -150,7 +150,6 @@ export const useWorkspaceSurface = ({
return {
content: (
<DocumentsPanel
{...documentsTableProps}
headerLeading={sidebarToggle}
/>
),