Browse Source

Merge branch 'main' into task/improve-account-name-display-in-accounts-table

pull/7044/head
Thomas Kaul 3 months ago
committed by GitHub
parent
commit
df0d29df4d
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      CHANGELOG.md
  2. 2
      apps/client/src/app/components/admin-users/admin-users.html

1
CHANGELOG.md

@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Improved the styling of the checkboxes to consistently use the primary color in their states
- Improved the account name display in the accounts table
- Improved the user id display in the users table of the admin control panel
## 3.11.0 - 2026-06-14

2
apps/client/src/app/components/admin-users/admin-users.html

@ -16,7 +16,7 @@
class="mat-mdc-cell px-1 py-2"
mat-cell
>
<div class="d-flex align-items-center">
<div class="align-items-center d-flex text-nowrap">
<span
class="d-none d-sm-inline-block text-monospace"
[class.text-line-through]="element.role === 'INACTIVE'"

Loading…
Cancel
Save