diff --git a/xroom-dashboard/src/assets/img/image10.png b/xroom-dashboard/src/assets/img/image10.png new file mode 100644 index 0000000..9be13cc Binary files /dev/null and b/xroom-dashboard/src/assets/img/image10.png differ diff --git a/xroom-dashboard/src/assets/img/image11.png b/xroom-dashboard/src/assets/img/image11.png new file mode 100644 index 0000000..6f0ce93 Binary files /dev/null and b/xroom-dashboard/src/assets/img/image11.png differ diff --git a/xroom-dashboard/src/components/Header.vue b/xroom-dashboard/src/components/Header.vue index 0d8de80..67f652c 100644 --- a/xroom-dashboard/src/components/Header.vue +++ b/xroom-dashboard/src/components/Header.vue @@ -138,13 +138,14 @@ export default { .welcome-container { flex: 1; text-align: right; - padding-right: 20px; + /* padding-right: 20px; */ } .welcome-message { - font-size: 14px; - color: #666666; + color: #111; margin: 0; + font-size: 19px; + font-weight: 600; } .user-info-container { @@ -288,47 +289,6 @@ export default { z-index: 100; /* Lower than dropdown but higher than page content */ } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - .dropdown-menu { position: absolute; top: 100%; diff --git a/xroom-dashboard/src/components/SidebarMenu.vue b/xroom-dashboard/src/components/SidebarMenu.vue index 8694a1e..56a39d3 100644 --- a/xroom-dashboard/src/components/SidebarMenu.vue +++ b/xroom-dashboard/src/components/SidebarMenu.vue @@ -49,7 +49,7 @@
جلسات
- +
دانلود
diff --git a/xroom-dashboard/src/pages/dashboard/Download.vue b/xroom-dashboard/src/pages/dashboard/Download.vue new file mode 100644 index 0000000..eb6c325 --- /dev/null +++ b/xroom-dashboard/src/pages/dashboard/Download.vue @@ -0,0 +1,234 @@ + + + + + \ No newline at end of file diff --git a/xroom-dashboard/src/router/index.js b/xroom-dashboard/src/router/index.js index d3a5e6a..52072a4 100644 --- a/xroom-dashboard/src/router/index.js +++ b/xroom-dashboard/src/router/index.js @@ -6,6 +6,7 @@ import SmsVerification from '../pages/SmsVerification.vue' import DashboardPage from '../pages/dashboard/index.vue' import FilesPage from '@/pages/dashboard/files.vue'; import TeamsPage from '@/pages/dashboard/team.vue'; +import DownloadPage from '@/pages/dashboard/Download.vue'; import axios from '@/axios'; const routes = [ @@ -41,6 +42,12 @@ const routes = [ component: FilesPage, meta: { requiresAuth: true } }, + { + path: '/dashboard/download', + name: 'download', + component: DownloadPage, + meta: { requiresAuth: true } + }, { path: '/dashboard/teams', name: 'teams',