the-tip-top-frontend/app/employe
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
..
dashboard feat: add user dropdown menu in admin and employee headers 2025-11-25 01:24:21 +01:00
gains-client fix: use API_BASE_URL constant instead of direct env access 2025-11-18 15:07:49 +01:00
historique fix: use API_BASE_URL constant instead of direct env access 2025-11-18 15:07:49 +01:00
profil feat: add user dropdown menu in admin and employee headers 2025-11-25 01:24:21 +01:00
verification fix: remove all snake_case property accesses in modal section 2025-11-18 00:58:56 +01:00
layout.tsx feat: add user dropdown menu in admin and employee headers 2025-11-25 01:24:21 +01:00
page.tsx dev 2025-11-17 23:38:02 +01:00