| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat: Add Create Tag button to tags page (#1942) | Mohamed Bassem | 2025-09-14 | 1 | -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 crawls | Mohamed Bassem | 2025-08-31 | 1 | -6/+2 |
| | | |||||
| * | feat: adding search history #1541 (#1627) | lexafaxine | 2025-07-14 | 1 | -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 support | Mohamed Bassem | 2025-07-13 | 1 | -0/+10 |
| | | |||||
| * | refactor: Move bookmark utils from shared-react to shared | Mohamed Bassem | 2025-05-31 | 1 | -1/+2 |
| | | |||||
| * | feat: Allow defaulting to reader mode when clicking on bookmarks. Fixes #662 | Mohamed Bassem | 2025-05-24 | 1 | -0/+14 |
| | | |||||
| * | feat: Implement generic rule engine (#1318) | Mohamed Bassem | 2025-04-27 | 1 | -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) | omnitrix | 2025-04-16 | 1 | -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 karakeep | MohamedBassem | 2025-04-12 | 3 | -4/+4 |
| | | |||||
| * | fix: Deprecate the updateBookmarkText trpc endpoint and replace it with ↵ | MohamedBassem | 2025-04-08 | 1 | -15/+0 |
| | | | | | updateBookmark | ||||
| * | feat(web): Show list stats in the sidebar | Mohamed Bassem | 2025-03-02 | 2 | -0/+6 |
| | | |||||
| * | feat: Add a setting page to manage assets. Fixes #730 | Mohamed Bassem | 2025-02-23 | 2 | -45/+49 |
| | | |||||
| * | feat: Add support for smart lists (#802) | Mohamed Bassem | 2025-01-02 | 2 | -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 #620 | Mohamed Bassem | 2024-12-28 | 1 | -0/+3 |
| | | |||||
| * | feat: Implement highlights support for links. Fixes #620 | Mohamed Bassem | 2024-12-27 | 1 | -0/+46 |
| | | |||||
| * | feature: Add a summarize with AI button for links | Mohamed Bassem | 2024-10-27 | 1 | -0/+15 |
| | | |||||
| * | feature(web): Show attachments and allow users to manipulate them. | MohamedBassem | 2024-09-22 | 1 | -0/+45 |
| | | |||||
| * | feature(mobile): Allow editing notes from the mobile app | MohamedBassem | 2024-08-25 | 1 | -0/+29 |
| | | |||||
| * | feature: Allow users to delete all unused tags in one go | MohamedBassem | 2024-04-26 | 1 | -0/+14 |
| | | |||||
| * | feature(web): Add ability to rename, merge and fast delete tags. Fixes #105 ↵ | Mohamed Bassem | 2024-04-25 | 1 | -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 bookmark | MohamedBassem | 2024-04-24 | 1 | -0/+1 |
| | | |||||
| * | feature(extension): Allow adding tags and lists to newly hoarded bookmarks | MohamedBassem | 2024-04-23 | 2 | -0/+26 |
| | | |||||
| * | feature: Nested lists (#110). Fixes #62 | Mohamed Bassem | 2024-04-19 | 2 | -7/+81 |
| | | | | | | * feature: Add support for nested lists * prevent moving the parent to a subtree | ||||
| * | refactor: Move the shared types to the shared package | MohamedBassem | 2024-04-18 | 1 | -1/+1 |
| | | |||||
| * | fix: Fix type in the useAddBookmarkToList hook | MohamedBassem | 2024-04-09 | 1 | -1/+1 |
| | | |||||
| * | feature(web): Allow uploading directly into lists/tags. Fixes #69 | MohamedBassem | 2024-04-09 | 3 | -4/+129 |
| | | |||||
| * | feature: Extract hook logic into separate package and add a new action bar ↵ | MohamedBassem | 2024-04-07 | 2 | -0/+57 |
| in bookmark preview | |||||
