From 60290956ecca2e7e8d5f9809240be6f720ddc50e Mon Sep 17 00:00:00 2001 From: Mohamed Maoulainine Maoulainine Date: Wed, 9 Apr 2025 00:46:44 +0200 Subject: [PATCH] feat: added form to add project and pending project section for admin, i forgot to push them --- .../src/components/AddProjectForm.vue | 102 ++++++++++++ .../components/PendingProjectComponent.vue | 149 ++++++++++++++++++ front/MyINPulse-front/src/views/AdminMain.vue | 41 +++-- 3 files changed, 282 insertions(+), 10 deletions(-) create mode 100644 front/MyINPulse-front/src/components/AddProjectForm.vue create mode 100644 front/MyINPulse-front/src/components/PendingProjectComponent.vue diff --git a/front/MyINPulse-front/src/components/AddProjectForm.vue b/front/MyINPulse-front/src/components/AddProjectForm.vue new file mode 100644 index 0000000..7b59104 --- /dev/null +++ b/front/MyINPulse-front/src/components/AddProjectForm.vue @@ -0,0 +1,102 @@ + + + + + + \ No newline at end of file diff --git a/front/MyINPulse-front/src/components/PendingProjectComponent.vue b/front/MyINPulse-front/src/components/PendingProjectComponent.vue new file mode 100644 index 0000000..8c8c250 --- /dev/null +++ b/front/MyINPulse-front/src/components/PendingProjectComponent.vue @@ -0,0 +1,149 @@ + + + + + + + + + \ No newline at end of file diff --git a/front/MyINPulse-front/src/views/AdminMain.vue b/front/MyINPulse-front/src/views/AdminMain.vue index 0e37829..eacccd2 100644 --- a/front/MyINPulse-front/src/views/AdminMain.vue +++ b/front/MyINPulse-front/src/views/AdminMain.vue @@ -1,8 +1,9 @@