From c60fb8945b65710ad1527822e8d6e139b2dd0ca5 Mon Sep 17 00:00:00 2001 From: Mohamed Maoulainine Maoulainine Date: Mon, 21 Apr 2025 19:01:15 +0200 Subject: [PATCH] fix: with prettier --- front/MyINPulse-front/src/App.vue | 8 +- .../src/components/AddProjectForm.vue | 142 +++--- .../src/components/AgendaComponent.vue | 116 ++--- .../src/components/LoginComponent.vue | 232 ++++----- .../components/PendingProjectComponent.vue | 134 +++-- .../src/components/ProjectComponent.vue | 304 +++++------ .../src/components/canvas/CanvasItem.vue | 472 +++++++++--------- .../src/components/canvas/HeaderCanvas.vue | 289 ++++++----- .../src/components/canvas/LeanCanvas.vue | 195 ++++++-- .../src/components/canvas/style-project.css | 122 ++--- front/MyINPulse-front/src/main.ts | 6 +- front/MyINPulse-front/src/router/router.ts | 76 +-- front/MyINPulse-front/src/services/api.ts | 1 - front/MyINPulse-front/src/views/AdminMain.vue | 145 +++--- .../MyINPulse-front/src/views/CanvasView.vue | 149 +++--- .../src/views/EntrepSignUp.vue | 295 ++++++----- .../src/views/errorWrapper.vue | 14 +- 17 files changed, 1414 insertions(+), 1286 deletions(-) diff --git a/front/MyINPulse-front/src/App.vue b/front/MyINPulse-front/src/App.vue index 795a6d2..d359e36 100644 --- a/front/MyINPulse-front/src/App.vue +++ b/front/MyINPulse-front/src/App.vue @@ -1,16 +1,12 @@ - - - diff --git a/front/MyINPulse-front/src/components/AddProjectForm.vue b/front/MyINPulse-front/src/components/AddProjectForm.vue index de3a21a..6a24514 100644 --- a/front/MyINPulse-front/src/components/AddProjectForm.vue +++ b/front/MyINPulse-front/src/components/AddProjectForm.vue @@ -1,110 +1,108 @@ - - - - - \ No newline at end of file +} + diff --git a/front/MyINPulse-front/src/components/AgendaComponent.vue b/front/MyINPulse-front/src/components/AgendaComponent.vue index 1fb354b..6b58c4c 100644 --- a/front/MyINPulse-front/src/components/AgendaComponent.vue +++ b/front/MyINPulse-front/src/components/AgendaComponent.vue @@ -2,98 +2,92 @@

Rendez-vous

- - - - - - - - - - - - - - + + + + + + + + + + + + + +
ProjetDateLieu
{{ p.projectName }}{{ p.date }}{{ p.lieu }}
ProjetDateLieu
{{ p.projectName }}{{ p.date }}{{ p.lieu }}
-
\ No newline at end of file +} + diff --git a/front/MyINPulse-front/src/components/LoginComponent.vue b/front/MyINPulse-front/src/components/LoginComponent.vue index fae57db..3706e60 100644 --- a/front/MyINPulse-front/src/components/LoginComponent.vue +++ b/front/MyINPulse-front/src/components/LoginComponent.vue @@ -1,35 +1,35 @@ - diff --git a/front/MyINPulse-front/src/components/PendingProjectComponent.vue b/front/MyINPulse-front/src/components/PendingProjectComponent.vue index d93c94c..a0d917c 100644 --- a/front/MyINPulse-front/src/components/PendingProjectComponent.vue +++ b/front/MyINPulse-front/src/components/PendingProjectComponent.vue @@ -5,129 +5,125 @@

{{ projectName }}

Projet mis le: {{ creationDate }}

-
- - +
+ + +
- - - - - - \ No newline at end of file + diff --git a/front/MyINPulse-front/src/components/ProjectComponent.vue b/front/MyINPulse-front/src/components/ProjectComponent.vue index 7badab4..3113fff 100644 --- a/front/MyINPulse-front/src/components/ProjectComponent.vue +++ b/front/MyINPulse-front/src/components/ProjectComponent.vue @@ -1,37 +1,41 @@ - - - \ No newline at end of file +} + diff --git a/front/MyINPulse-front/src/components/canvas/CanvasItem.vue b/front/MyINPulse-front/src/components/canvas/CanvasItem.vue index 3c665b8..73eb952 100755 --- a/front/MyINPulse-front/src/components/canvas/CanvasItem.vue +++ b/front/MyINPulse-front/src/components/canvas/CanvasItem.vue @@ -1,47 +1,69 @@