aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/dashboard/header (unfollow)
Commit message (Collapse)AuthorFilesLines
2026-02-09feat: link to apps and extensions, docs and twitter in profile dropdownMohamed Bassem1-1/+30
2026-02-01refactor: centralize auth imports through new client module (#2437)Mohamed Bassem1-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>
2025-12-24feat: add support for user avatars (#2296)Mohamed Bassem1-3/+20
* feat: add support for user avatars * more fixes * more fixes * more fixes * more fixes
2025-07-19fix(web): Remove horizontal scroll in PWA's headerMohamed Bassem1-1/+1
2025-07-14fix: Clear search history on logoutMohamed Bassem1-9/+4
2025-07-14feat: adding search history #1541 (#1627)lexafaxine1-1/+1
* feat: adding search history * fix popover should close when no matched history * remove unnecessary react import * replace current Input component with CommandInput for better UX * add i18n for recent searches label * fix bug * refactor local storage logic to make code reusable * using zod schema to validate search history and revert debounce change * Consolidate some of the files --------- Co-authored-by: Mohamed Bassem <me@mbassem.com>
2025-04-21chore: rename missing files/conf from Hoarder to Karakeep (#1280)adripo1-2/+2
* refactor: Rename remaining project configuration from Hoarder to Karakeep * some fixes --------- Co-authored-by: Mohamed Bassem <me@mbassem.com>
2025-04-05chore: Hoarder to Karakeep rebranding (#1199)Mohamed Bassem1-1/+1
* The new logo * Changing hoarder.app to karakeep.app * Adding the admin panel warning * Update the readme
2024-12-30feat: Change the admin page to be tabbed similar to that of the settings pageMohamed Bassem1-2/+2
2024-12-21feature: Add an admin notice about the usage of the legacy container imagesMohamed Bassem1-3/+8
2024-11-17translations: Add german, french and chinese LLM translationsMohamed Bassem1-1/+1
2024-11-17feature: Add i18n support. Fixes #57 (#635)Mohamed Bassem1-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
2024-10-27ui: Redesign the settings page and move it to its own layoutMohamed Bassem1-1/+1
2024-10-13fix(web): Fix profile option icon in mobile layoutsMohamedBassem1-1/+1
2024-10-12feature(web): Implement a new profile options drop menu and move user and ↵MohamedBassem2-43/+30
admin settings there
2024-10-12feature(web): Introduce a new sticky navbar. Fixes 520 (#515)Md Saban2-0/+146
* 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>