From eb31759f67e3994503f2cecfca66252dae3a5ca7 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Fri, 26 Jul 2024 20:22:54 +0200 Subject: [PATCH] Improved switch component for settings: when an option is enabled, the switch is using a different color --- .../Components/Blocks/ConfigurationOption.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/ConfigurationOption.razor b/app/MindWork AI Studio/Components/Blocks/ConfigurationOption.razor index f8de2b91..24899fee 100644 --- a/app/MindWork AI Studio/Components/Blocks/ConfigurationOption.razor +++ b/app/MindWork AI Studio/Components/Blocks/ConfigurationOption.razor @@ -1,7 +1,7 @@ @inherits ConfigurationBase - + @(this.State() ? this.LabelOn : this.LabelOff) \ No newline at end of file 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 b1112069..5d3715ef 100644 --- a/app/MindWork AI Studio/wwwroot/changelog/v0.8.5.md +++ b/app/MindWork AI Studio/wwwroot/changelog/v0.8.5.md @@ -1,4 +1,5 @@ # v0.8.4, build 167 +- Improved switch component for settings: 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 - Refactored the settings data model