Compare commits

..

3 Commits

Author SHA1 Message Date
e46c25aaeb Merge branch 'main' of github.com:ghostfolio/ghostfolio
All checks were successful
Docker image CD / build_and_push (push) Successful in 31m13s
2025-03-27 10:16:26 -07:00
Thomas Kaul
70d56c6c6c
Feature/add LinkedIn page to README.md (#4476)
* Add LinkedIn page
2025-03-27 14:23:12 +01:00
Thomas Kaul
a09d3e5beb
Feature/harmonize stepper and tab group options (#4455)
* Harmonize stepper options

* Harmonize tab group options
2025-03-26 16:29:42 +01:00
5 changed files with 5 additions and 5 deletions

View File

@ -7,7 +7,7 @@
**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) |
[**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_)
[![Shield: Buy me a coffee](https://img.shields.io/badge/Buy%20me%20a%20coffee-Support-yellow?logo=buymeacoffee)](https://www.buymeacoffee.com/ghostfolio)
[![Shield: Contributions Welcome](https://img.shields.io/badge/Contributions-Welcome-limegreen.svg)](#contributing) [![Shield: Docker Pulls](https://img.shields.io/docker/pulls/ghostfolio/ghostfolio?label=Docker%20Pulls)](https://hub.docker.com/r/ghostfolio/ghostfolio)

View File

@ -69,7 +69,7 @@
</div>
<mat-tab-group
animationDuration="0"
animationDuration="0ms"
[mat-stretch-tabs]="false"
[ngClass]="{ 'd-none': isLoadingActivities }"
>

View File

@ -308,7 +308,7 @@
</div>
<mat-tab-group
animationDuration="0"
animationDuration="0ms"
class="mb-5"
[mat-stretch-tabs]="false"
[ngClass]="{ 'd-none': !dataSource?.data.length }"

View File

@ -8,7 +8,7 @@
<div class="flex-grow-1" mat-dialog-content>
<mat-stepper
#stepper
animationDuration="0"
animationDuration="0ms"
[linear]="true"
[orientation]="stepperOrientation"
[selectedIndex]="importStep"

View File

@ -5,7 +5,7 @@
}
</h1>
<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">
<ng-template i18n matStepLabel>Terms and Conditions</ng-template>
<div class="pt-2">