aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/shared/sidebar (unfollow)
Commit message (Collapse)AuthorFilesLines
2026-02-08feat: Add drag-and-drop support for bookmarks to lists (#2469)Mohamed Bassem1-0/+15
* feat: add drag and drop bookmark cards into sidebar lists Co-authored-by: Claude <noreply@anthropic.com>
2025-12-29feat: add the ability to specify a different changelog versionMohamed Bassem2-19/+42
2025-12-29refactor: add suspense boundary in sidebar layoutMohamed Bassem1-1/+9
2025-11-27feat: improve font and colors of sidebar itemsMohamed Bassem1-2/+4
2025-11-08feat: Add what's new modal in the sidebar (#2099)Mohamed Bassem2-13/+252
* Refactor sidebar release modal to use React Query * fixes * fix manual server override
2025-08-20deps: Upgrade expo & nextjs to react 19 (#1565)Mohamed Bassem1-1/+1
* Attempt to upgrade expo 53 * Attempt upgrade nextjs * Fix a bunch of peer deps * upgrade some docs deps * fix typecheck * update the shadcn calendar component * more fixes * more fixes * revert ollama upgrade * update react version to use carets * remove react-select from landing * fix the typescript error caused by customFetch * upgrade the new grid user setting to nextjs 15 * mobile: enable react canary to support react 19.1 * upgrade react native menu * fix navigation context error
2025-06-22chore: migrate away from eslint to oxlint (#1642)xuatz2-0/+2
* chore: migrate away from eslint to oxlint * revert turbo task name lint * it seems like we can remove the seemingly default globals
2025-04-27feat: Implement generic rule engine (#1318)Mohamed Bassem1-1/+1
* Add schema for the new rule engine * Add rule engine backend logic * Implement the worker logic and event firing * Implement the UI changesfor the rule engine * Ensure that when a referenced list or tag are deleted, the corresponding event/action is * Dont show smart lists in rule engine events * Add privacy validations for attached tag and list ids * Move the rules logic into a models
2025-04-21chore: rename missing files/conf from Hoarder to Karakeep (#1280)adripo1-1/+1
* refactor: Rename remaining project configuration from Hoarder to Karakeep * some fixes --------- Co-authored-by: Mohamed Bassem <me@mbassem.com>
2025-04-21fix(web): Fix sidebar lists getting opened on editMohamed Bassem1-19/+17
2025-04-18fix: FIxed sidebar link to github for nightly builds (#1274)Hasan Sino1-1/+5
* sidebar link to gh repo * user repo root url for nightly build in sidebar
2025-04-12chore: Rename hoarder packages to karakeepMohamedBassem2-2/+2
2025-04-06fix(web): Line clamp sidebar items to a single lineMohamedBassem1-1/+3
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
2025-04-05feat(web): link to Github release page in web sidebar (#1192)Jan Jaworski1-2/+8
* add github link to hoarder version in sidebar * add target blank and rel * add underline on hover
2025-03-30ui(web): Drop the font weight attribute from sidebar itemsMohamed Bassem1-2/+2
2024-12-30refactor: Refactor sidebar into a shared componentMohamed Bassem4-0/+106
2024-10-27ui: Redesign the settings page and move it to its own layoutMohamed Bassem2-0/+82