From ada9fa4029d869817f0f689773c98d77d2ff3177 Mon Sep 17 00:00:00 2001 From: Tykayn Date: Mon, 23 Jun 2025 00:01:38 +0200 Subject: [PATCH] style for table sort, add more tags after sending --- assets/app.js | 1 + templates/base.html.twig | 2 -- templates/public/edit.html.twig | 5 +++-- .../edit/yenaunpeuplusjevouslemets.html.twig | 16 +++++++++++----- 4 files changed, 15 insertions(+), 9 deletions(-) diff --git a/assets/app.js b/assets/app.js index 536bb37..d27d220 100644 --- a/assets/app.js +++ b/assets/app.js @@ -7,6 +7,7 @@ // any CSS you import will output into a single css file (app.css in this case) import './styles/app.css'; +import 'tablesort/tablesort.css'; // start the Stimulus application // import './bootstrap'; diff --git a/templates/base.html.twig b/templates/base.html.twig index f2fb948..7988b55 100644 --- a/templates/base.html.twig +++ b/templates/base.html.twig @@ -10,7 +10,6 @@ {# Run `composer require symfony/webpack-encore-bundle` to start using Symfony UX #} {% block stylesheets %} {{ encore_entry_link_tags('app') }} - @@ -108,7 +107,6 @@ {{ encore_entry_script_tags('app') }} - {# #} diff --git a/templates/public/edit.html.twig b/templates/public/edit.html.twig index 5760b5c..7dd5b46 100644 --- a/templates/public/edit.html.twig +++ b/templates/public/edit.html.twig @@ -26,8 +26,9 @@ - -
+
+
+
diff --git a/templates/public/edit/yenaunpeuplusjevouslemets.html.twig b/templates/public/edit/yenaunpeuplusjevouslemets.html.twig index 8730759..1678c32 100644 --- a/templates/public/edit/yenaunpeuplusjevouslemets.html.twig +++ b/templates/public/edit/yenaunpeuplusjevouslemets.html.twig @@ -8,7 +8,7 @@ nombres d'étages
- +
@@ -18,6 +18,7 @@
+
@@ -26,7 +27,7 @@ toilettes
- +
@@ -34,7 +35,8 @@ table à langer
- + +
@@ -42,7 +44,9 @@ moyens de paiement proposés
- + carte bleue + NFC + cash
@@ -50,7 +54,7 @@ moyens de paiement proposés étoiles michelin
- +
@@ -87,5 +91,7 @@ moyens de paiement proposés
+ + {% include 'public/edit/tags.html.twig' %} \ No newline at end of file