aboutsummaryrefslogtreecommitdiffstats
path: root/apps (unfollow)
Commit message (Expand)AuthorFilesLines
2024-03-27fix: Fix allow links with trailing slashes in extension configuration. Fixes #18MohamedBassem1-1/+1
2024-03-27fix: Fix typo in sidebar list item Favourites. Fixes #9MohamedBassem1-1/+1
2024-03-27feature: Add support for local models using ollamaMohamedBassem4-76/+168
2024-03-27refactor: Validate env variables using zodMohamedBassem2-12/+12
2024-03-26feature: Prepare the extension for submission to mozilla addon storeMohamedBassem5-0/+5
2024-03-26fix: Drop CORS restriction on the API routes as we're no longer doing fetches...MohamedBassem1-1/+1
2024-03-26fix: Use the screenshot with the new logo in the landing pageMohamedBassem1-0/+0
2024-03-26fix: Allow setting demo mode creds when demo mode is enabledMohamedBassem6-22/+35
2024-03-26docs: Update logo in all screenshotsMohamedBassem9-2/+2
2024-03-26fix: Reject asset uploads in demo modeMohamedBassem1-0/+8
2024-03-26ui: Migrate to the new logo everywhereMohamedBassem34-35/+188
2024-03-24docker: Use external chrome docker containerMohamedBassem1-10/+40
2024-03-23chore: Refactor tailwind in all apps to use the tooling packageMohamedBassem12-474/+17
2024-03-23feature(web): Add dark mode supportMohamedBassem26-39/+117
2024-03-23fix(web): Remove the custom tile from the bookmarks pageMohamedBassem1-5/+0
2024-03-23ui(web): Make the editor card a little bit more obviousMohamedBassem1-2/+4
2024-03-22fix(mobile): Minor tweaks to the sharing screenMohamedBassem1-7/+10
2024-03-22fix(mobile): Fix active tab tint colorMohamedBassem1-1/+5
2024-03-22landing: Add opengraph image and update metadataMohamedBassem3-1/+4
2024-03-22feature: Add an option to disable new signupsMohamedBassem3-7/+10
2024-03-22fix(mobile): Fix setting propagatinMohamedBassem10-135/+88
2024-03-22fix: Fix the creation date tooltip in preview pagMohamedBassem1-1/+3
2024-03-21landing: Add the demo link to the landing page and mention it in the docsMohamedBassem1-3/+12
2024-03-21fix(workers): Fix the leaky browser instances in workers during developmentMohamedBassem3-29/+46
2024-03-21ui(web): Minor style tweaks to the tags editorMohamedBassem1-0/+5
2024-03-21fix: Simple validations for crawled URLsMohamedBassem1-1/+17
2024-03-21feature: A better looking bookmark preview pageMohamedBassem6-69/+204
2024-03-21fix: Reset add list form form on submissionMohamedBassem3-4/+7
2024-03-21fix: Fix open links in new tabs when clicking on the card bannerMohamedBassem1-1/+1
2024-03-20fix(web): Remove editor card from tags pageMohamedBassem1-1/+0
2024-03-20feature(web): Add support for removing items from listsMohamedBassem3-13/+66
2024-03-20chore: Bump nextjs version to 14.1.4MohamedBassem2-2/+2
2024-03-20ui(web): Show an overlay when dragging is activeMohamedBassem3-19/+41
2024-03-20fix(web): Greatly improve the search feeling by removing the flickerMohamedBassem9-79/+93
2024-03-20fix(mobile): Fix flicker on searchMohamedBassem8-70/+105
2024-03-20docs: Add docs for installation, configuration and developmentMohamedBassem1-1/+5
2024-03-19fix(workers): Drop the restriction of the tags being lowercase and without sp...MohamedBassem1-2/+2
2024-03-19landing: Add the auto generated privacy policyMohamedBassem1-0/+217
2024-03-19refactor: Move landing page to its own app to deploy it separatelyMohamedBassem18-7/+395
2024-03-19build: Fix build by committing next-env.d.tsMohamedBassem1-0/+5
2024-03-19feature: A new landing pageMohamedBassem5-3/+95
2024-03-19fix(web): Show editor card when there are no bookmarksMohamedBassem1-1/+1
2024-03-19fix(web): Only show demo mode banner in demo modeMohamedBassem1-1/+3
2024-03-19build: Upgrade pnpm to v9 alpha, might regret it laterMohamedBassem2-2/+2
2024-03-19feature(web): Add support for demo modeMohamedBassem11-14/+74
2024-03-19fix: Remove flicker from search barMohamedBassem2-9/+4
2024-03-19refactor: Change asset storage to be the filesystem instead of sqliteMohamedBassem4-34/+26
2024-03-19Feature: Add support for uploading images and automatically inferring their t...Mohamed Bassem20-50/+551
2024-03-18feature(web): Add the ability to change passwordsMohamedBassem2-0/+134
2024-03-17feature(web): A better tags editor using react select with auto complete and ...MohamedBassem3-129/+121