From 4078229fe6365b66d1ceee7a3255a9e9b38449a6 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Fri, 9 Feb 2024 09:45:54 +0100 Subject: [PATCH] Feature/add button to apply filters in assistant (#2971) * Add apply filters button * Update changelog --- CHANGELOG.md | 4 + .../components/header/header.component.html | 4 +- .../components/header/header.component.scss | 4 - apps/client/src/locales/messages.de.xlf | 340 +++++++++++++----- apps/client/src/locales/messages.es.xlf | 340 +++++++++++++----- apps/client/src/locales/messages.fr.xlf | 340 +++++++++++++----- apps/client/src/locales/messages.it.xlf | 340 +++++++++++++----- apps/client/src/locales/messages.nl.xlf | 340 +++++++++++++----- apps/client/src/locales/messages.pl.xlf | 340 +++++++++++++----- apps/client/src/locales/messages.pt.xlf | 340 +++++++++++++----- apps/client/src/locales/messages.tr.xlf | 340 +++++++++++++----- apps/client/src/locales/messages.xlf | 336 ++++++++++++----- apps/client/src/styles.scss | 4 + .../src/lib/assistant/assistant.component.ts | 40 +-- libs/ui/src/lib/assistant/assistant.html | 16 +- 15 files changed, 2344 insertions(+), 784 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26d39805e..99e73d30f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +### Added + +- Added a button to apply the active filters in the assistant (experimental) + ### Changed - Improved the usability by reloading the content with a logo click on the home page diff --git a/apps/client/src/app/components/header/header.component.html b/apps/client/src/app/components/header/header.component.html index c3cd958c1..b1bbaea67 100644 --- a/apps/client/src/app/components/header/header.component.html +++ b/apps/client/src/app/components/header/header.component.html @@ -11,7 +11,7 @@ - +