From 520c176cd6dcbe4c7be498e7aa6d82d87b0ac3fa Mon Sep 17 00:00:00 2001
From: Shaunak Das <51281688+shaun-ak@users.noreply.github.com>
Date: Tue, 17 Sep 2024 23:37:27 +0530
Subject: [PATCH] Feature/add copy link to clipboard action to access table
(#3768)
* Add copy link to clipboard action
* Update changelog
---
CHANGELOG.md | 1 +
.../access-table/access-table.component.html | 13 ++++++++-----
.../access-table/access-table.component.ts | 14 +++++++++++++-
.../components/access-table/access-table.module.ts | 2 ++
4 files changed, 24 insertions(+), 6 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6f3d7b1a9..dd2ec27a0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Added support for bonds in the import dividends dialog
+- Added a _Copy link to clipboard_ action to the access table to share the portfolio
- Added the current market price column to the historical market data table of the admin control
- Introduced filters (`dataSource` and `symbol`) in the accounts endpoint
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 b1befc8c9..e625cbf75 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
@@ -35,11 +35,9 @@
@if (element.type === 'PUBLIC') {