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