the-tip-top-frontend/components
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
..
admin refactor: extract SharedSidebar component to reduce code duplication 2025-12-04 17:18:23 +01:00
forms fix: reduce code duplication and add tests for SonarQube quality gate 2025-12-01 14:54:24 +01:00
shared refactor: extract SharedSidebar component to reduce code duplication 2025-12-04 17:18:23 +01:00
ui fix(a11y): améliorer l'accessibilité WAVE - corrections majeures 2025-12-07 15:53:47 +01:00
AboutContest.tsx feat: update color palette to WCAG AA compliant green theme 2025-12-05 11:18:19 +01:00
AuthProviders.tsx dev 2025-11-17 23:38:02 +01:00
Button.tsx feat: update color palette to WCAG AA compliant green theme 2025-12-05 11:18:19 +01:00
CookieConsent.tsx feat: update color palette to WCAG AA compliant green theme 2025-12-05 11:18:19 +01:00
CountdownTimer.tsx feat: update homepage and login page UI 2025-12-02 00:38:06 +01:00
Footer.tsx fix(a11y): améliorer l'accessibilité WAVE - corrections majeures 2025-12-07 15:53:47 +01:00
GamePeriod.tsx fix(a11y): améliorer l'accessibilité WAVE - corrections majeures 2025-12-07 15:53:47 +01:00
GoogleLoginButton.tsx fix: resolve SSR prerender errors for login and profil pages 2025-11-18 19:45:35 +01:00
GrandPrize.tsx fix(a11y): améliorer l'accessibilité WAVE - corrections majeures 2025-12-07 15:53:47 +01:00
Header.tsx fix(a11y): améliorer l'accessibilité WAVE - corrections majeures 2025-12-07 15:53:47 +01:00
Logo.tsx dev 2025-11-17 23:38:02 +01:00
Navbar.tsx fix: replace 'as const' with explicit type annotation for NAV_ITEMS 2025-11-18 01:43:34 +01:00
ProfilePage.tsx fix(a11y): correct WAVE accessibility audit issues 2025-12-06 00:20:37 +01:00
TeaIconsBackground.tsx refactor: extract TeaIconsBackground and use PrizeCard to reduce duplication 2025-12-01 17:17:44 +01:00
UserDropdown.tsx feat: redesign admin panel with blanc cassé theme 2025-12-03 19:43:14 +01:00