Merge branch 'main' of github.com:ghostfolio/ghostfolio
All checks were successful
Docker image CD / build_and_push (push) Successful in 31m13s
All checks were successful
Docker image CD / build_and_push (push) Successful in 31m13s
This commit is contained in:
commit
e46c25aaeb
@ -7,7 +7,7 @@
|
|||||||
**Open Source Wealth Management Software**
|
**Open Source Wealth Management Software**
|
||||||
|
|
||||||
[**Ghostfol.io**](https://ghostfol.io) | [**Live Demo**](https://ghostfol.io/en/demo) | [**Ghostfolio Premium**](https://ghostfol.io/en/pricing) | [**FAQ**](https://ghostfol.io/en/faq) |
|
[**Ghostfol.io**](https://ghostfol.io) | [**Live Demo**](https://ghostfol.io/en/demo) | [**Ghostfolio Premium**](https://ghostfol.io/en/pricing) | [**FAQ**](https://ghostfol.io/en/faq) |
|
||||||
[**Blog**](https://ghostfol.io/en/blog) | [**Slack**](https://join.slack.com/t/ghostfolio/shared_invite/zt-vsaan64h-F_I0fEo5M0P88lP9ibCxFg) | [**X**](https://x.com/ghostfolio_)
|
[**Blog**](https://ghostfol.io/en/blog) | [**LinkedIn**](https://www.linkedin.com/company/ghostfolio) | [**Slack**](https://join.slack.com/t/ghostfolio/shared_invite/zt-vsaan64h-F_I0fEo5M0P88lP9ibCxFg) | [**X**](https://x.com/ghostfolio_)
|
||||||
|
|
||||||
[](https://www.buymeacoffee.com/ghostfolio)
|
[](https://www.buymeacoffee.com/ghostfolio)
|
||||||
[](#contributing) [](https://hub.docker.com/r/ghostfolio/ghostfolio)
|
[](#contributing) [](https://hub.docker.com/r/ghostfolio/ghostfolio)
|
||||||
|
@ -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">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user