From e5dd2fb34c1cbd0f8dadba26345f03cd847b01fd Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Fri, 23 Aug 2024 13:26:30 +0200 Subject: [PATCH] Fixed header height --- app/MindWork AI Studio/Assistants/AssistantBase.razor | 2 +- app/MindWork AI Studio/wwwroot/changelog/v0.8.12.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/MindWork AI Studio/Assistants/AssistantBase.razor b/app/MindWork AI Studio/Assistants/AssistantBase.razor index 0abbfec7..6d4fdb51 100644 --- a/app/MindWork AI Studio/Assistants/AssistantBase.razor +++ b/app/MindWork AI Studio/Assistants/AssistantBase.razor @@ -4,7 +4,7 @@ @(this.Title) - + 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 c42e0d36..884c5c8a 100644 --- a/app/MindWork AI Studio/wwwroot/changelog/v0.8.12.md +++ b/app/MindWork AI Studio/wwwroot/changelog/v0.8.12.md @@ -1,6 +1,7 @@ # v0.8.12, build 174 - Added an e-mail writing assistant. - Added the possibility to preselect some e-mail writing assistant options. +- Fixed the header height of assistant pages. - Improved the coding assistant by adding a button to delete a context. - Improved chat page by scrolling to the bottom after loading (configurable; default is on). - Improved all assistants to provide a button to copy their respective result to the clipboard.