diff --git a/CHANGELOG.md b/CHANGELOG.md index 93428fbea..1fb5bf697 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Removed the toggle _Original Shares_ vs. _Current Shares_ on the allocations page +### Fixed + +- Fixed the value of the active (emergency fund) filter in percentage on the allocations page + ## 1.228.1 - 2023-01-18 ### Added diff --git a/README.md b/README.md index f09dd7541..fea70c4b7 100644 --- a/README.md +++ b/README.md @@ -269,7 +269,7 @@ You can get the _Bearer Token_ via `GET http://localhost:3333/api/v1/auth/anonym Ghostfolio is **100% free** and **open source**. We encourage and support an active and healthy community that accepts contributions from the public - including you. -Not sure what to work on? We have got some ideas. Please join the Ghostfolio [Slack channel](https://join.slack.com/t/ghostfolio/shared_invite/zt-vsaan64h-F_I0fEo5M0P88lP9ibCxFg), tweet to [@ghostfolio\_](https://twitter.com/ghostfolio_) or send an e-mail to hi@ghostfol.io. We would love to hear from you. +Not sure what to work on? We have got some ideas. Please join the Ghostfolio [Slack channel](https://join.slack.com/t/ghostfolio/shared_invite/zt-vsaan64h-F_I0fEo5M0P88lP9ibCxFg) or tweet to [@ghostfolio\_](https://twitter.com/ghostfolio_). We would love to hear from you. If you like to support this project, get [**Ghostfolio Premium**](https://ghostfol.io/en/pricing) or [**Buy me a coffee**](https://www.buymeacoffee.com/ghostfolio). diff --git a/apps/api/src/app/portfolio/portfolio.service.ts b/apps/api/src/app/portfolio/portfolio.service.ts index ea5e1fdb6..558a988ec 100644 --- a/apps/api/src/app/portfolio/portfolio.service.ts +++ b/apps/api/src/app/portfolio/portfolio.service.ts @@ -611,6 +611,8 @@ export class PortfolioService { ) .toNumber(); + filteredValueInBaseCurrency = emergencyFund; + accounts[UNKNOWN_KEY] = { balance: 0, currency: userCurrency, diff --git a/apps/client/src/app/pages/about/about-page.html b/apps/client/src/app/pages/about/about-page.html index 20843c292..a6b688944 100644 --- a/apps/client/src/app/pages/about/about-page.html +++ b/apps/client/src/app/pages/about/about-page.html @@ -42,9 +42,11 @@ href="https://twitter.com/ghostfolio_" title="Tweet to Ghostfolio on Twitter" >@ghostfolio_, send an e-mail to - hi@ghostfol.io, send an e-mail to + hi@ghostfol.io or open an issue at