From 313676e3bec2998399c3b24d2b3f015882ec99fa Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 9 Jun 2022 05:45:45 +0200 Subject: [PATCH] Add transaction lists --- .../components/dashboard/TransactionLists.vue | 33 +++++++++++++++++++ frontend/src/pages/dashboard/Dashboard.vue | 4 ++- 2 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 frontend/src/components/dashboard/TransactionLists.vue diff --git a/frontend/src/components/dashboard/TransactionLists.vue b/frontend/src/components/dashboard/TransactionLists.vue new file mode 100644 index 0000000000..575d9c4276 --- /dev/null +++ b/frontend/src/components/dashboard/TransactionLists.vue @@ -0,0 +1,33 @@ + + + + + + + diff --git a/frontend/src/pages/dashboard/Dashboard.vue b/frontend/src/pages/dashboard/Dashboard.vue index 27b807acd1..cddce57e14 100644 --- a/frontend/src/pages/dashboard/Dashboard.vue +++ b/frontend/src/pages/dashboard/Dashboard.vue @@ -40,7 +40,7 @@
- Account transaction list. +
@@ -89,10 +89,12 @@