From f492499dd7b86a2e90106c065825ca7166890a8f Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Tue, 14 Jan 2025 20:52:21 +0100 Subject: [PATCH] Added documentation to the branches --- app/MindWork AI Studio/Pages/Chat.razor | 4 ++++ 1 file changed, 4 insertions(+) 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