diff --git a/front/MyINPulse-front/src/App.vue b/front/MyINPulse-front/src/App.vue index a42626d..9485baf 100644 --- a/front/MyINPulse-front/src/App.vue +++ b/front/MyINPulse-front/src/App.vue @@ -1,76 +1,18 @@ - - - \ No newline at end of file diff --git a/front/MyINPulse-front/src/components/Agenda.vue b/front/MyINPulse-front/src/components/Agenda.vue index 4d4bf76..f771e2a 100644 --- a/front/MyINPulse-front/src/components/Agenda.vue +++ b/front/MyINPulse-front/src/components/Agenda.vue @@ -3,7 +3,7 @@

Rendez-vous

- + @@ -11,7 +11,7 @@ - - \ No newline at end of file diff --git a/front/MyINPulse-front/src/components/Project-comp.vue b/front/MyINPulse-front/src/components/Project-comp.vue index a2e054b..bbdd841 100644 --- a/front/MyINPulse-front/src/components/Project-comp.vue +++ b/front/MyINPulse-front/src/components/Project-comp.vue @@ -110,6 +110,16 @@ const goToLink = () => { } - + button { + padding: 10px 15px; + background-color: #007bff; + color: white; + border: none; + cursor: pointer; + border-radius: 5px; +} + button:hover { + background-color: #0056b3; + } \ No newline at end of file diff --git a/front/MyINPulse-front/src/router/router.ts b/front/MyINPulse-front/src/router/router.ts index 16f4939..f77493e 100644 --- a/front/MyINPulse-front/src/router/router.ts +++ b/front/MyINPulse-front/src/router/router.ts @@ -12,7 +12,13 @@ const router = createRouter({ component: () => import('../views/test.vue'), }, - // route pour les canvas (made by adnane), in fact the two vue apps are separated for now + { + path: '/', + name: 'Admin-main', + component: () => import('../views/AdminMain.vue'), + }, + +// route pour les canvas (made by adnane), in fact the two vue apps are separated for now { path: '/canvas', name: 'canvas', diff --git a/front/MyINPulse-front/src/views/AdminMain.vue b/front/MyINPulse-front/src/views/AdminMain.vue new file mode 100644 index 0000000..2f5c4fc --- /dev/null +++ b/front/MyINPulse-front/src/views/AdminMain.vue @@ -0,0 +1,82 @@ + + + + + + + + \ No newline at end of file
{{ p.projectName }} {{ p.date }} {{ p.lieu }}