Introduce budget, reimbursements for expenses #195

Merged
raucao merged 57 commits from feature/expenses into master 2021-06-03 14:23:45 +00:00
Showing only changes of commit 083334ed18 - Show all commits
@@ -34,7 +34,7 @@ export default Component.extend({
this.set('setupInProgress', true);
galfert commented 2020-11-13 15:45:31 +00:00 (Migrated from github.com)
Review
```suggestion ```
await this.kredits.setup();
this.set('setupInProgress', false);
this.router.transitionTo('dashboard');
// this.router.transitionTo('dashboard');
} catch (error) {
this.set('setupInProgress', false);
console.log('Opening Ethereum wallet failed:', error);