From 220d7594d307bec4d42e8d2c95af3caf449111c9 Mon Sep 17 00:00:00 2001
From: Haris Razis
Date: Sat, 9 Jan 2021 12:51:06 +0200
Subject: [PATCH] =?UTF-8?q?=E2=9E=95=20Add=20user=20dashboard=20UI=20eleme?=
=?UTF-8?q?nts?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
web/src/components/Navbar.vue | 14 ++--
web/src/components/Sidebar.vue | 102 +++++++++++++++++++++++++++---
web/src/store/modules/athletes.ts | 7 ++
web/src/store/modules/user.ts | 5 +-
web/src/views/Athlete.vue | 4 +-
web/src/views/Athletes.vue | 32 ++++++----
web/src/views/DashboardHome.vue | 2 +-
web/src/views/Profile.vue | 2 +-
8 files changed, 132 insertions(+), 36 deletions(-)
diff --git a/web/src/components/Navbar.vue b/web/src/components/Navbar.vue
index 3083343..ae40d1c 100644
--- a/web/src/components/Navbar.vue
+++ b/web/src/components/Navbar.vue
@@ -22,11 +22,13 @@
diff --git a/web/src/components/Sidebar.vue b/web/src/components/Sidebar.vue
index 0b71c7d..684bafe 100644
--- a/web/src/components/Sidebar.vue
+++ b/web/src/components/Sidebar.vue
@@ -6,19 +6,24 @@