From 32e52e931dbdb6d3bfef0ed1b64c873a19f186a5 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Sat, 25 Apr 2026 10:31:13 +0200 Subject: [PATCH] Various style improvements --- .../asset-profile-dialog/asset-profile-dialog.html | 2 +- .../create-or-update-platform-dialog.html | 2 +- .../login-with-access-token-dialog.html | 8 +++++--- .../user-account-access/user-account-access.html | 4 +++- .../user-account-settings/user-account-settings.html | 4 +++- apps/client/src/app/pages/register/register-page.html | 4 ++-- 6 files changed, 15 insertions(+), 9 deletions(-) diff --git a/apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html b/apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html index cfae840a8..32ae24eb2 100644 --- a/apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html +++ b/apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html @@ -421,7 +421,7 @@ @if (assetProfileForm.controls.url.value) { diff --git a/apps/client/src/app/components/admin-platform/create-or-update-platform-dialog/create-or-update-platform-dialog.html b/apps/client/src/app/components/admin-platform/create-or-update-platform-dialog/create-or-update-platform-dialog.html index 0e39d7653..50193c2cc 100644 --- a/apps/client/src/app/components/admin-platform/create-or-update-platform-dialog/create-or-update-platform-dialog.html +++ b/apps/client/src/app/components/admin-platform/create-or-update-platform-dialog/create-or-update-platform-dialog.html @@ -30,7 +30,7 @@ /> @if (platformForm.get('url')?.value) { diff --git a/apps/client/src/app/components/login-with-access-token-dialog/login-with-access-token-dialog.html b/apps/client/src/app/components/login-with-access-token-dialog/login-with-access-token-dialog.html index 78604456b..4f4bb1867 100644 --- a/apps/client/src/app/components/login-with-access-token-dialog/login-with-access-token-dialog.html +++ b/apps/client/src/app/components/login-with-access-token-dialog/login-with-access-token-dialog.html @@ -13,12 +13,14 @@ (keydown.enter)="onLoginWithAccessToken(); $event.preventDefault()" /> @@ -34,7 +36,7 @@ @if (data.hasPermissionToUseAuthGoogle) {
Sign in with OpenID Connect diff --git a/apps/client/src/app/components/user-account-settings/user-account-settings.html b/apps/client/src/app/components/user-account-settings/user-account-settings.html index 93ed614cc..f646ef0fd 100644 --- a/apps/client/src/app/components/user-account-settings/user-account-settings.html +++ b/apps/client/src/app/components/user-account-settings/user-account-settings.html @@ -292,12 +292,14 @@ [type]="isAccessTokenHidden ? 'password' : 'text'" />