From 0c5a881fc27e59f211cc404811b31fb4529d0a06 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Fri, 23 Aug 2024 10:42:48 +0200 Subject: [PATCH] Improved the chat options readability --- app/MindWork AI Studio/Pages/Settings.razor | 6 ++++-- app/MindWork AI Studio/wwwroot/changelog/v0.8.12.md | 1 + 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/app/MindWork AI Studio/Pages/Settings.razor b/app/MindWork AI Studio/Pages/Settings.razor index 68cad51b..324fd0f8 100644 --- a/app/MindWork AI Studio/Pages/Settings.razor +++ b/app/MindWork AI Studio/Pages/Settings.razor @@ -78,8 +78,10 @@ - - + + + + diff --git a/app/MindWork AI Studio/wwwroot/changelog/v0.8.12.md b/app/MindWork AI Studio/wwwroot/changelog/v0.8.12.md index 6185dff1..e53cc411 100644 --- a/app/MindWork AI Studio/wwwroot/changelog/v0.8.12.md +++ b/app/MindWork AI Studio/wwwroot/changelog/v0.8.12.md @@ -5,4 +5,5 @@ - Improved all assistants to provide a button to copy their respective result to the clipboard. - Improved the content validation for the agenda assistant. - Improved the language handling of the agenda assistant. +- Improved the chat options readability by separating the preselection of values. - Refactored the "send to" implementation of assistants. \ No newline at end of file