From 4197d5a0eec3583717e5d165b39e86cd3511e875 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Sun, 10 Aug 2025 17:59:49 +0200 Subject: [PATCH] Fixed a profile selection visual bug in assistants (#532) --- app/MindWork AI Studio/Assistants/AssistantBase.razor | 2 +- app/MindWork AI Studio/Components/ProfileSelection.razor | 2 +- app/MindWork AI Studio/wwwroot/changelog/v0.9.50.md | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/app/MindWork AI Studio/Assistants/AssistantBase.razor b/app/MindWork AI Studio/Assistants/AssistantBase.razor index 92ae6bff..d9bd21fb 100644 --- a/app/MindWork AI Studio/Assistants/AssistantBase.razor +++ b/app/MindWork AI Studio/Assistants/AssistantBase.razor @@ -71,7 +71,7 @@ - + @if (!this.FooterButtons.Any(x => x.Type is ButtonTypes.SEND_TO)) { diff --git a/app/MindWork AI Studio/Components/ProfileSelection.razor b/app/MindWork AI Studio/Components/ProfileSelection.razor index b33a8b42..06dd03c7 100644 --- a/app/MindWork AI Studio/Components/ProfileSelection.razor +++ b/app/MindWork AI Studio/Components/ProfileSelection.razor @@ -11,7 +11,7 @@ } else { - + } diff --git a/app/MindWork AI Studio/wwwroot/changelog/v0.9.50.md b/app/MindWork AI Studio/wwwroot/changelog/v0.9.50.md index e77c9b68..8eb7745e 100644 --- a/app/MindWork AI Studio/wwwroot/changelog/v0.9.50.md +++ b/app/MindWork AI Studio/wwwroot/changelog/v0.9.50.md @@ -5,4 +5,5 @@ - Added support for self-hosted LLMs using [vLLM](https://blog.vllm.ai/2023/06/20/vllm.html). - Improved the display of enterprise configurations on the about page; configuration details are only shown when needed. - Improved hot reloading on Unix-like systems when entire plugins were added or removed. -- Improved the German translation. \ No newline at end of file +- Improved the German translation. +- Fixed a visual bug in all assistants that occurred when no profile was selected. \ No newline at end of file