diff --git a/app/MindWork AI Studio/Components/Blocks/AssistantBlock.razor b/app/MindWork AI Studio/Components/Blocks/AssistantBlock.razor index f08d308..f0bb54c 100644 --- a/app/MindWork AI Studio/Components/Blocks/AssistantBlock.razor +++ b/app/MindWork AI Studio/Components/Blocks/AssistantBlock.razor @@ -1,26 +1,24 @@ - - - - - - - - @this.Name - - - - - - - - @this.Description + + + + + + + @this.Name - - - - @this.ButtonText - - - - \ No newline at end of file + + + + + + @this.Description + + + + + + @this.ButtonText + + + \ No newline at end of file diff --git a/app/MindWork AI Studio/Components/Pages/Assistants.razor b/app/MindWork AI Studio/Components/Pages/Assistants.razor index bfb25c4..5df74a2 100644 --- a/app/MindWork AI Studio/Components/Pages/Assistants.razor +++ b/app/MindWork AI Studio/Components/Pages/Assistants.razor @@ -4,9 +4,9 @@ Assistants - + - \ No newline at end of file + \ No newline at end of file diff --git a/app/MindWork AI Studio/wwwroot/changelog/v0.8.6.md b/app/MindWork AI Studio/wwwroot/changelog/v0.8.6.md index 5949506..00280c0 100644 --- a/app/MindWork AI Studio/wwwroot/changelog/v0.8.6.md +++ b/app/MindWork AI Studio/wwwroot/changelog/v0.8.6.md @@ -1,4 +1,5 @@ # v0.8.6, build 168 - Added possibility to configure a default provider for chats - Improved the readability of the `settings.json` file by using indentation and enum names instead of numbers +- Improved assistant overview; assistants will now wrap to the next line if there are too many to fit on the row - Increased the default value for the live translation delay from 1,000 to 1,500 ms \ No newline at end of file