aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/dashboard/header (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix(web): Remove horizontal scroll in PWA's headerMohamed Bassem2025-07-191-1/+1
|
* fix: Clear search history on logoutMohamed Bassem2025-07-141-9/+4
|
* 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
* 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
|
* 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-122-43/+30
| | | | admin settings there
* feature(web): Introduce a new sticky navbar. Fixes 520 (#515)Md Saban2024-10-122-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>