From fa487982ecddd9231bc5253766fb2474b4a35feb Mon Sep 17 00:00:00 2001 From: Salma Elsoly Date: Tue, 20 Aug 2024 14:38:56 +0300 Subject: [PATCH] fix: tables to contain size + add menu in navbar Co-authored-by: nabil.salah203@gmail.com --- frontend/index.html | 2 +- frontend/src/components/CreateFlist.vue | 4 +- frontend/src/components/Footer.vue | 9 +- frontend/src/components/Home.vue | 36 ++++--- frontend/src/components/Navbar.vue | 40 ++++++- frontend/src/components/UserFlist.vue | 134 +++++++++++++++--------- frontend/src/types/Flists.ts | 1 + 7 files changed, 152 insertions(+), 74 deletions(-) diff --git a/frontend/index.html b/frontend/index.html index 89ae681..d20a7e6 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -5,7 +5,7 @@ - Vite + Vue + TS + flist diff --git a/frontend/src/components/CreateFlist.vue b/frontend/src/components/CreateFlist.vue index 9ef9a59..328d260 100644 --- a/frontend/src/components/CreateFlist.vue +++ b/frontend/src/components/CreateFlist.vue @@ -161,7 +161,7 @@ v-model="flist.server_address" variant="solo-filled" density="compact" - placeholder="localhost:5000/ubuntu" + placeholder="localhost:5000" > @@ -192,7 +192,7 @@ - All rights reserved © 2024 - ThreeFold + All rights reserved © 2024 - + ThreeFold + + + + - + \ No newline at end of file diff --git a/frontend/src/components/Home.vue b/frontend/src/components/Home.vue index 0f9dd25..9b4b869 100644 --- a/frontend/src/components/Home.vue +++ b/frontend/src/components/Home.vue @@ -3,12 +3,12 @@
-

Create and Download Flist

-
+
--> @@ -21,17 +21,9 @@ Users - - + +