From 29ecfc11378bc57e4a2e5e7dba22b93e9d03116d Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Sat, 21 Jun 2025 11:56:56 +0200 Subject: [PATCH] Feature/migrate assistant and value component to control flow (part 3) (#4981) * Migrate to control flow * Update changelog --- CHANGELOG.md | 2 + libs/ui/src/lib/assistant/assistant.html | 125 +++++++++++---------- libs/ui/src/lib/value/value.component.html | 4 +- 3 files changed, 67 insertions(+), 64 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d77ae783..200b65771 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 ### Changed +- Migrated the `@ghostfolio/ui/assistant` component to control flow +- Migrated the `@ghostfolio/ui/value` component to control flow - Renamed `GranteeUser` to `granteeUser` in the `Access` database schema - Improved the language localization for French (`fr`) - Upgraded `class-validator` from version `0.14.1` to `0.14.2` diff --git a/libs/ui/src/lib/assistant/assistant.html b/libs/ui/src/lib/assistant/assistant.html index 55298f2ec..87b9a9c61 100644 --- a/libs/ui/src/lib/assistant/assistant.html +++ b/libs/ui/src/lib/assistant/assistant.html @@ -36,69 +36,40 @@ } -