From b54e2ac1443a52e089c8a7df4e371aee0e3e0127 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Mon, 24 Aug 2026 16:07:21 +0200 Subject: [PATCH] Task/improve style of settings tables in admin control panel (#7708) * Improve style of settings table * Update changelog --- CHANGELOG.md | 3 + .../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 +++++------ 6 files changed, 364 insertions(+), 338 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef1fd7207..470ae0eb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +- Improved the style of the table in the data providers management of the admin control panel +- Improved the style of the table in the platform management of the admin control panel +- Improved the style of the table in the tag management of the admin control panel - Improved the historical market data gathering by storing the market prices carried forward for the most recent dates without data from the data provider, distinguished by `isCarriedForward` - Introduced a cooldown of 12 hours for the historical market data gathering of a symbol by retaining the completed jobs 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 }} + | +
- |
-
- |
-
+ |
+
+ |
+ - |
- |
- |
+ +
+ |
+
+
+
+ |
|
- + |
+
|---|