Skip to content
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

Merged
merged 6 commits into from
Dec 10, 2024

Conversation

hfroot
Copy link
Collaborator

@hfroot hfroot commented Dec 9, 2024

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.

Screenshot 2024-12-10 at 15-19-27 Mon tableau de bord - ma cantine
Screenshot 2024-12-10 at 15-21-14 Mon tableau de bord - ma cantine

@hfroot hfroot changed the title Accueil gestionnaire : rendre le tableau actions plus accessible Accueil gestionnaire : rendre le tableau actions plus trouvable Dec 9, 2024
@raphodn raphodn changed the title Accueil gestionnaire : rendre le tableau actions plus trouvable feat(Accueil gestionnaire): rendre le tableau actions plus trouvable (affichage liste) Dec 9, 2024
</v-row>
<div v-if="showListView">
<p>Actions en attente en {{ year }}</p>
<AnnualActionableCanteensTable v-on:canteen-count="canteenCount = $event" />
Copy link
Member

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
Copy link
Member

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 ?

Copy link
Collaborator Author

@hfroot hfroot Dec 10, 2024

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

@hfroot hfroot merged commit 164c074 into staging Dec 10, 2024
6 checks passed
@hfroot hfroot deleted the canteens-toggle-list-view branch December 10, 2024 14:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants