Card Protocoles: count fixe + section opérationnelle toujours visible

- Home: card Protocoles affiche "2 protocoles" (count fixe) + modalités dynamiques
- Protocols: section "Protocoles opérationnels" déplacée hors template conditionnel

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Yvv
2026-03-08 02:12:10 +01:00
parent 8201e73d7c
commit 316d205593
2 changed files with 62 additions and 62 deletions

View File

@@ -59,9 +59,9 @@ const entryCards = computed(() => [
title: 'Protocoles et fonctionnement',
icon: 'i-lucide-settings',
to: '/protocols',
count: protocols.protocols.length,
countLabel: `${protocols.protocols.length} modalité${protocols.protocols.length > 1 ? 's' : ''}`,
totalLabel: 'Boîte à outils de vote + workflows',
count: 2,
countLabel: '2 protocoles',
totalLabel: `${protocols.protocols.length} modalités de vote`,
description: 'Modalités de vote, formules, workflows',
color: 'var(--mood-tertiary, var(--mood-accent))',
},