From 18b76523e40344116276c094f0eac559120dae17 Mon Sep 17 00:00:00 2001 From: br0kenpixel <23280129+br0kenpixel@users.noreply.github.com> Date: Tue, 21 Oct 2025 14:13:14 +0200 Subject: [PATCH] feat: add admin, company, and student dashboard pages with initial template structure --- frontend/app/pages/dashboard/admin.vue | 3 +++ frontend/app/pages/dashboard/company.vue | 3 +++ frontend/app/pages/dashboard/index.vue | 19 ++++++++++++++++++- frontend/app/pages/dashboard/student.vue | 3 +++ 4 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 frontend/app/pages/dashboard/admin.vue create mode 100644 frontend/app/pages/dashboard/company.vue create mode 100644 frontend/app/pages/dashboard/student.vue diff --git a/frontend/app/pages/dashboard/admin.vue b/frontend/app/pages/dashboard/admin.vue new file mode 100644 index 0000000..6c57829 --- /dev/null +++ b/frontend/app/pages/dashboard/admin.vue @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/frontend/app/pages/dashboard/company.vue b/frontend/app/pages/dashboard/company.vue new file mode 100644 index 0000000..6c57829 --- /dev/null +++ b/frontend/app/pages/dashboard/company.vue @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/frontend/app/pages/dashboard/index.vue b/frontend/app/pages/dashboard/index.vue index 6c57829..c25a124 100644 --- a/frontend/app/pages/dashboard/index.vue +++ b/frontend/app/pages/dashboard/index.vue @@ -1,3 +1,20 @@ + + \ No newline at end of file diff --git a/frontend/app/pages/dashboard/student.vue b/frontend/app/pages/dashboard/student.vue new file mode 100644 index 0000000..6c57829 --- /dev/null +++ b/frontend/app/pages/dashboard/student.vue @@ -0,0 +1,3 @@ + \ No newline at end of file