From d318546d0c3ebdbcb536b8454c03c63bb15be762 Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Mon, 10 Nov 2025 06:21:26 -0800 Subject: [PATCH] Back to vertical tabs in workspace settings --- src-web/commands/openWorkspaceSettings.tsx | 1 - src-web/components/Workspace.tsx | 2 +- src-web/components/WorkspaceSettingsDialog.tsx | 8 ++++---- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/src-web/commands/openWorkspaceSettings.tsx b/src-web/commands/openWorkspaceSettings.tsx index ab978f77..1c9c4f7e 100644 --- a/src-web/commands/openWorkspaceSettings.tsx +++ b/src-web/commands/openWorkspaceSettings.tsx @@ -12,7 +12,6 @@ export function openWorkspaceSettings(tab?: WorkspaceSettingsTab) { if (workspaceId == null) return; showDialog({ id: 'workspace-settings', - title: 'Workspace Settings', size: 'md', className: 'h-[calc(100vh-5rem)] !max-h-[40rem]', noPadding: true, diff --git a/src-web/components/Workspace.tsx b/src-web/components/Workspace.tsx index 63b85fb3..410468c6 100644 --- a/src-web/components/Workspace.tsx +++ b/src-web/components/Workspace.tsx @@ -181,7 +181,7 @@ export function Workspace() {