diff --git a/src/views/mobile/Home.vue b/src/views/mobile/Home.vue index 7f095598..23e0151a 100644 --- a/src/views/mobile/Home.vue +++ b/src/views/mobile/Home.vue @@ -4,93 +4,7 @@ - - - - -
- -
-
- Today -
- -
-
- 0.00 USD -
-
- 0.00 USD -
-
-
- - -
- -
-
- This week -
- -
-
- 0.00 USD -
-
- 0.00 USD -
-
-
- - -
- -
-
- This month -
- -
-
- 0.00 USD -
-
- 0.00 USD -
-
-
- - -
- -
-
- This year -
- -
-
- 0.00 USD -
-
- 0.00 USD -
-
-
-
-
-
- - + @@ -98,17 +12,21 @@
- {{ $t('Today' )}} + Today + {{ $t('Today' )}}
- {{ transactionOverview.today.incomeAmount | currency(defaultCurrency) }} + 0.00 USD + {{ transactionOverview.today.incomeAmount | currency(defaultCurrency) }}
- {{ transactionOverview.today.expenseAmount | currency(defaultCurrency) }} + 0.00 USD + {{ transactionOverview.today.expenseAmount | currency(defaultCurrency) }}
@@ -118,19 +36,24 @@
- {{ $t('This Week' )}} + This Week + {{ $t('This Week' )}}
- {{ transactionOverview.thisWeek.incomeAmount | currency(defaultCurrency) }} + 0.00 USD + {{ transactionOverview.thisWeek.incomeAmount | currency(defaultCurrency) }}
- {{ transactionOverview.thisWeek.expenseAmount | currency(defaultCurrency) }} + 0.00 USD + {{ transactionOverview.thisWeek.expenseAmount | currency(defaultCurrency) }}
@@ -140,19 +63,24 @@
- {{ $t('This Month' )}} + This Month + {{ $t('This Month' )}}
- {{ transactionOverview.thisMonth.incomeAmount | currency(defaultCurrency) }} + 0.00 USD + {{ transactionOverview.thisMonth.incomeAmount | currency(defaultCurrency) }}
- {{ transactionOverview.thisMonth.expenseAmount | currency(defaultCurrency) }} + 0.00 USD + {{ transactionOverview.thisMonth.expenseAmount | currency(defaultCurrency) }}
@@ -162,17 +90,21 @@
- {{ $t('This Year' )}} + This Year + {{ $t('This Year' )}}
- {{ transactionOverview.thisYear.incomeAmount | currency(defaultCurrency) }} + 0.00 USD + {{ transactionOverview.thisYear.incomeAmount | currency(defaultCurrency) }}
- {{ transactionOverview.thisYear.expenseAmount | currency(defaultCurrency) }} + 0.00 USD + {{ transactionOverview.thisYear.expenseAmount | currency(defaultCurrency) }}