aboutsummaryrefslogtreecommitdiffstats
path: root/packages/shared-react (follow)
Commit message (Collapse)AuthorAgeFilesLines
* chore: Rename hoarder packages to karakeepMohamedBassem2025-04-127-16/+16
|
* fix: Deprecate the updateBookmarkText trpc endpoint and replace it with ↵MohamedBassem2025-04-081-15/+0
| | | | updateBookmark
* feat: Allow editing bookmark detailsMohamedBassem2025-04-081-0/+17
|
* deps: Upgrade trpc and react queryMohamed Bassem2025-03-221-2/+2
|
* 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
|
* deps(mobile): Upgrade to Expo 52 (#692)Mohamed Bassem2024-11-241-6/+2
| | | | | | | | | | | * fix(mobile): Sharing bookmark modal * WIP: Upgrade to 52 * post ugprade fixes * more fixes * fix padding in tabbar
* feature: Add a summarize with AI button for linksMohamed Bassem2024-10-271-0/+15
|
* feature: Persevere the source URL of clipped texts from the extension.MohamedBassem2024-10-051-0/+13
| | | | Fixes #448
* feature(web): Show attachments and allow users to manipulate them.MohamedBassem2024-09-221-0/+45
|
* build: Fix sherif failures by sorting depsMohamedBassem2024-08-311-4/+4
|
* feature(mobile): Allow editing notes from the mobile appMohamedBassem2024-08-251-0/+29
|
* fix: Fix TRPC batchign failure because of long URLs. Fixes #281 (#291)kamtschatka2024-07-131-0/+1
| | | limiting the length of the URL for batched requests to prevent 431 errors
* refactor: added the bookmark type to the database (#256)kamtschatka2024-07-011-2/+3
| | | | | | | | | | | | | | | | | * refactoring asset types Extracted out functions to silently delete assets and to update them after crawling Generalized the mapping of assets to bookmark fields to make extending them easier * Added the bookmark type to the database Introduced an enum to have better type safety cleaned up the code and based some code on the type directly * add BookmarkType.UNKNWON * lint and remove unused function --------- Co-authored-by: MohamedBassem <me@mbassem.com>
* 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: Download images and screenshotsMohamedBassem2024-04-202-0/+42
|
* fix(mobile): Fix flicker on sign in pageMohamedBassem2024-04-191-5/+1
|
* 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-182-1/+2
|
* fix: Delete the API key on logout from phone or extensionMohamedBassem2024-04-092-1/+53
|
* 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-075-0/+119
in bookmark preview