aboutsummaryrefslogtreecommitdiffstats
path: root/packages (follow)
Commit message (Expand)AuthorAgeFilesLines
* docker: Use external chrome docker containerMohamedBassem2024-03-241-0/+1
* feature: Add an option to disable new signupsMohamedBassem2024-03-222-15/+12
* fix: Fix accessing tags by name failing privacy checksMohamedBassem2024-03-211-9/+17
* feature(web): Add support for removing items from listsMohamedBassem2024-03-202-3/+30
* feature(web): Add support for demo modeMohamedBassem2024-03-192-5/+15
* refactor: Change asset storage to be the filesystem instead of sqliteMohamedBassem2024-03-1910-34/+1979
* Feature: Add support for uploading images and automatically inferring their t...Mohamed Bassem2024-03-199-29/+2130
* feature(web): Add the ability to change passwordsMohamedBassem2024-03-182-9/+48
* feature(web): A better tags editor using react select with auto complete and ...MohamedBassem2024-03-171-2/+27
* db: Create an index on bookmarks.createdAt field given the use in paginationMohamedBassem2024-03-174-0/+896
* feature: Implemente pagination supportMohamedBassem2024-03-172-50/+77
* refactor: Prepare for pagination by dropping querying bookmarks by idMohamedBassem2024-03-173-45/+113
* db: Add missing indicies on dbMohamedBassem2024-03-164-1/+910
* refactor: Move tag fetching to trpc to reuse in the mobile appMohamedBassem2024-03-152-0/+101
* docker: Fix dockerfiles to adapt to the new repo structureMohamedBassem2024-03-143-5/+2
* lint: Lint and format the entire repo with the new configsMohamedBassem2024-03-142-1/+15
* structure: Create apps dir and copy tooling dir from t3-turbo repoMohamedBassem2024-03-14187-8884/+49
* mobile: Bump version to 1.2.0MohamedBassem2024-03-131-1/+1
* fix(mobile): Multiple attempts to stop the duplication sharingMohamedBassem2024-03-131-1/+1
* fix(mobile): Multiple attempts to stop the duplication sharingMohamedBassem2024-03-134-4/+32
* mobile: Add support for sharing text to the appMohamedBassem2024-03-134-3/+18
* mobile: Add support for manually adding bookmarksMohamedBassem2024-03-135-1/+152
* mobile: Add loading spinners when the data is being fetchedMohamedBassem2024-03-133-4/+13
* mobile: Minor tweaks to the action button to look betterMohamedBassem2024-03-132-7/+13
* mobile: Optimistic UI updates on actionsMohamedBassem2024-03-135-26/+258
* mobile: Add borders and padding to the cardsMohamedBassem2024-03-135-24/+51
* mobile: Bump version to 1.1.0MohamedBassem2024-03-134-3/+44
* fix(mobile): Fix the default route of the appMohamedBassem2024-03-131-0/+1
* mobile: Change bookmark cards images to not have any paddingsMohamedBassem2024-03-133-25/+25
* fix(mobile): Make links clickableMohamedBassem2024-03-132-1/+6
* mobile: A slightly nicer settings pageMohamedBassem2024-03-131-5/+8
* mobile: Add support for viewing listsMohamedBassem2024-03-137-3/+157
* mobile: Add support for loading states for bookmarksMohamedBassem2024-03-134-6/+91
* fix(mobile): Fix invalidation after the sharing and add a placeholder imageMohamedBassem2024-03-132-5/+11
* mobile: Add support for rendering text bookmarksMohamedBassem2024-03-132-12/+38
* mobile: All bookmarks homepageMohamedBassem2024-03-136-3/+182
* mobile: Introduce a tab layout and move the sharing page into a modalMohamedBassem2024-03-138-26/+112
* mobile: First production build configsMohamedBassem2024-03-112-6/+39
* mobile: Do the session routing in the homescreenMohamedBassem2024-03-114-17/+50
* mobile: Give an app a proper name and an iconMohamedBassem2024-03-115-11/+8
* mobile: An ugly but function share buttonMohamedBassem2024-03-114-1/+66
* mobile: An ugly yet functional signin workflowMohamedBassem2024-03-117-30/+182
* mobile: Add support for app settingsMohamedBassem2024-03-116-7/+104
* fix(mobile): Fix the padding of the signin pageMohamedBassem2024-03-111-1/+1
* mobile: Setup share intentMohamedBassem2024-03-119-8/+43
* mobile: Merge mobile repo into main repoMohamedBassem2024-03-1123-0/+469
|\
| * mobile: Prepare to merge into main repoMohamedBassem2024-03-1123-0/+469
* build: Replace bcrypt with bcryptjsMohamedBassem2024-03-113-3/+3
* feature: Change top nav to include search and move add link to a modalMohamedBassem2024-03-108-162/+262
* refactor: Move all components to the top level directoryMohamedBassem2024-03-1041-16/+16