aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web (unfollow)
Commit message (Expand)AuthorFilesLines
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.4MohamedBassem1-1/+1
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-19refactor: Move landing page to its own app to deploy it separatelyMohamedBassem2-95/+2
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-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 sqliteMohamedBassem2-23/+17
2024-03-19Feature: Add support for uploading images and automatically inferring their t...Mohamed Bassem11-19/+283
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
2024-03-17feature: Implemente pagination supportMohamedBassem5-16/+39
2024-03-17refactor: Prepare for pagination by dropping querying bookmarks by idMohamedBassem5-33/+13
2024-03-17ui(web): Change TagsEditor to auto save on edit and extract ActionBar to its ...MohamedBassem6-197/+179
2024-03-16ui(web): Reduce debounce duration to 10ms in search barMohamedBassem1-1/+1
2024-03-16ui(web): Add an editor card inline in the bookmark grid and remove the top na...MohamedBassem7-150/+123
2024-03-15ui(web): Change the text in cards to be less aggressiveMohamedBassem3-3/+3
2024-03-15refactor: Move tag fetching to trpc to reuse in the mobile appMohamedBassem1-24/+12
2024-03-14fix: Fix the allowed origins in CORS to match the prod extension idMohamedBassem1-1/+1
2024-03-14docker: Fix dockerfiles to adapt to the new repo structureMohamedBassem1-5/+0
2024-03-14lint: Lint and format the entire repo with the new configsMohamedBassem73-299/+319
2024-03-14structure: Create apps dir and copy tooling dir from t3-turbo repoMohamedBassem97-0/+5550