diff --git a/CHANGELOG.md b/CHANGELOG.md index cbccc5eb1..7f861d45d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +- Improved the styling of buttons and input fields across various components - Upgraded `prettier` from version `3.8.2` to `3.8.3` ## 3.0.0 - 2026-04-23 diff --git a/apps/client/src/app/components/admin-market-data/admin-market-data.component.ts b/apps/client/src/app/components/admin-market-data/admin-market-data.component.ts index d3265946f..fd96c94fc 100644 --- a/apps/client/src/app/components/admin-market-data/admin-market-data.component.ts +++ b/apps/client/src/app/components/admin-market-data/admin-market-data.component.ts @@ -157,7 +157,7 @@ export class GfAdminMarketDataComponent implements AfterViewInit, OnInit { public ghostfolioScraperApiSymbolPrefix = ghostfolioScraperApiSymbolPrefix; public hasPermissionForSubscription: boolean; public info: InfoItem; - public isLoading = false; + public isLoading = true; public isUUID = isUUID; public placeholder = ''; public pageSize = DEFAULT_PAGE_SIZE; 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'" /> + @for (filter of selectedFilters; track filter) { - + @if (isLoading()) { + + }