Feature/extend fire calculator by retirement date (#1748)

* Extend fire calculator by retirement date

* Update changelog

---------

Co-authored-by: Thomas <4159106+dtslvr@users.noreply.github.com>
This commit is contained in:
Robbert Coeckelbergh
2023-03-09 22:12:01 +01:00
committed by GitHub
parent 6301c0c21c
commit fce9e7fb0c
14 changed files with 404 additions and 42 deletions

View File

@@ -10,6 +10,8 @@ export interface UserSettings {
isRestrictedView?: boolean;
language?: string;
locale?: string;
projectedTotalAmount?: number;
retirementDate?: string;
savingsRate?: number;
viewMode?: ViewMode;
}