Fix the prototype status alignment

This commit is contained in:
Thorsten Sommer 2025-12-10 18:39:20 +01:00
parent f8491e61a5
commit 614bf0fff7
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108
4 changed files with 4 additions and 3 deletions

View File

@ -3,7 +3,7 @@
@using AIStudio.Settings.DataModel
<PreviewPrototype/>
<PreviewPrototype ApplyInnerScrollingFix="true"/>
<div class="mb-6"></div>
<MudText Typo="Typo.h4" Class="mb-3">

View File

@ -22,7 +22,7 @@
</MudListItem>
</MudList>
<PreviewPrototype/>
<PreviewPrototype ApplyInnerScrollingFix="true"/>
<div class="mb-6"></div>
<MudText Typo="Typo.h4" Class="mb-3">

View File

@ -5,7 +5,7 @@
@if (PreviewFeatures.PRE_RAG_2024.IsEnabled(this.SettingsManager))
{
<ExpansionPanel HeaderIcon="@Icons.Material.Filled.IntegrationInstructions" HeaderText="@T("Configure Embeddings")">
<PreviewPrototype/>
<PreviewPrototype ApplyInnerScrollingFix="true"/>
<MudText Typo="Typo.h4" Class="mb-3">
@T("Configured Embeddings")
</MudText>

View File

@ -8,4 +8,5 @@
- Improved error handling, logging, and code quality.
- Improved error handling for Microsoft Word export.
- Fixed a bug in the local data sources info dialog (preview feature) for data directories that could cause the app to crash. The error was caused by a background thread producing data while the frontend attempted to display it.
- Fixed a visual bug where a function's preview status was misaligned. You might have seen it in document analysis or the ERI server assistant.
- Fixed a rare bug in the Microsoft Word export for huge documents.