From 4831f282dd7428e53956a415bcddd00f3c19638b Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Wed, 30 Jul 2025 20:03:30 +0200 Subject: [PATCH] Feature/simplify user table of admin control panel (#5263) * Remove index column * Update changelog --- CHANGELOG.md | 1 + .../admin-users/admin-users.component.ts | 2 -- .../app/components/admin-users/admin-users.html | 17 ----------------- 3 files changed, 1 insertion(+), 19 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8b6e9ea4..25316d966 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Improved the _Top 3_ and _Bottom 3_ performers on the analysis page by removing items without performance - Improved the usability of the toggle component +- Simplified the users table of the admin control panel - Restructured the response of the portfolio report endpoint (_X-ray_) - Refreshed the cryptocurrencies list - Improved the language localization for Catalan (`ca`) diff --git a/apps/client/src/app/components/admin-users/admin-users.component.ts b/apps/client/src/app/components/admin-users/admin-users.component.ts index 2c9d07d74..84b82d111 100644 --- a/apps/client/src/app/components/admin-users/admin-users.component.ts +++ b/apps/client/src/app/components/admin-users/admin-users.component.ts @@ -101,7 +101,6 @@ export class GfAdminUsersComponent implements OnDestroy, OnInit { if (this.hasPermissionForSubscription) { this.displayedColumns = [ - 'index', 'user', 'country', 'registration', @@ -114,7 +113,6 @@ export class GfAdminUsersComponent implements OnDestroy, OnInit { ]; } else { this.displayedColumns = [ - 'index', 'user', 'registration', 'accounts', diff --git a/apps/client/src/app/components/admin-users/admin-users.html b/apps/client/src/app/components/admin-users/admin-users.html index 0db8574b5..7a6a6ae87 100644 --- a/apps/client/src/app/components/admin-users/admin-users.html +++ b/apps/client/src/app/components/admin-users/admin-users.html @@ -3,23 +3,6 @@
- - - - -
- # - - {{ i + 1 }} -