Première brique de la refonte visuelle de 2026 - #2330
Open
Mopolo wants to merge 1 commit into
Open
Conversation
Mopolo
force-pushed
the
refonte-design-2026
branch
2 times, most recently
from
August 10, 2026 17:22
754d1af to
25aee66
Compare
Mopolo
commented
Aug 10, 2026
Contributor
Author
There was a problem hiding this comment.
Ça fait beaucoup de dépendances supplémentaires d'un coup donc ça mérite un peu de détails je trouve :
symfony/ux-icons: permet de télécharger des icones depuis https://ux.symfony.com/icons et les exposes via un composant twigsymfony/ux-twig-component: pour faire des composants twig, par exemple<twig:Button>Foo</twig:Button>symfonycasts/tailwind-bundle: pour utiliser Tailwindcss avec l'asset mappertales-from-a-dev/twig-tailwind-extra: ajoute le filtre twigtailwind_mergequi simplifie la gestion des classes css dans les composants twigtwig/html-extra: ajoute la fonction twightml_cvapour gérer les variantes de composants twig
| return $this->eventRepository->get($article->idEvent); | ||
| } | ||
|
|
||
| private function getHeaderImageUrl(Article $article): ?string |
Contributor
Author
There was a problem hiding this comment.
J'ai testé tous les thèmes en prod et aucun n'a d'image 🤷
Mopolo
force-pushed
the
refonte-design-2026
branch
from
August 10, 2026 17:48
25aee66 to
c4cdade
Compare
Mopolo
marked this pull request as ready for review
August 10, 2026 17:58
On démarre avec une seule page, l'affichage d'un article d'actualité. Mise en place de : - une nouvelle feuille css indépendante de l'existant - Tailwindcss - les Twig components - les icones symfony/ux - un template de base
Mopolo
force-pushed
the
refonte-design-2026
branch
from
August 10, 2026 18:01
c4cdade to
4188aeb
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
On démarre avec une seule page, l'affichage d'un article d'actualité.
Mise en place de :