From e3130696f46b0e077140ab1dfc26610b7612a0bf Mon Sep 17 00:00:00 2001 From: MoonTestUse1 Date: Fri, 3 Jan 2025 01:56:01 +0600 Subject: [PATCH] =?UTF-8?q?=D0=BF=D0=B5=D1=80=D0=B5=D1=80=D0=B0=D0=B1?= =?UTF-8?q?=D0=BE=D1=82=D0=BA=D0=B0=20=D0=B0=D0=B4=D0=BC=D0=B8=D0=BD=20?= =?UTF-8?q?=D0=BF=D0=B0=D0=BD=D0=B5=D0=BB=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/AdminFooter.vue | 73 ++++++ frontend/src/components/AdminHeader.vue | 81 +++++++ .../src/views/admin/AdminDashboardView.vue | 191 +++++++++++++++ frontend/src/views/admin/AdminLoginView.vue | 228 ++++++++++++------ 4 files changed, 497 insertions(+), 76 deletions(-) create mode 100644 frontend/src/components/AdminFooter.vue create mode 100644 frontend/src/components/AdminHeader.vue create mode 100644 frontend/src/views/admin/AdminDashboardView.vue diff --git a/frontend/src/components/AdminFooter.vue b/frontend/src/components/AdminFooter.vue new file mode 100644 index 0000000..70a4ef2 --- /dev/null +++ b/frontend/src/components/AdminFooter.vue @@ -0,0 +1,73 @@ + + + + + + \ No newline at end of file diff --git a/frontend/src/components/AdminHeader.vue b/frontend/src/components/AdminHeader.vue new file mode 100644 index 0000000..b4d7daa --- /dev/null +++ b/frontend/src/components/AdminHeader.vue @@ -0,0 +1,81 @@ + + + + + \ No newline at end of file diff --git a/frontend/src/views/admin/AdminDashboardView.vue b/frontend/src/views/admin/AdminDashboardView.vue new file mode 100644 index 0000000..4726d80 --- /dev/null +++ b/frontend/src/views/admin/AdminDashboardView.vue @@ -0,0 +1,191 @@ + + + + + \ No newline at end of file diff --git a/frontend/src/views/admin/AdminLoginView.vue b/frontend/src/views/admin/AdminLoginView.vue index e7995c4..18ba2c8 100644 --- a/frontend/src/views/admin/AdminLoginView.vue +++ b/frontend/src/views/admin/AdminLoginView.vue @@ -1,97 +1,173 @@ - + +