diff --git a/app/MindWork AI Studio/Pages/Chat.razor b/app/MindWork AI Studio/Pages/Chat.razor index 92bab7ff..50df75f2 100644 --- a/app/MindWork AI Studio/Pages/Chat.razor +++ b/app/MindWork AI Studio/Pages/Chat.razor @@ -27,6 +27,7 @@ @if (this.SettingsManager.ConfigurationData.Workspace.DisplayBehavior is WorkspaceDisplayBehavior.TOGGLE_SIDEBAR && this.SettingsManager.ConfigurationData.Workspace.IsSidebarVisible) { + // Case: Sidebar can be toggled and is currently visible @@ -40,6 +41,7 @@ else { + // Case: Sidebar is always visible @@ -59,6 +61,7 @@ } else if (this.SettingsManager.ConfigurationData.Workspace.StorageBehavior is not WorkspaceStorageBehavior.DISABLE_WORKSPACES && this.SettingsManager.ConfigurationData.Workspace.DisplayBehavior is WorkspaceDisplayBehavior.TOGGLE_SIDEBAR) { + // Case: Sidebar can be toggled and is currently hidden @@ -75,6 +78,7 @@ } else { + // Case: Workspaces are disabled or shown in an overlay