aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/dashboard/header/ProfileOptions.tsx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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>