Add confirmed-in component, show ETA for proposed reimbursements #210

Merged
raucao merged 11 commits from feature/confirmation-eta into master 2023-01-15 04:36:43 +00:00
Showing only changes of commit 7cd023a21b - Show all commits
@@ -46,7 +46,7 @@
{{#if this.expenses}} {{#if this.expenses}}
<ExpenseList @expenses={{this.expenses}} <ExpenseList @expenses={{this.expenses}}
@removeExpenseItem={{this.removeExpenseItem}} @removeExpenseItem={{this.removeExpenseItem}}
@deletable=yes /> @deletable={{true}} />
<p class="actions"> <p class="actions">
<button {{on "click" this.showExpenseForm}} <button {{on "click" this.showExpenseForm}}