From bb959a1ac125513c8c4902d99161665279448f4b Mon Sep 17 00:00:00 2001 From: Charles Date: Tue, 21 Oct 2025 16:38:19 +0200 Subject: [PATCH] petite refonte graphique --- .idea/php.xml | 16 ++++ HELPER.MD | 23 ++++- assets/app.js | 5 +- assets/controllers/organization_controller.js | 3 +- assets/controllers/user_controller.js | 2 +- assets/styles/card.css | 4 + src/Controller/OrganizationController.php | 2 +- src/Service/ActionService.php | 2 +- src/Service/UserService.php | 2 + .../application/InformationCard.html.twig | 27 +++--- templates/application/appSmall.html.twig | 8 +- templates/application/edit.html.twig | 1 - templates/application/index.html.twig | 26 +++--- templates/organization/activity.html.twig | 2 +- templates/organization/edit.html.twig | 6 +- templates/organization/index.html.twig | 46 ++++++---- templates/organization/new.html.twig | 11 ++- templates/organization/show.html.twig | 32 ++++--- .../user/application/information.html.twig | 25 +++--- templates/user/edit.html.twig | 13 +-- templates/user/index.html.twig | 6 +- templates/user/indexTest.html.twig | 42 ++++----- templates/user/new.html.twig | 16 ++-- templates/user/organization/edit.html.twig | 50 ----------- .../userOrganizationInformation.html.twig | 89 ------------------- templates/user/show.html.twig | 80 ++++++++++------- templates/user/userInformation.html.twig | 77 ++++++++-------- templates/user/userList.html.twig | 29 +++--- 28 files changed, 307 insertions(+), 338 deletions(-) create mode 100644 assets/styles/card.css delete mode 100644 templates/user/organization/edit.html.twig delete mode 100644 templates/user/organization/userOrganizationInformation.html.twig diff --git a/.idea/php.xml b/.idea/php.xml index 5aec874..d547306 100644 --- a/.idea/php.xml +++ b/.idea/php.xml @@ -10,6 +10,11 @@