From 083f78673e54accea39d32660066a9faf2dffae4 Mon Sep 17 00:00:00 2001 From: nyavokevin Date: Mon, 2 Mar 2026 15:45:50 +0300 Subject: [PATCH] =?UTF-8?q?Planning=20et=20agenda:=20nouveau=20flux=20de?= =?UTF-8?q?=20cr=C3=A9ation=20et=20formulaires=20de=20demande?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Agenda/InterventionMultiStepModal.vue | 1510 ++++++++++------- .../Agenda/WizardSteps/StepDeceased.vue | 173 +- .../Agenda/WizardSteps/StepLocation.vue | 238 +-- .../WizardSteps/StepProductSelection.vue | 146 +- .../Planning/PlanningNewRequestModal.vue | 96 ++ .../Planning/PlanningPresentation.vue | 120 +- .../atoms/Planning/PlanningActionButton.vue | 10 +- .../molecules/Agenda/AgendaCalendar.vue | 6 +- .../Planning/PlanningCollaboratorsSidebar.vue | 19 +- .../Planning/PlanningCreationTypeSelector.vue | 26 + .../Planning/PlanningDateNavigator.vue | 69 +- .../molecules/Planning/PlanningEventForm.vue | 65 + .../molecules/Planning/PlanningKanban.vue | 32 +- .../Planning/PlanningLeaveRequestForm.vue | 61 + .../molecules/Planning/PlanningLegend.vue | 13 +- .../molecules/Planning/PlanningList.vue | 133 +- .../Planning/PlanningViewToggles.vue | 48 +- .../molecules/Planning/PlanningWeekGrid.vue | 69 +- .../templates/Planning/PlanningTemplate.vue | 11 +- thanasoft-front/src/router/index.js | 9 +- thanasoft-front/src/views/pages/Planning.vue | 208 ++- 21 files changed, 1982 insertions(+), 1080 deletions(-) create mode 100644 thanasoft-front/src/components/Organism/Planning/PlanningNewRequestModal.vue create mode 100644 thanasoft-front/src/components/molecules/Planning/PlanningCreationTypeSelector.vue create mode 100644 thanasoft-front/src/components/molecules/Planning/PlanningEventForm.vue create mode 100644 thanasoft-front/src/components/molecules/Planning/PlanningLeaveRequestForm.vue diff --git a/thanasoft-front/src/components/Organism/Agenda/InterventionMultiStepModal.vue b/thanasoft-front/src/components/Organism/Agenda/InterventionMultiStepModal.vue index 5c10aa5..a4c7370 100644 --- a/thanasoft-front/src/components/Organism/Agenda/InterventionMultiStepModal.vue +++ b/thanasoft-front/src/components/Organism/Agenda/InterventionMultiStepModal.vue @@ -24,10 +24,9 @@ aria-label="Close" > - +