From c4977bad159aa12f608e1952a9d40a00392311a6 Mon Sep 17 00:00:00 2001 From: kevin Date: Mon, 4 May 2026 11:32:50 +0300 Subject: [PATCH] Integration page webmail dans front end --- .../Agenda/InterventionMultiStepModal.vue | 1514 ++++++----------- .../AddInterventionPresentation.vue | 155 +- .../Webmailing/WebmailingPresentation.vue | 1022 +++++++++-- thanasoft-front/src/components/SoftButton.vue | 4 +- .../atoms/Webmailing/WebmailingAttachment.vue | 39 - .../atoms/Webmailing/WebmailingBodyInput.vue | 64 - .../Webmailing/WebmailingSubjectInput.vue | 55 - .../Interventions/InterventionForm.vue | 574 ++++--- .../molecules/Webmailing/WebmailingForm.vue | 150 -- .../molecules/Webmailing/WebmailingList.vue | 109 -- .../Webmailing/WebmailingTemplate.vue | 45 +- 11 files changed, 1901 insertions(+), 1830 deletions(-) delete mode 100644 thanasoft-front/src/components/atoms/Webmailing/WebmailingAttachment.vue delete mode 100644 thanasoft-front/src/components/atoms/Webmailing/WebmailingBodyInput.vue delete mode 100644 thanasoft-front/src/components/atoms/Webmailing/WebmailingSubjectInput.vue delete mode 100644 thanasoft-front/src/components/molecules/Webmailing/WebmailingForm.vue delete mode 100644 thanasoft-front/src/components/molecules/Webmailing/WebmailingList.vue diff --git a/thanasoft-front/src/components/Organism/Agenda/InterventionMultiStepModal.vue b/thanasoft-front/src/components/Organism/Agenda/InterventionMultiStepModal.vue index 1f5a411..ba571b5 100644 --- a/thanasoft-front/src/components/Organism/Agenda/InterventionMultiStepModal.vue +++ b/thanasoft-front/src/components/Organism/Agenda/InterventionMultiStepModal.vue @@ -10,617 +10,594 @@