diff --git a/frontend/package.json b/frontend/package.json
index 8c802af..c69d2c0 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -13,8 +13,11 @@
"axios": "^1.5.1",
"pinia": "^2.0.10",
"postcss": "^8.4.5",
+ "swiper": "^10.3.1",
"tailwindcss": "^3.0.18",
"vue": "^3.2.25",
+ "vue-awesome-swiper": "^5.0.1",
+ "vue-concise-slider": "^4.2.5",
"vue-router": "^4.0.12"
},
"devDependencies": {
diff --git a/frontend/src/components/BalanceCard.vue b/frontend/src/components/BalanceCard.vue
index 351503b..511ba47 100644
--- a/frontend/src/components/BalanceCard.vue
+++ b/frontend/src/components/BalanceCard.vue
@@ -1,30 +1,65 @@
-
+
+
+
+
+
+
+
+
+
- Balance
- {{ balances.current.toLocaleString() }} EUR
-
+
+
-
-
+
+
+
\ No newline at end of file
diff --git a/frontend/src/views/Home.vue b/frontend/src/views/Home.vue
index 7bfce7d..5f82107 100644
--- a/frontend/src/views/Home.vue
+++ b/frontend/src/views/Home.vue
@@ -24,18 +24,21 @@
}
.chatbox {
- margin-top: 5vh;
- border: 0.5px solid #e0e0e0;
+ margin-top: 3vh;
+ border: 2px solid #e0e0e0;
padding: 10px;
height: 55vh;
overflow-y: auto;
- border-radius: 0.5vw;
+ /* border-radius: 0.5vw 0.6vw 0.8vw 1vw; */
+ border-radius: 0px 0px 15px 15px;
+ box-shadow: 5px 5px 5px 0px rgba(255, 255, 255, 0.75)
}
.chat-interface {
display: flex;
align-items: stretch;
- margin-top: 10px;
+ margin-top: 15px;
}
+
.chat-input {
flex-grow: 1;
padding: 10px;
@@ -97,8 +100,10 @@
-
+
+
@@ -126,6 +131,7 @@ import HeaderHome from '@/components/HeaderHome.vue'
import BalanceCard from '@/components/BalanceCard.vue'
import axios from 'axios';
import Services from "@/components/Services.vue";
+import TransactionMenu from '../views/TransactionMenu.vue';
const userInput = ref("");
const messages = ref([]);
diff --git a/frontend/src/views/TransactionMenu.vue b/frontend/src/views/TransactionMenu.vue
new file mode 100644
index 0000000..d89417b
--- /dev/null
+++ b/frontend/src/views/TransactionMenu.vue
@@ -0,0 +1,82 @@
+
+
+
+
+
+
+
+
+ Outgoing
+ Transact funds to people
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+