aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src/css (unfollow)
Commit message (Expand)AuthorFilesLines
2024-05-05build: Add iOS and android builds to github actionsMohamedBassem2-0/+73
2024-05-05fix(cli): Remove limit from array length when listing bookmarks. Fixes #135MohamedBassem3-4/+7
2024-05-05build: Add a workflow to auto publish the CLI to npmMohamedBassem3-1/+26
2024-05-05fix(cli): Allow bookmark listing to fetch all pages instead of only the first...MohamedBassem2-4/+17
2024-05-03fix: Allow zod to coerce the crawler timeout from strings. Fixes #134MohamedBassem1-2/+2
2024-04-26Revert "docker: Attempt to improve build times by changing cache backend"MohamedBassem2-9/+7
2024-04-26docker: Attempt to improve build times by changing cache backendMohamedBassem2-7/+9
2024-04-26fix(inference): Attempt to reuse existing identical tagsMohamedBassem2-23/+63
2024-04-26feature: Allow users to delete all unused tags in one goMohamedBassem3-5/+89
2024-04-26fix: Fix error when merging empty tagsMohamedBassem1-9/+11
2024-04-26fix: Change tag listing API to return unused tagsMohamedBassem2-32/+52
2024-04-26fix: Re-index affected bookmarks when one of their tags gets updatedMohamedBassem1-30/+78
2024-04-26feature(crawler): Allow increasing crawler concurrency and configure storing ...MohamedBassem3-4/+26
2024-04-26feature: A new cleanups page to suggest ways to tidy up your bookmarksMohamedBassem6-0/+324
2024-04-25feature(web): Add ability to rename, merge and fast delete tags. Fixes #105 (...Mohamed Bassem13-238/+804
2024-04-24docs: Update docs to include the links to the android appMohamedBassem4-6/+6
2024-04-24fix(web): Fix hydration error in the bookmark preview pageMohamedBassem1-1/+1
2024-04-24ui(web): Show bookmark URL when maximizing a bookmarkMohamedBassem9-23/+82
2024-04-24docs: Update the CLI docs to reference the published NPM packageMohamedBassem2-7/+90
2024-04-24style(cli): Change all help messages to lowercaseMohamedBassem5-31/+31
2024-04-24build(cli): Prepare for publishing CLI to npmMohamedBassem14-45/+88
2024-04-24feature(cli): Add ability to manipulate lists, tags and update bookmarksMohamedBassem6-4/+186
2024-04-23fix(crawler): Better extraction for amazon imagesMohamedBassem3-0/+20
2024-04-23fix(docs): Update the social image from the generic docusaurus imageMohamedBassem2-2/+1
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 bookmarksMohamedBassem16-9/+617
2024-04-23fix(web): Fix missing link card image in list viewMohamedBassem1-1/+1
2024-04-23ui(extension): Use shadcn and better dark mode supportMohamedBassem18-100/+396
2024-04-23fix(mobile): Add a bigger button to collable the nested listMohamedBassem1-6/+5
2024-04-22fix: Update docker-compose.yml (#119)Rosin1-1/+1
2024-04-22docker: Disable meilisearch analytics (#117)Vivek1-0/+2
2024-04-20fix: Ensure that downloaded asset images are from the allowed content typesMohamedBassem2-8/+15
2024-04-20fix: Use next/image for serving bookmark imagesMohamedBassem2-16/+42
2024-04-20feature: Allow recrawling bookmarks without running inference jobsMohamedBassem4-9/+46
2024-04-20feature: Download images and screenshotsMohamedBassem21-114/+1352
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
2024-04-19fix(mobile): Fix flicker on sign in pageMohamedBassem1-5/+1
2024-04-19feature(mobile): Add support for nested listed on mobileMohamedBassem1-18/+89
2024-04-19feature: Nested lists (#110). Fixes #62Mohamed Bassem23-212/+1894
2024-04-18refactor: Move the shared types to the shared packageMohamedBassem48-47/+66
2024-04-17mobile: Bump mobile version to 1.4MohamedBassem1-2/+2
2024-04-17mobile: Add dark mode supportMohamedBassem22-56/+188
2024-04-16fix: Fix user local settings cookie to have max age as by default it's a sess...MohamedBassem1-4/+6
2024-04-15fix: Fix slice call in the content truncation logic which was resulting in ex...MohamedBassem1-1/+1
2024-04-15feature: Add title to bookmarks and allow editing them. Fixes #27MohamedBassem17-54/+1240
2024-04-14fix(web): Fix some JS console errors in the preview pageMohamedBassem4-36/+50