the-tip-top-frontend/components
soufiane 0ade13d50d feat: apply golden/beige theme across all pages and fix header layout
Design Updates:
- Apply consistent golden/beige color scheme to all pages
- Update client dashboard, contact, FAQ, history, game, lots, profile, rules, terms, and privacy pages
- Replace green/orange colors with golden palette (#d4a574, #c4956a)
- Add golden gradient backgrounds and borders throughout

Header Improvements:
- Fix button layout to maintain proper form when page is zoomed
- Remove hover:scale-105 effects that caused deformation
- Add whitespace-nowrap to prevent text wrapping
- Add flex-shrink-0 to prevent element shrinking
- Add gap-4 to main header container for proper spacing
- Fix user info card with text ellipsis for long names/emails
- Improve spacing between "Participer" button and user card

Profile Page Updates:
- Remove "Dernière modification" field
- Update all colors to golden theme

API Endpoints:
- Fix user profile endpoint from /user/profile to /users/profile

Statistics Icons:
- Update dashboard statistics icons with distinct colors
- Total Participations: blue
- Gains réclamés: green
- En attente: yellow
- Rejetés: red

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-22 23:44:49 +01:00
..
admin fix: resolve React Hook dependency warnings in useEffect 2025-11-21 01:48:26 +01:00
forms dev 2025-11-17 23:38:02 +01:00
ui dev 2025-11-17 23:38:02 +01:00
AboutContest.tsx feat: add SonarQube integration, cookie consent, and authentication improvements 2025-11-21 01:23:50 +01:00
AuthProviders.tsx dev 2025-11-17 23:38:02 +01:00
Button.tsx feat: enhance homepage with animated tea icons and improve branding 2025-11-20 16:46:57 +01:00
CookieConsent.tsx feat: add SonarQube integration, cookie consent, and authentication improvements 2025-11-21 01:23:50 +01:00
CountdownTimer.tsx feat: enhance homepage with animated tea icons and improve branding 2025-11-20 16:46:57 +01:00
Footer.tsx feat: add SonarQube integration, cookie consent, and authentication improvements 2025-11-21 01:23:50 +01:00
GamePeriod.tsx feat: enhance homepage with animated tea icons and improve branding 2025-11-20 16:46:57 +01:00
GoogleLoginButton.tsx fix: resolve SSR prerender errors for login and profil pages 2025-11-18 19:45:35 +01:00
GrandPrize.tsx feat: enhance homepage with animated tea icons and improve branding 2025-11-20 16:46:57 +01:00
Header.tsx feat: apply golden/beige theme across all pages and fix header layout 2025-11-22 23:44:49 +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