From a22fb33e7fe12e8de47665ee84cd92ab3898f683 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Fri, 21 Aug 2026 11:23:28 +0200 Subject: [PATCH] Add write access --- .../access-table/access-table.component.html | 9 +- .../access-table/access-table.component.ts | 6 +- .../account-detail-dialog.html | 4 +- .../interfaces/interfaces.ts | 1 + .../holding-detail-dialog.html | 4 +- .../home-watchlist.component.ts | 9 ++ ...reate-or-update-access-dialog.component.ts | 23 +++- .../account-dialog-host.component.ts | 13 ++- .../pages/accounts/accounts-page.component.ts | 13 +++ .../activities/activities-page.component.ts | 6 + .../portfolio/activities/activities-page.html | 10 +- .../activity-dialog-host.component.ts | 13 +-- .../allocations/allocations-page.component.ts | 4 + libs/common/src/lib/scopes.spec.ts | 17 +++ libs/common/src/lib/scopes.ts | 6 + .../accounts-table.component.html | 2 +- .../activities-table.component.html | 108 ++++++++++-------- .../activities-table.component.ts | 2 +- 18 files changed, 162 insertions(+), 88 deletions(-) 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 3189b6afc..38122c39c 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 @@ -18,17 +18,16 @@