aboutsummaryrefslogtreecommitdiffstats
path: root/packages/trpc (unfollow)
Commit message (Expand)AuthorFilesLines
2024-03-19feature(web): Add support for demo modeMohamedBassem1-5/+10
2024-03-19refactor: Change asset storage to be the filesystem instead of sqliteMohamedBassem2-4/+19
2024-03-19Feature: Add support for uploading images and automatically inferring their t...Mohamed Bassem3-2/+53
2024-03-18feature(web): Add the ability to change passwordsMohamedBassem2-9/+48
2024-03-17feature(web): A better tags editor using react select with auto complete and ...MohamedBassem1-2/+27
2024-03-17feature: Implemente pagination supportMohamedBassem2-50/+77
2024-03-17refactor: Prepare for pagination by dropping querying bookmarks by idMohamedBassem3-45/+113
2024-03-15refactor: Move tag fetching to trpc to reuse in the mobile appMohamedBassem2-0/+101
2024-03-14docker: Fix dockerfiles to adapt to the new repo structureMohamedBassem1-4/+1
2024-03-14lint: Lint and format the entire repo with the new configsMohamedBassem1-0/+14
2024-03-14structure: Create apps dir and copy tooling dir from t3-turbo repoMohamedBassem2-11/+17
2024-03-11build: Replace bcrypt with bcryptjsMohamedBassem2-2/+3
2024-03-10fix: Trim whitespaces from submitted URLsMohamedBassem1-1/+1
2024-03-05build: Fix the web buildMohamedBassem2-4/+4
2024-03-05extension: Instead of manually creating api keys, let users exchange their us...MohamedBassem1-10/+31
2024-03-05extension: Show who the logged in user is in the extension optionsMohamedBassem2-1/+19
2024-03-05refactor: Extract trpc logic into its packageMohamedBassem18-0/+1564