mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-02-12 07:01:37 +00:00
Fixed the component set for the chat and writer page
This commit is contained in:
parent
3d9e8a6f48
commit
197549d547
@ -29,7 +29,9 @@
|
||||
</MudToolBar>
|
||||
</MudStack>
|
||||
|
||||
<CascadingValue Value="Components.CHAT">
|
||||
<ProviderSelection @bind-ProviderSettings="@this.providerSettings"/>
|
||||
</CascadingValue>
|
||||
@if (this.AreWorkspacesVisible)
|
||||
{
|
||||
<MudSplitter Dimension="@this.ReadSplitterPosition" DimensionChanged="this.SplitterChanged" EnableSlide="@this.AreWorkspacesVisible" EnableMargin="@false" StartContentStyle="margin-right: 1em;" BarStyle="" EndContentStyle="margin-left: 1em;">
|
||||
|
||||
@ -7,7 +7,9 @@
|
||||
</MudText>
|
||||
<PreviewExperimental ApplyInnerScrollingFix="true"/>
|
||||
|
||||
<CascadingValue Value="Components.WRITER">
|
||||
<ProviderSelection @bind-ProviderSettings="@this.providerSettings"/>
|
||||
</CascadingValue>
|
||||
<InnerScrolling>
|
||||
<ChildContent>
|
||||
<MudTextField
|
||||
|
||||
@ -25,6 +25,7 @@ public enum Components
|
||||
// ReSharper restore InconsistentNaming
|
||||
|
||||
CHAT,
|
||||
WRITER,
|
||||
APP_SETTINGS,
|
||||
|
||||
AGENT_TEXT_CONTENT_CLEANER,
|
||||
|
||||
@ -19,6 +19,7 @@ public static class ComponentsExtensions
|
||||
Components.DOCUMENT_ANALYSIS_ASSISTANT => false,
|
||||
|
||||
Components.APP_SETTINGS => false,
|
||||
Components.WRITER => false,
|
||||
|
||||
Components.AGENT_TEXT_CONTENT_CLEANER => false,
|
||||
Components.AGENT_DATA_SOURCE_SELECTION => false,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user