Browse Source
Feature/harmonize stepper and tab group options (#4455)
* Harmonize stepper options
* Harmonize tab group options
pull/4489/head
Thomas Kaul
3 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with
4 additions and
4 deletions
-
apps/client/src/app/components/account-detail-dialog/account-detail-dialog.html
-
apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html
-
apps/client/src/app/pages/portfolio/activities/import-activities-dialog/import-activities-dialog.html
-
apps/client/src/app/pages/register/show-access-token-dialog/show-access-token-dialog.html
|
@ -69,7 +69,7 @@ |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<mat-tab-group |
|
|
<mat-tab-group |
|
|
animationDuration="0" |
|
|
animationDuration="0ms" |
|
|
[mat-stretch-tabs]="false" |
|
|
[mat-stretch-tabs]="false" |
|
|
[ngClass]="{ 'd-none': isLoadingActivities }" |
|
|
[ngClass]="{ 'd-none': isLoadingActivities }" |
|
|
> |
|
|
> |
|
|
|
@ -308,7 +308,7 @@ |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<mat-tab-group |
|
|
<mat-tab-group |
|
|
animationDuration="0" |
|
|
animationDuration="0ms" |
|
|
class="mb-5" |
|
|
class="mb-5" |
|
|
[mat-stretch-tabs]="false" |
|
|
[mat-stretch-tabs]="false" |
|
|
[ngClass]="{ 'd-none': !dataSource?.data.length }" |
|
|
[ngClass]="{ 'd-none': !dataSource?.data.length }" |
|
|
|
@ -8,7 +8,7 @@ |
|
|
<div class="flex-grow-1" mat-dialog-content> |
|
|
<div class="flex-grow-1" mat-dialog-content> |
|
|
<mat-stepper |
|
|
<mat-stepper |
|
|
#stepper |
|
|
#stepper |
|
|
animationDuration="0" |
|
|
animationDuration="0ms" |
|
|
[linear]="true" |
|
|
[linear]="true" |
|
|
[orientation]="stepperOrientation" |
|
|
[orientation]="stepperOrientation" |
|
|
[selectedIndex]="importStep" |
|
|
[selectedIndex]="importStep" |
|
|
|
@ -5,7 +5,7 @@ |
|
|
} |
|
|
} |
|
|
</h1> |
|
|
</h1> |
|
|
<div class="px-0" mat-dialog-content> |
|
|
<div class="px-0" mat-dialog-content> |
|
|
<mat-stepper #stepper animationDuration="0ms" linear> |
|
|
<mat-stepper #stepper animationDuration="0ms" [linear]="true"> |
|
|
<mat-step editable="false" [completed]="isDisclaimerChecked"> |
|
|
<mat-step editable="false" [completed]="isDisclaimerChecked"> |
|
|
<ng-template i18n matStepLabel>Terms and Conditions</ng-template> |
|
|
<ng-template i18n matStepLabel>Terms and Conditions</ng-template> |
|
|
<div class="pt-2"> |
|
|
<div class="pt-2"> |
|
|