Browse Source
Feature/add bonds and emergency fund to feature overview (#768)
* Add bonds and emergency fund
* Update changelog
pull/770/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
23 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 a hover effect to the page tabs |
|
|
|
- Extended the feature overview page by _Bonds_ and _Emergency Fund_ |
|
|
|
|
|
|
|
## 1.128.0 - 19.03.2022 |
|
|
|
|
|
|
|
|
|
@ -32,6 +32,17 @@ |
|
|
|
</div> |
|
|
|
</mat-card> |
|
|
|
</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 i18n>Bonds</h4> |
|
|
|
<p class="m-0"> |
|
|
|
Manage your investment in bonds and other assets with fixed |
|
|
|
income. |
|
|
|
</p> |
|
|
|
</div> |
|
|
|
</mat-card> |
|
|
|
</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"> |
|
|
@ -64,6 +75,17 @@ |
|
|
|
</div> |
|
|
|
</mat-card> |
|
|
|
</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 class="align-items-center d-flex" i18n>Emergency Fund</h4> |
|
|
|
<p class="m-0"> |
|
|
|
Define your emergency fund you are comfortable with for |
|
|
|
difficult times. |
|
|
|
</p> |
|
|
|
</div> |
|
|
|
</mat-card> |
|
|
|
</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"> |
|
|
|