aboutsummaryrefslogtreecommitdiffstats
path: root/packages/shared-react/hooks (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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