Updated the data source settings design

This commit is contained in:
Thorsten Sommer 2025-05-25 10:46:33 +02:00
parent fc7a4391cb
commit 79a52cf30f
Signed by untrusted user who does not match committer: tsommer
GPG Key ID: 371BBA77A02C0108
2 changed files with 3 additions and 2 deletions

View File

@ -27,7 +27,7 @@
</MudText> </MudText>
<MudSpacer/> <MudSpacer/>
<MudTooltip Text="@T("Manage your data sources")" Placement="Placement.Top"> <MudTooltip Text="@T("Manage your data sources")" Placement="Placement.Top">
<MudIconButton Variant="Variant.Filled" Icon="@Icons.Material.Filled.Settings" OnClick="@this.OpenSettingsDialog"/> <MudIconButton Icon="@Icons.Material.Filled.Settings" OnClick="@this.OpenSettingsDialog"/>
</MudTooltip> </MudTooltip>
</MudStack> </MudStack>
</CardHeaderContent> </CardHeaderContent>

View File

@ -2,3 +2,4 @@
- Added chat templates. They are similar to common AI companies' playgrounds, where you can define your own system prompts and leverage assistant prompts for providers that support them. We thank Peer `peerschuett` for the work on this feature. - Added chat templates. They are similar to common AI companies' playgrounds, where you can define your own system prompts and leverage assistant prompts for providers that support them. We thank Peer `peerschuett` for the work on this feature.
- Added Russian as a language option for various assistants (e.g., translations, text summarization). - Added Russian as a language option for various assistants (e.g., translations, text summarization).
- Improved chat options: you can access them directly from the chat interface. - Improved chat options: you can access them directly from the chat interface.
- Changed the design of the data source settings to match the new design.