From 4169de580b43b71208c418de86520add229cc17c Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Sat, 12 Nov 2022 16:46:17 +0100 Subject: [PATCH] Feature/add indicator for excluded accounts (#1450) * Add indicator for excluded accounts * Update changelog --- CHANGELOG.md | 6 ++++++ .../accounts-table.component.html | 20 ++++++++++++++++++- .../accounts-table.component.ts | 1 + 3 files changed, 26 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74611acb1..85f515a72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## Unreleased + +### Added + +- Added an indicator for excluded accounts in the accounts table + ## 1.212.0 - 11.11.2022 ### Changed diff --git a/apps/client/src/app/components/accounts-table/accounts-table.component.html b/apps/client/src/app/components/accounts-table/accounts-table.component.html index b38914d73..3be8520dd 100644 --- a/apps/client/src/app/components/accounts-table/accounts-table.component.html +++ b/apps/client/src/app/components/accounts-table/accounts-table.component.html @@ -1,4 +1,22 @@
+ |
+
+
+ |
+ + | Name | @@ -15,7 +33,7 @@ >(Default) | -Total | +Total |
---|