the-tip-top-frontend/app
soufiane 765a944c11 feat: add user dropdown menu in admin and employee headers
- Add dropdown menu with user avatar, name, and email in admin header
- Add dropdown menu with user avatar, name, and email in employee header
- Create admin profile page at /admin/profil
- Create employee profile page at /employe/profil
- Remove Profil link from admin sidebar (now in dropdown)
- Fix header public display: hide for admin/employee on all pages
- Use router.replace() instead of router.push() for login redirects to avoid history pollution
- Simplify employe dashboard page: remove redundant auth checks handled by layout
- Add click-outside-to-close functionality for dropdown menus

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-25 01:24:21 +01:00
..
about feat: add contact form API integration and UI improvements 2025-11-24 11:40:41 +01:00
admin feat: add user dropdown menu in admin and employee headers 2025-11-25 01:24:21 +01:00
client feat: apply golden/beige theme across all pages and fix header layout 2025-11-22 23:44:49 +01:00
contact feat: add contact form API integration and UI improvements 2025-11-24 11:40:41 +01:00
cookies dev 2025-11-17 23:38:02 +01:00
data-deletion feat: add data deletion instructions page for Facebook compliance 2025-11-18 20:46:58 +01:00
employe feat: add user dropdown menu in admin and employee headers 2025-11-25 01:24:21 +01:00
faq feat: apply golden/beige theme across all pages and fix header layout 2025-11-22 23:44:49 +01:00
forgot-password style: apply modern design to remaining pages 2025-11-19 03:18:43 +01:00
historique feat: apply golden/beige theme across all pages and fix header layout 2025-11-22 23:44:49 +01:00
jeux feat: apply golden/beige theme across all pages and fix header layout 2025-11-22 23:44:49 +01:00
legal Featured app legal in app/legal/page.tsk 2025-11-23 18:56:44 +01:00
login feat: add SonarQube integration, cookie consent, and authentication improvements 2025-11-21 01:23:50 +01:00
lots feat: update prize displays and improve layout consistency 2025-11-23 23:56:19 +01:00
mes-lots fix: resolve React Hook dependency warnings in useEffect 2025-11-21 01:48:26 +01:00
privacy feat: apply golden/beige theme across all pages and fix header layout 2025-11-22 23:44:49 +01:00
profil feat: apply golden/beige theme across all pages and fix header layout 2025-11-22 23:44:49 +01:00
register feat: add SonarQube integration, cookie consent, and authentication improvements 2025-11-21 01:23:50 +01:00
rules feat: apply new content to rules-about page 2025-11-23 23:24:45 +01:00
terms feat: apply golden/beige theme across all pages and fix header layout 2025-11-22 23:44:49 +01:00
test-tickets fix: change button variant from 'default' to 'primary' in test-tickets page 2025-11-18 01:21:50 +01:00
favicon.ico feat: initial Next.js frontend 2025-10-28 22:48:49 +00:00
globals.css feat: enhance login/register pages with animated backgrounds and unified design 2025-11-20 21:35:57 +01:00
icon.svg dev 2025-11-17 23:38:02 +01:00
layout-client.tsx feat: add user dropdown menu in admin and employee headers 2025-11-25 01:24:21 +01:00
layout.tsx fix: move GoogleOAuthProvider to client component to fix SSR errors 2025-11-18 19:03:33 +01:00
page.tsx fix: remove GamePeriod date props to match component signature 2025-11-24 11:55:59 +01:00
page.tsx.backup feat: add contact form API integration and UI improvements 2025-11-24 11:40:41 +01:00
providers.tsx fix: ensure GoogleOAuthProvider is always available to prevent context errors 2025-11-18 20:10:25 +01:00