rename skeuo to desktop

This commit is contained in:
2025-10-28 10:41:56 +01:00
parent 94578475ea
commit e150b81190
8 changed files with 1093 additions and 686 deletions
+2 -2
View File
@@ -32,7 +32,7 @@ import Sidebar from './sidebar/Sidebar';
import { ChevronsRightIcon } from './ui/icons';
import { createDocumentsSurface } from './documents/DocumentsTable';
import { createPreviewSurface } from './preview/PreviewWorkspace';
import { createSkeuomorphicSurface } from './skeuomorphic_ws';
import { createDesktopSurface } from './DesktopWorkspace';
import { AppShellContext, useAppShell } from './appShellContext';
const runtimeApiBase =
@@ -5526,7 +5526,7 @@ const DocumentsRoute = () => {
if (!isWorkspace) {
return null;
}
return createSkeuomorphicSurface({
return createDesktopSurface({
workspaceProps: skeuoWorkspaceProps,
renderSidebarToggle,
});