From 87501e094d865521212de54f6a3b38ed6ad5228f Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Sat, 8 Jun 2024 17:20:38 +0200 Subject: [PATCH] Feature/improve allocations by ETF holding for mobile (#3469) --- .../access-table/access-table.component.html | 123 ++-- .../accounts-table.component.html | 528 +++++++++--------- .../components/admin-users/admin-users.html | 2 +- .../components/admin-users/admin-users.scss | 14 +- .../user-account-access.scss | 4 - .../src/app/pages/accounts/accounts-page.html | 36 +- .../src/app/pages/accounts/accounts-page.scss | 4 - apps/client/src/styles.scss | 4 + .../activities-table.component.html | 2 +- .../activities-table.component.scss | 4 - .../holdings-table.component.html | 2 +- .../holdings-table.component.scss | 14 +- .../top-holdings/top-holdings.component.html | 118 ++-- 13 files changed, 431 insertions(+), 424 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 8112ca4ad..a8386d5d2 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 @@ -1,67 +1,72 @@ -
Alias | -- {{ element.alias }} - | -
---|
Alias | ++ {{ element.alias }} + | +Grantee | -- {{ element.grantee }} - | -Grantee | ++ {{ element.grantee }} + | +Permission | -
-
- @if (element.permissions.includes('READ')) {
-
- |
- Permission | +
+
+ @if (element.permissions.includes('READ')) {
+
+ |
+ Details | -
-
-
+ Details |
+
+ |
-
+
-
- |
+ + | - |
-
- |
+
---|
- |
-
-
- |
- - |
- |
-
- |
- Total | -
- |
- - {{ element.currency }} - | -- {{ baseCurrency }} - | -
---|
+ |
+
+
+ |
+ + |
- |
-
-
+
+ |
+
|
-
- | |
+ Total | +- # - Activities - | -- {{ element.transactionCount }} - | -- {{ transactionCount }} - | -
+ |
+ + {{ element.currency }} + | ++ {{ baseCurrency }} + | +
- |
-
- |
-
- |
-
+ |
+
+
+
+ |
+ + |
- |
-
- |
-
- |
- + # + Activities + | ++ {{ element.transactionCount }} + | ++ {{ transactionCount }} + | +
- |
-
- |
-
- |
-
+ |
+
+ |
+
+ |
+ - |
-
+ |
+
- |
-
-
+ | |
+
+ |
+ - |
-
+ |
+
- |
+
+ |
+
+
+
+ |
+ |
+
+ |
+ |
|
-
- | |
+ + |
---|
Accounts-
-
+
+
|
---|