the-tip-top-frontend/components/ui
soufiane bb7148b26a fix(a11y): améliorer l'accessibilité WAVE - corrections majeures
- Corriger les erreurs de contraste (text-primary-300 → text-primary-600)
- Corriger la hiérarchie des titres (h3 → h2 pour GamePeriod et GrandPrize)
- Supprimer les alt redondants sur les images décoratives (PrizeCard)
- Ajouter aria-hidden sur les images décoratives
- Ajouter aria-label descriptif sur le lien logo du Header
- Utiliser les balises <time> pour les dates sémantiques
- Convertir les textes importants en titres appropriés (h3, h4)
- Mettre à jour les tests PrizeCard

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-07 15:53:47 +01:00
..
Badge.tsx dev 2025-11-17 23:38:02 +01:00
Card.tsx dev 2025-11-17 23:38:02 +01:00
EmptyState.tsx refactor: add more shared utilities and reduce duplication further 2025-11-30 23:39:01 +01:00
ErrorState.tsx refactor: reduce code duplication from 18.51% to ~3% 2025-11-30 16:06:40 +01:00
index.ts refactor: extract PrizeCard component to reduce duplication 2025-12-01 17:07:40 +01:00
Input.tsx dev 2025-11-17 23:38:02 +01:00
Loading.tsx dev 2025-11-17 23:38:02 +01:00
LoadingState.tsx refactor: reduce code duplication from 18.51% to ~3% 2025-11-30 16:06:40 +01:00
Modal.tsx dev 2025-11-17 23:38:02 +01:00
Pagination.tsx refactor: add more shared utilities and reduce duplication further 2025-11-30 23:39:01 +01:00
PrizeCard.tsx fix(a11y): améliorer l'accessibilité WAVE - corrections majeures 2025-12-07 15:53:47 +01:00
StatCard.tsx refactor: reduce code duplication by using reusable components 2025-12-01 16:50:05 +01:00
StatusBadge.tsx refactor: reduce code duplication by using reusable components 2025-12-01 16:50:05 +01:00
Table.tsx dev 2025-11-17 23:38:02 +01:00
TicketPrizeDisplay.tsx refactor: extract TicketPrizeDisplay and TicketTableRow components 2025-12-01 20:33:16 +01:00
TicketTableRow.tsx refactor: extract TicketPrizeDisplay and TicketTableRow components 2025-12-01 20:33:16 +01:00