-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(Accueil gestionnaire): rendre le tableau actions plus trouvable (affichage liste) #4746
Conversation
</v-row> | ||
<div v-if="showListView"> | ||
<p>Actions en attente en {{ year }}</p> | ||
<AnnualActionableCanteensTable v-on:canteen-count="canteenCount = $event" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
t'as réutilisée le composant AnnualActionableCanteensTable
, à voir avec les retours si on ne créé pas un composant dédié (ou en tout cas amélioré) qui contient d'avantage de colonnes (pour afficher les infos présents dans la vue Card
<h2 class="my-4 text-h5 font-weight-black">Mes cantines</h2> | ||
</v-col> | ||
<v-col class="flex-shrink-1 flex-grow-0"> | ||
<DsfrToggle |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
j'aurais plutôt mis un DsfrSegmentedControl
comme dans WassteActionsHome
, non ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ahh j'ai oublié que j'ai écrit ce composant en Vue2 merci ! Je vais MAJ les images dans la descsription aussi
Ajouter un toggle pour decider si on veut voir les cantines comme cartes ou dans la vue liste, déjà construit pour une autre vue. Le preference est sauvegardé dans un cookie pour que l'utilisateur n'a pas besoin de tjs activer la vue liste.