Feature/improve usability of fire calculator (#1779)

* Improve usability

* Add debounce
* Persist annualInterestRate
* Partially disable date picker

* Update changelog
This commit is contained in:
Thomas Kaul
2023-03-12 09:55:55 +01:00
committed by GitHub
parent 0f1db71604
commit 3af8be89e3
8 changed files with 111 additions and 58 deletions

View File

@@ -1,6 +1,7 @@
import { ColorScheme, DateRange, ViewMode } from '@ghostfolio/common/types';
export interface UserSettings {
annualInterestRate?: number;
baseCurrency?: string;
benchmark?: string;
colorScheme?: ColorScheme;