aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/dashboard/header/Header.tsx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix(web): Remove horizontal scroll in PWA's headerMohamed Bassem2025-07-191-1/+1
|
* feat: adding search history #1541 (#1627)lexafaxine2025-07-141-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>
* chore: rename missing files/conf from Hoarder to Karakeep (#1280)adripo2025-04-211-2/+2
| | | | | | | | | * refactor: Rename remaining project configuration from Hoarder to Karakeep * some fixes --------- Co-authored-by: Mohamed Bassem <me@mbassem.com>
* chore: Hoarder to Karakeep rebranding (#1199)Mohamed Bassem2025-04-051-1/+1
| | | | | | | | | * The new logo * Changing hoarder.app to karakeep.app * Adding the admin panel warning * Update the readme
* fix(web): Fix profile option icon in mobile layoutsMohamedBassem2024-10-131-1/+1
|
* feature(web): Implement a new profile options drop menu and move user and ↵MohamedBassem2024-10-121-41/+1
| | | | admin settings there
* feature(web): Introduce a new sticky navbar. Fixes 520 (#515)Md Saban2024-10-121-0/+71
* 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>