aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/app (unfollow)
Commit message (Expand)AuthorFilesLines
2024-03-27feature: Change maximum asset size to be configurable. Fixes #33MohamedBassem1-1/+1
2024-03-27fix: Allow uploading webp images. Fixes #35MohamedBassem1-1/+5
2024-03-26docs: Update logo in all screenshotsMohamedBassem3-1/+2
2024-03-26fix: Reject asset uploads in demo modeMohamedBassem1-0/+8
2024-03-26ui: Migrate to the new logo everywhereMohamedBassem2-5/+2
2024-03-23chore: Refactor tailwind in all apps to use the tooling packageMohamedBassem2-77/+1
2024-03-23feature(web): Add dark mode supportMohamedBassem7-12/+16
2024-03-23fix(web): Remove the custom tile from the bookmarks pageMohamedBassem1-5/+0
2024-03-21feature: A better looking bookmark preview pageMohamedBassem1-1/+5
2024-03-20fix(web): Remove editor card from tags pageMohamedBassem1-1/+0
2024-03-20feature(web): Add support for removing items from listsMohamedBassem1-12/+15
2024-03-20ui(web): Show an overlay when dragging is activeMohamedBassem2-8/+10
2024-03-20fix(web): Greatly improve the search feeling by removing the flickerMohamedBassem6-44/+35
2024-03-19refactor: Move landing page to its own app to deploy it separatelyMohamedBassem1-4/+2
2024-03-19feature: A new landing pageMohamedBassem1-3/+4
2024-03-19fix(web): Only show demo mode banner in demo modeMohamedBassem1-1/+3
2024-03-19feature(web): Add support for demo modeMohamedBassem2-1/+5
2024-03-19fix: Remove flicker from search barMohamedBassem1-6/+2
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 Bassem4-18/+85
2024-03-18feature(web): Add the ability to change passwordsMohamedBassem1-0/+2
2024-03-17feature(web): A better tags editor using react select with auto complete and ...MohamedBassem1-14/+2
2024-03-17feature: Implemente pagination supportMohamedBassem3-3/+3
2024-03-17refactor: Prepare for pagination by dropping querying bookmarks by idMohamedBassem2-4/+10
2024-03-16ui(web): Add an editor card inline in the bookmark grid and remove the top na...MohamedBassem1-1/+1
2024-03-15refactor: Move tag fetching to trpc to reuse in the mobile appMohamedBassem1-24/+12
2024-03-14lint: Lint and format the entire repo with the new configsMohamedBassem14-26/+33
2024-03-14structure: Create apps dir and copy tooling dir from t3-turbo repoMohamedBassem23-0/+741