aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/dashboard/header/ProfileOptions.tsx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor: centralize auth imports through new client module (#2437)Mohamed Bassem12 days1-1/+1
| | | | | | | | | | | | | | | * refactor(web): centralize next-auth client-side utilities Create lib/auth/client.ts to re-export all next-auth/react APIs (useSession, signIn, signOut, SessionProvider) from a single location. This prepares for future auth provider replacement by isolating the next-auth dependency. https://claude.ai/code/session_01RLLL6SquzmegG6wKHdT3Fm * format --------- Co-authored-by: Claude <noreply@anthropic.com>
* feat: add support for user avatars (#2296)Mohamed Bassem2025-12-241-3/+20
| | | | | | | | | | | * feat: add support for user avatars * more fixes * more fixes * more fixes * more fixes
* fix: Clear search history on logoutMohamed Bassem2025-07-141-9/+4
|
* feat: Change the admin page to be tabbed similar to that of the settings pageMohamed Bassem2024-12-301-2/+2
|
* feature: Add an admin notice about the usage of the legacy container imagesMohamed Bassem2024-12-211-3/+8
|
* translations: Add german, french and chinese LLM translationsMohamed Bassem2024-11-171-1/+1
|
* feature: Add i18n support. Fixes #57 (#635)Mohamed Bassem2024-11-171-5/+8
| | | | | | | | | | | | | * feature(web): Add basic scaffolding for i18n * refactor: Switch most of the app's strings to use i18n strings * fix: Remove unused i18next-resources-for-ts command * Add user setting * More translations * Drop the german translation for now
* ui: Redesign the settings page and move it to its own layoutMohamed Bassem2024-10-271-1/+1
|
* feature(web): Implement a new profile options drop menu and move user and ↵MohamedBassem2024-10-121-2/+29
| | | | admin settings there
* feature(web): Introduce a new sticky navbar. Fixes 520 (#515)Md Saban2024-10-121-0/+75
* ui: add global header * fix: design fixes * fix: tests * fix navbar background, hide y scrollbar and change sidebar footer to show version --------- Co-authored-by: MohamedBassem <me@mbassem.com>