Viktor Gullmark

Results 49 issues of 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); }`...

enhancement
frontend

![image](https://user-images.githubusercontent.com/11405940/74083421-1522ab00-4a64-11ea-9548-7dc3f4a0fb57.png)

bug
backend

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...

frontend
feature

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...

enhancement
frontend

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...

frontend
investigation

We should send events for more actions.

enhancement
good first issue
frontend