aboutsummaryrefslogtreecommitdiffstats
path: root/apps (unfollow)
Commit message (Expand)AuthorFilesLines
2024-05-25fix(extension): Drop the https restriction in firefox. Fixes #23kamtschatka1-0/+3
2024-05-24fix(cli): Switched to cursorV2 to make use of the fix for #140 and prevent in...kamtschatka1-0/+1
2024-05-19docs: Change references from the old repo URL to the new oneMohamedBassem3-5/+4
2024-05-19fix(web): Stop pre-loading all the bookmark lists in the bookmark gridMohamedBassem1-33/+44
2024-05-19feature(web): Add an archive button to list management dialogMohamedBassem3-1/+74
2024-05-19fix(web): Sort the tags in the TagsEditor of the preview dialog. Fixes #171MohamedBassem1-0/+2
2024-05-19fix: Fix missing bookmarks during pagination if they got created in the same ...MohamedBassem2-12/+18
2024-05-19feature(web): Allow adding multiple URLs at once #158 (#167)kamtschatka2-5/+129
2024-05-19ui(web): Set tag input field in preview modal to 100% width to fix overflow i...Cari2-4/+24
2024-05-18feature(inference): Improve ollama tagging (#162)kamtschatka1-5/+12
2024-05-18fix(web): Simplify the logic for tag drag and droppingMohamedBassem3-123/+64
2024-05-18feature(web): Improve merging of tags by simple drag and drop #144 (#154)kamtschatka5-43/+313
2024-05-16feature(web): Clicking an image in the preview modal will open it in a new ta...Cari1-6/+12
2024-05-16ui(web): Fixed overflow issues for very long titles (#152)Cari4-7/+15
2024-05-15feature(crawler): Allow connecting to browser's websocket address and launchi...MohamedBassem1-28/+55
2024-05-12feature(mobile): Show server address in the settingsMohamedBassem1-1/+8
2024-05-12ui(mobile): Add horizontal margins to the bookmark cardsMohamedBassem4-3/+10
2024-05-12feature: Take full page screenshots #143 (#148)kamtschatka2-3/+6
2024-05-10feature: Clicking preview for image assets brings up the details modal (#147)Cari1-6/+9
2024-05-06landing: Add google and ios badges to the landing pageMohamedBassem2-0/+17
2024-05-06feature: Dedup links on creation. Fixes #49MohamedBassem4-5/+38
2024-05-05fix(cli): Remove limit from array length when listing bookmarks. Fixes #135MohamedBassem2-3/+5
2024-05-05build: Add a workflow to auto publish the CLI to npmMohamedBassem1-1/+1
2024-05-05fix(cli): Allow bookmark listing to fetch all pages instead of only the first...MohamedBassem2-4/+17
2024-04-26fix(inference): Attempt to reuse existing identical tagsMohamedBassem2-23/+63
2024-04-26feature: Allow users to delete all unused tags in one goMohamedBassem1-3/+51
2024-04-26fix: Change tag listing API to return unused tagsMohamedBassem1-1/+24
2024-04-26feature(crawler): Allow increasing crawler concurrency and configure storing ...MohamedBassem1-0/+13
2024-04-26feature: A new cleanups page to suggest ways to tidy up your bookmarksMohamedBassem5-0/+314
2024-04-25feature(web): Add ability to rename, merge and fast delete tags. Fixes #105 (...Mohamed Bassem11-205/+600
2024-04-24fix(web): Fix hydration error in the bookmark preview pageMohamedBassem1-1/+1
2024-04-24ui(web): Show bookmark URL when maximizing a bookmarkMohamedBassem8-23/+81
2024-04-24style(cli): Change all help messages to lowercaseMohamedBassem5-31/+31
2024-04-24build(cli): Prepare for publishing CLI to npmMohamedBassem12-23/+66
2024-04-24feature(cli): Add ability to manipulate lists, tags and update bookmarksMohamedBassem5-4/+146
2024-04-23fix(crawler): Better extraction for amazon imagesMohamedBassem2-0/+3
2024-04-23feature(web): Change the AddList modal to allow adding and removing bookmarks...MohamedBassem3-15/+95
2024-04-23fix(workers): Increase robustness of search worker and add extra logging. Fix...MohamedBassem1-24/+45
2024-04-23fix(workers): Set a modern user agent and update the default viewport sizeMohamedBassem1-0/+7
2024-04-23release(extension): Release version 1.2.0MohamedBassem1-1/+1
2024-04-23feature(extension): Allow adding tags and lists to newly hoarded bookmarksMohamedBassem11-8/+549
2024-04-23fix(web): Fix missing link card image in list viewMohamedBassem1-1/+1
2024-04-23ui(extension): Use shadcn and better dark mode supportMohamedBassem17-100/+352
2024-04-23fix(mobile): Add a bigger button to collable the nested listMohamedBassem1-6/+5
2024-04-20fix: Ensure that downloaded asset images are from the allowed content typesMohamedBassem1-8/+5
2024-04-20fix: Use next/image for serving bookmark imagesMohamedBassem2-16/+42
2024-04-20feature: Allow recrawling bookmarks without running inference jobsMohamedBassem2-9/+43
2024-04-20feature: Download images and screenshotsMohamedBassem11-131/+275
2024-04-19mobile: Bump mobile version to 1.5MohamedBassem1-2/+2
2024-04-19fix(mobile): Fix the color of the collapsible triangle to respect dark modeMohamedBassem1-9/+15