3 implementations of ShowAssistantSidebarDialog
Aspire.Dashboard (1)
Model\Assistant\AIContextProvider.cs (1)
46public bool ShowAssistantSidebarDialog { get; private set; }
Aspire.Dashboard.Components.Tests (1)
tests\Shared\TestAIContextProvider.cs (1)
14public bool ShowAssistantSidebarDialog { get; set; }
Aspire.Dashboard.Tests (1)
tests\Shared\TestAIContextProvider.cs (1)
14public bool ShowAssistantSidebarDialog { get; set; }
4 references to ShowAssistantSidebarDialog
Aspire.Dashboard (4)
Components\Layout\MainLayout.razor.cs (1)
323if (AIContextProvider.AssistantChatViewModel != null && AIContextProvider.ShowAssistantSidebarDialog)
Components\Resize\BrowserDimensionWatcher.cs (3)
35AIContextProvider.ShowAssistantSidebarDialog); 47DimensionManager.InvokeOnViewportSizeChanged(viewportSize, AIContextProvider.ShowAssistantSidebarDialog); 68DimensionManager.InvokeOnViewportSizeChanged(viewportSize, AIContextProvider.ShowAssistantSidebarDialog);