aboutsummaryrefslogtreecommitdiffstats
path: root/packages/shared-react/hooks (follow)
Commit message (Collapse)AuthorAgeFilesLines
* deps: Upgrade react-query to 5.90MohamedBassem2025-11-027-56/+56
|
* feat: Add tag search and pagination (#1987)Mohamed Bassem2025-09-282-0/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat: Add tag search and use in the homepage * use paginated query in the all tags view * wire the load more buttons * add skeleton to all tags page * fix attachedby aggregation * fix loading states * fix hasNextPage * use action buttons for load more buttons * migrate the tags auto complete to the search api * Migrate the tags editor to the new search API * Replace tag merging dialog with tag auto completion * Merge both search and list APIs * fix tags.list * add some tests for the endpoint * add relevance based sorting * change cursor * update the REST API * fix review comments * more fixes * fix lockfile * i18n * fix visible tags
* feat: Add Create Tag button to tags page (#1942)Mohamed Bassem2025-09-141-0/+14
| | | | | | | | | | | | | | | | | | | | | * feat: add Create Tag button to tags page - Added useCreateTag hook to shared-react/hooks/tags.ts - Created CreateTagModal component for tag creation without bookmark attachment - Added Create Tag button to AllTagsView component - Added necessary translation keys for the new feature Fixes #1937 Co-authored-by: Mohamed Bassem <MohamedBassem@users.noreply.github.com> * format * localize toasts --------- Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com> Co-authored-by: Mohamed Bassem <MohamedBassem@users.noreply.github.com>
* fix: Incremental polling interval for ongoing crawlsMohamed Bassem2025-08-311-6/+2
|
* feat: adding search history #1541 (#1627)lexafaxine2025-07-141-0/+102
| | | | | | | | | | | | | | | | | | | | | | | * 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>
* feat: Add delete account supportMohamed Bassem2025-07-131-0/+10
|
* refactor: Move bookmark utils from shared-react to sharedMohamed Bassem2025-05-311-1/+2
|
* feat: Allow defaulting to reader mode when clicking on bookmarks. Fixes #662Mohamed Bassem2025-05-241-0/+14
|
* feat: Implement generic rule engine (#1318)Mohamed Bassem2025-04-271-0/+40
| | | | | | | | | | | | | | | | | * 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
* feat(web): Add support for merging lists (#1231)omnitrix2025-04-161-0/+15
| | | | | | | | | | | * feat: Support list merging * some fixes * move @hoarder to @karakeep --------- Co-authored-by: Mohamed Bassem <me@mbassem.com>
* chore: Rename hoarder packages to karakeepMohamedBassem2025-04-123-4/+4
|
* fix: Deprecate the updateBookmarkText trpc endpoint and replace it with ↵MohamedBassem2025-04-081-15/+0
| | | | updateBookmark
* feat(web): Show list stats in the sidebarMohamed Bassem2025-03-022-0/+6
|
* feat: Add a setting page to manage assets. Fixes #730Mohamed Bassem2025-02-232-45/+49
|
* feat: Add support for smart lists (#802)Mohamed Bassem2025-01-022-0/+30
| | | | | | | | | | | | | | | | | | | * feat: Add support for smart lists * i18n * Fix update list endpoint * Add a test for smart lists * Add header to the query explainer * Hide remove from lists in the smart context list * Add proper validation to list form --------- Co-authored-by: Deepak Kapoor <41769111+orthdron@users.noreply.github.com>
* feat: Implement the all highlights page. Fixes #620Mohamed Bassem2024-12-281-0/+3
|
* feat: Implement highlights support for links. Fixes #620Mohamed Bassem2024-12-271-0/+46
|
* feature: Add a summarize with AI button for linksMohamed Bassem2024-10-271-0/+15
|
* feature(web): Show attachments and allow users to manipulate them.MohamedBassem2024-09-221-0/+45
|
* feature(mobile): Allow editing notes from the mobile appMohamedBassem2024-08-251-0/+29
|
* feature: Allow users to delete all unused tags in one goMohamedBassem2024-04-261-0/+14
|
* feature(web): Add ability to rename, merge and fast delete tags. Fixes #105 ↵Mohamed Bassem2024-04-251-0/+55
| | | | | | | (#125) * feature(web): Allow deleting tags from the all tags page * feature(web): Add ability to rename, merge and fast delete tags. Fixes #105
* ui(web): Show bookmark URL when maximizing a bookmarkMohamedBassem2024-04-241-0/+1
|
* feature(extension): Allow adding tags and lists to newly hoarded bookmarksMohamedBassem2024-04-232-0/+26
|
* feature: Nested lists (#110). Fixes #62Mohamed Bassem2024-04-192-7/+81
| | | | | * feature: Add support for nested lists * prevent moving the parent to a subtree
* refactor: Move the shared types to the shared packageMohamedBassem2024-04-181-1/+1
|
* fix: Fix type in the useAddBookmarkToList hookMohamedBassem2024-04-091-1/+1
|
* feature(web): Allow uploading directly into lists/tags. Fixes #69MohamedBassem2024-04-093-4/+129
|
* feature: Extract hook logic into separate package and add a new action bar ↵MohamedBassem2024-04-072-0/+57
in bookmark preview