aboutsummaryrefslogtreecommitdiffstats
path: root/pnpm-lock.yaml (unfollow)
Commit message (Expand)AuthorFilesLines
2024-06-09feature(web): Add syntax highlighting to code blocks and a quick copy button....kamtschatka1-0/+173
2024-05-26feature: Full page archival with monolith. Fixes #132MohamedBassem1-3/+108
2024-05-18feature(web): Improve merging of tags by simple drag and drop #144 (#154)kamtschatka1-0/+52
2024-04-26feature: A new cleanups page to suggest ways to tidy up your bookmarksMohamedBassem1-0/+10
2024-04-24build(cli): Prepare for publishing CLI to npmMohamedBassem1-18/+17
2024-04-24feature(cli): Add ability to manipulate lists, tags and update bookmarksMohamedBassem1-0/+40
2024-04-23fix(crawler): Better extraction for amazon imagesMohamedBassem1-0/+17
2024-04-23feature(extension): Allow adding tags and lists to newly hoarded bookmarksMohamedBassem1-0/+16
2024-04-23ui(extension): Use shadcn and better dark mode supportMohamedBassem1-0/+44
2024-04-19feature: Nested lists (#110). Fixes #62Mohamed Bassem1-0/+33
2024-04-18refactor: Move the shared types to the shared packageMohamedBassem1-0/+9
2024-04-14feature(web): Allow changing the bookmark grid layout (#98)Mohamed Bassem1-1/+1
2024-04-11feature: Recrawl failed links from admin UI (#95)Ahmad Mujahid1-1/+1
2024-04-11feature: Add PDF support (#88)Ahmad Mujahid1-66/+293
2024-04-09fix: Delete the API key on logout from phone or extensionMohamedBassem1-0/+6
2024-04-07feature: Extract hook logic into separate package and add a new action bar in...MohamedBassem1-0/+94
2024-04-03chore: Update turbo to 1.13.2MohamedBassem1-29/+29
2024-04-02featuer: Introduce a new CLI for mass manipulation of bookmarksMohamedBassem1-0/+57
2024-04-01fix(mobile): Allow android/ios connections over http. #6MohamedBassem1-0/+15
2024-03-29fix(web): Fix the sharp missing error logMohamedBassem1-4/+257
2024-03-29mobile(android): Getting the android app ready for submissionMohamedBassem1-0/+17
2024-03-27feature: Add support for local models using ollamaMohamedBassem1-0/+11
2024-03-27refactor: Validate env variables using zodMohamedBassem1-0/+3
2024-03-26ui: Migrate to the new logo everywhereMohamedBassem1-0/+252
2024-03-23chore: Refactor tailwind in all apps to use the tooling packageMohamedBassem1-16/+295
2024-03-23feature(web): Add dark mode supportMohamedBassem1-0/+15
2024-03-22fix(mobile): Fix setting propagatinMohamedBassem1-0/+3
2024-03-22chore: Upgrade turbo versionMohamedBassem1-29/+29
2024-03-21feature: A better looking bookmark preview pageMohamedBassem1-0/+40
2024-03-20chore: Bump nextjs version to 14.1.4MohamedBassem1-56/+56
2024-03-19refactor: Move landing page to its own app to deploy it separatelyMohamedBassem1-74/+66
2024-03-19build: Upgrade pnpm to v9 alpha, might regret it laterMohamedBassem1-9490/+13986
2024-03-19docs: Bootstrap docusaurus docsMohamedBassem1-131/+5529
2024-03-19refactor: Change asset storage to be the filesystem instead of sqliteMohamedBassem1-7/+0
2024-03-19Feature: Add support for uploading images and automatically inferring their t...Mohamed Bassem1-0/+54
2024-03-17feature(web): A better tags editor using react select with auto complete and ...MohamedBassem1-0/+200
2024-03-17refactor: Prepare for pagination by dropping querying bookmarks by idMohamedBassem1-0/+7
2024-03-15fix(mobile): Bump expo-share-intent version and remove the hacks around the o...MohamedBassem1-7/+4
2024-03-15mobile: Revamp bookmark card's action barMohamedBassem1-0/+24
2024-03-14docker: Fix dockerfiles to adapt to the new repo structureMohamedBassem1-146/+26
2024-03-14structure: Create apps dir and copy tooling dir from t3-turbo repoMohamedBassem1-515/+781
2024-03-13fix(mobile): Multiple attempts to stop the duplication sharingMohamedBassem1-0/+3
2024-03-13mobile: Add support for sharing text to the appMohamedBassem1-0/+6
2024-03-13mobile: Bump version to 1.1.0MohamedBassem1-0/+12
2024-03-13fix(mobile): Make links clickableMohamedBassem1-0/+88
2024-03-13mobile: Add support for loading states for bookmarksMohamedBassem1-0/+12
2024-03-13mobile: Add support for rendering text bookmarksMohamedBassem1-3/+69
2024-03-13mobile: Introduce a tab layout and move the sharing page into a modalMohamedBassem1-0/+3
2024-03-11mobile: Add support for app settingsMohamedBassem1-0/+14
2024-03-11mobile: Setup share intentMohamedBassem1-38/+5037