From 1c445eb4acf9ce5daded21901ba85b03ef140d92 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Sun, 23 Aug 2026 21:14:26 +0200 Subject: [PATCH] Improve style of settings table --- .../admin-platform.component.html | 161 ++++----- .../admin-platform.component.ts | 8 +- .../admin-settings.component.html | 326 +++++++++--------- .../admin-settings.component.ts | 1 + .../admin-tag/admin-tag.component.html | 203 +++++------ 5 files changed, 361 insertions(+), 338 deletions(-) diff --git a/apps/client/src/app/components/admin-platform/admin-platform.component.html b/apps/client/src/app/components/admin-platform/admin-platform.component.html index 7c699e557..c349dd9b8 100644 --- a/apps/client/src/app/components/admin-platform/admin-platform.component.html +++ b/apps/client/src/app/components/admin-platform/admin-platform.component.html @@ -9,92 +9,99 @@ Add Platform -
|
- |
-
- |
|---|
| + |
+ |
+
- |
- - {{ element.url }} - | -
+ |
+ + {{ element.name }} + | +
- |
-
- |
-
+ |
+ + {{ element.url }} + | +- | - | +
|---|
|
- |
-
-
-
- @if (isGhostfolioDataProvider(element)) {
-
- Ghostfolio Premium
-
-
-
+
+
|
|---|
|
- |
- - {{ translate(element.name) }} - | -
- |
- - {{ element.userId }} - | -
|---|
|
+ |
+ + {{ translate(element.name) }} + | +
- |
-
- |
-
+ |
+ + {{ element.userId }} + | +
- |
-
- |
-
+ |
+
+ |
+ - |
- |
- |
+ +
+ |
+
+
+
+ |
|
- + |
+
|---|