Browse Source
Merge branch 'main' into feature/add-value-of-active-filters-on-allocations-page
pull/1286/head
Thomas Kaul
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
12 additions and
0 deletions
-
CHANGELOG.md
-
apps/client/src/app/pages/features/features-page.html
|
@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
### Added |
|
|
### Added |
|
|
|
|
|
|
|
|
- Added the value of the active filter in percentage on the allocations page |
|
|
- Added the value of the active filter in percentage on the allocations page |
|
|
|
|
|
- Extended the feature overview page by multi-language support (English, German, Italian) |
|
|
|
|
|
|
|
|
### Changed |
|
|
### Changed |
|
|
|
|
|
|
|
|
|
@ -192,6 +192,17 @@ |
|
|
</div> |
|
|
</div> |
|
|
</mat-card> |
|
|
</mat-card> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
<div class="col-xs-12 col-md-4 mb-3"> |
|
|
|
|
|
<mat-card class="d-flex flex-column h-100"> |
|
|
|
|
|
<div class="flex-grow-1"> |
|
|
|
|
|
<h4>Multi-Language</h4> |
|
|
|
|
|
<p class="m-0"> |
|
|
|
|
|
Use Ghostfolio in multiple languages: English, German and |
|
|
|
|
|
Italian are currently supported. |
|
|
|
|
|
</p> |
|
|
|
|
|
</div> |
|
|
|
|
|
</mat-card> |
|
|
|
|
|
</div> |
|
|
<div class="col-xs-12 col-md-4 mb-3"> |
|
|
<div class="col-xs-12 col-md-4 mb-3"> |
|
|
<mat-card class="d-flex flex-column h-100"> |
|
|
<mat-card class="d-flex flex-column h-100"> |
|
|
<div class="flex-grow-1"> |
|
|
<div class="flex-grow-1"> |
|
|