feat: Implement layout persistence for card positions and rotation, loading from and saving to the database.

This commit is contained in:
2025-11-26 20:24:00 +01:00
parent 6157a4f571
commit 39e3ac2a87
4 changed files with 92 additions and 6 deletions
@@ -839,7 +839,7 @@ const DocumentsPanelInner: React.FC<DocumentsPanelInnerProps> = ({
switch (viewMode) {
case 'desk':
return <DesktopWorkspace {...viewProps} />;
return <DesktopWorkspace {...viewProps} tenantId={currentTenantId} viewId={deskViewId} />;
case 'grid':
return <DocumentsGrid {...viewProps} gridIconSize={gridIconSize} />;
case 'list':