From 5dbd940d5ee04ccc8c410df27a68ba5760270dbb Mon Sep 17 00:00:00 2001 From: lucordes Date: Fri, 20 Oct 2023 20:32:35 +0200 Subject: [PATCH 1/6] add incoming outgoing transaction buttons --- frontend/src/components/BalanceCard.vue | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/frontend/src/components/BalanceCard.vue b/frontend/src/components/BalanceCard.vue index 351503b..29824ba 100644 --- a/frontend/src/components/BalanceCard.vue +++ b/frontend/src/components/BalanceCard.vue @@ -6,10 +6,14 @@ h1 { + + + + + \ No newline at end of file diff --git a/frontend/src/views/Home.vue b/frontend/src/views/Home.vue index c07c61e..c6a5cd0 100644 --- a/frontend/src/views/Home.vue +++ b/frontend/src/views/Home.vue @@ -97,8 +97,10 @@ - - - - - - \ No newline at end of file + \ No newline at end of file From ae737b81dc990b5fbf7c05fbfaf99c4b5d882cb9 Mon Sep 17 00:00:00 2001 From: lucordes Date: Sat, 21 Oct 2023 13:03:07 +0200 Subject: [PATCH 5/6] Add transaction menu --- frontend/src/components/BalanceCard.vue | 8 +-- frontend/src/router/index.js | 5 ++ frontend/src/views/Home.vue | 1 + frontend/src/views/TransactionMenu.vue | 82 +++++++++++++++++++++++++ 4 files changed, 92 insertions(+), 4 deletions(-) create mode 100644 frontend/src/views/TransactionMenu.vue diff --git a/frontend/src/components/BalanceCard.vue b/frontend/src/components/BalanceCard.vue index 29824ba..71c4b13 100644 --- a/frontend/src/components/BalanceCard.vue +++ b/frontend/src/components/BalanceCard.vue @@ -7,9 +7,9 @@ h1 { + + + + + From 29d8a57314b1070a8f3551b32516263f8dafb52b Mon Sep 17 00:00:00 2001 From: yccyangchen <1193657480@qq.com> Date: Sat, 21 Oct 2023 15:10:39 +0200 Subject: [PATCH 6/6] change color and add button in balance card --- frontend/src/components/BalanceCard.vue | 75 +++++++++++++++++-------- frontend/src/components/HeaderHome.vue | 6 +- frontend/src/views/Home.vue | 11 ++-- 3 files changed, 62 insertions(+), 30 deletions(-) diff --git a/frontend/src/components/BalanceCard.vue b/frontend/src/components/BalanceCard.vue index 29824ba..511ba47 100644 --- a/frontend/src/components/BalanceCard.vue +++ b/frontend/src/components/BalanceCard.vue @@ -1,36 +1,65 @@