From ddc43542fe2052995ff0d538d4e07cc3c60cba30 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Sun, 28 Jul 2024 13:51:27 +0200 Subject: [PATCH] Improved readability of the issue component --- app/MindWork AI Studio/Components/Blocks/Issues.razor | 2 +- app/MindWork AI Studio/wwwroot/changelog/v0.8.5.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/MindWork AI Studio/Components/Blocks/Issues.razor b/app/MindWork AI Studio/Components/Blocks/Issues.razor index 8ad96b9c..413545de 100644 --- a/app/MindWork AI Studio/Components/Blocks/Issues.razor +++ b/app/MindWork AI Studio/Components/Blocks/Issues.razor @@ -1,6 +1,6 @@ @if (this.IssuesData.Any()) { - + Issues @foreach (var issue in this.IssuesData) diff --git a/app/MindWork AI Studio/wwwroot/changelog/v0.8.5.md b/app/MindWork AI Studio/wwwroot/changelog/v0.8.5.md index fe4af6f1..b2568e83 100644 --- a/app/MindWork AI Studio/wwwroot/changelog/v0.8.5.md +++ b/app/MindWork AI Studio/wwwroot/changelog/v0.8.5.md @@ -3,6 +3,7 @@ - Added the possibility to provide default options for the translation assistant - Added the possibility to provide default options for the coding assistant - Added the possibility to provide default options for the text summarizer assistant +- Improved readability of the issue component - Improved switches: when an option is enabled, the switch is using a different color - Fixed the applying of spellchecking settings to the single-line dialog - Restructured the layout of the settings page