From e301dc5612f0fbd1106641023363f1d3b0af7ada Mon Sep 17 00:00:00 2001
From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
Date: Tue, 24 Sep 2024 18:53:25 +0200
Subject: [PATCH] Feature/add horizontal lines to separate delete actions in
menus (#3805)
* Add horizontal lines to separate delete action
* Update changelog
---
CHANGELOG.md | 1 +
.../src/app/components/access-table/access-table.component.html | 1 +
.../app/components/accounts-table/accounts-table.component.html | 1 +
apps/client/src/app/components/admin-jobs/admin-jobs.html | 1 +
.../src/app/components/admin-market-data/admin-market-data.html | 2 ++
.../asset-profile-dialog/asset-profile-dialog.html | 1 +
.../src/app/components/admin-overview/admin-overview.html | 1 +
.../app/components/admin-platform/admin-platform.component.html | 1 +
.../src/app/components/admin-tag/admin-tag.component.html | 1 +
apps/client/src/app/components/admin-users/admin-users.html | 1 +
.../ui/src/lib/activities-table/activities-table.component.html | 2 ++
11 files changed, 13 insertions(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 38fb0dde2..2a8920872 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
+- Improved the usability of various action menus by introducing horizontal lines to separate the delete action
- Considered the user’s language in the link of the access table to share the portfolio
- Improved the language localization for German (`de`)
diff --git a/apps/client/src/app/components/access-table/access-table.component.html b/apps/client/src/app/components/access-table/access-table.component.html
index 8716873a7..2a20e4631 100644
--- a/apps/client/src/app/components/access-table/access-table.component.html
+++ b/apps/client/src/app/components/access-table/access-table.component.html
@@ -69,6 +69,7 @@
+
}
+