From 796535af75de2b3a9662d9a2a83486df200c5ccb Mon Sep 17 00:00:00 2001 From: mi1468 Date: Sun, 11 May 2025 15:35:31 +0330 Subject: [PATCH] added header component and redesign index dashboard --- .../src/pages/dashboard/ChangeAvatar.vue | 20 ++++----------- .../src/pages/dashboard/EditProfile.vue | 25 ++++++------------- xroom-dashboard/src/pages/dashboard/files.vue | 22 ++++------------ .../src/pages/dashboard/readyPlayer.vue | 20 ++++----------- 4 files changed, 22 insertions(+), 65 deletions(-) diff --git a/xroom-dashboard/src/pages/dashboard/ChangeAvatar.vue b/xroom-dashboard/src/pages/dashboard/ChangeAvatar.vue index 549310d..63f2b19 100644 --- a/xroom-dashboard/src/pages/dashboard/ChangeAvatar.vue +++ b/xroom-dashboard/src/pages/dashboard/ChangeAvatar.vue @@ -4,20 +4,8 @@
-
-
- -
- -
+ +
آواتار خود را انتخاب کنید
@@ -93,11 +81,13 @@ import SidebarMenu from '@/components/SidebarMenu.vue' import axios from '@/axios'; import { ref } from 'vue'; +import AppHeader from '@/components/Header.vue'; export default { name: 'ChangeAvatar', components: { - SidebarMenu + SidebarMenu, + AppHeader, }, data() { return { diff --git a/xroom-dashboard/src/pages/dashboard/EditProfile.vue b/xroom-dashboard/src/pages/dashboard/EditProfile.vue index 06988dc..d2bc885 100644 --- a/xroom-dashboard/src/pages/dashboard/EditProfile.vue +++ b/xroom-dashboard/src/pages/dashboard/EditProfile.vue @@ -5,23 +5,9 @@
-
-
- -
- -
- -
ویرایش پروفایل
+ +
@@ -37,7 +23,7 @@
- تغییر آواتار + تغییر آواتار
@@ -116,11 +102,14 @@