From 91068b77a809f3b9fb6b84c027679f8c98b66531 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Mon, 24 Feb 2025 12:47:39 +0100 Subject: [PATCH] Fixed a layout bug within the chat page, where the top part uses too much space --- app/MindWork AI Studio/Components/ProviderSelection.razor | 2 +- app/MindWork AI Studio/wwwroot/changelog/v0.9.29.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/MindWork AI Studio/Components/ProviderSelection.razor b/app/MindWork AI Studio/Components/ProviderSelection.razor index 3ac64b96..9082f016 100644 --- a/app/MindWork AI Studio/Components/ProviderSelection.razor +++ b/app/MindWork AI Studio/Components/ProviderSelection.razor @@ -1,6 +1,6 @@ @using AIStudio.Settings - + @foreach (var provider in this.GetAvailableProviders()) { diff --git a/app/MindWork AI Studio/wwwroot/changelog/v0.9.29.md b/app/MindWork AI Studio/wwwroot/changelog/v0.9.29.md index 1e7e8cce..f389707d 100644 --- a/app/MindWork AI Studio/wwwroot/changelog/v0.9.29.md +++ b/app/MindWork AI Studio/wwwroot/changelog/v0.9.29.md @@ -9,4 +9,5 @@ - Improved data security by enforcing provider filtering based on the chosen confidence level. To ensure this in the future, source code analyzers have been added to warn developers about insecure code. - Improved the readability of descriptions inside the ERI server assistant. - Fixed a bug in which `APP_SETTINGS` appeared as a valid destination in the "send to" menu. +- Fixed a layout bug within the chat page, where the top part uses too much space. - Upgraded to Rust 1.85.0 and .NET 8.0.13. \ No newline at end of file