Viktor Gullmark
Viktor Gullmark
`@computed get getSelectedAccount(): Account { const account = this.accounts.find((a) => a.uuid === this.activeAccount); return account ? account : new Account(); }` `@computed get activeProfile() { return this.profiles.find((p) => p.active); }`...

The following options should be added: - All items - Change since last snapshot - Change in the past 1 hour - Change in the past 12 hours - Change...
Right now we base the income card on the past hour only. This should be improved, so users can customize the hours we calculate income over. This will be especially...
We currently use multiple interfaces for each entity that we store on the backend. E.g "ISnapshot" and "IApiSnapshot". We should see if we can merge them now that we have...
We should send events for more actions.