From a7319844fd5b91d17930b4d5c2d9557fb4dd9759 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Sun, 15 Jun 2025 22:05:32 +0200 Subject: [PATCH] Feature/migrate assistant and value component to control flow (part 2) (#4948) * Migrate to control flow * Update changelog --- CHANGELOG.md | 2 + libs/ui/src/lib/assistant/assistant.html | 54 +++++++++++----------- libs/ui/src/lib/value/value.component.html | 10 ++-- 3 files changed, 35 insertions(+), 31 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 594100c63..5909cb3a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changelog +- Migrated the `@ghostfolio/ui/assistant` component to control flow +- Migrated the `@ghostfolio/ui/value` component to control flow - Improved the language localization for Chinese (`zh`) - Improved the language localization for Portuguese (`pt`) diff --git a/libs/ui/src/lib/assistant/assistant.html b/libs/ui/src/lib/assistant/assistant.html index 938f69851..55298f2ec 100644 --- a/libs/ui/src/lib/assistant/assistant.html +++ b/libs/ui/src/lib/assistant/assistant.html @@ -92,34 +92,36 @@ } } -