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