aboutsummaryrefslogtreecommitdiffstats
path: root/packages (unfollow)
Commit message (Expand)AuthorFilesLines
2024-03-19feature(web): Add support for demo modeMohamedBassem2-5/+15
2024-03-19refactor: Change asset storage to be the filesystem instead of sqliteMohamedBassem10-34/+1979
2024-03-19Feature: Add support for uploading images and automatically inferring their t...Mohamed Bassem9-29/+2130
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-17db: Create an index on bookmarks.createdAt field given the use in paginationMohamedBassem4-0/+896
2024-03-17feature: Implemente pagination supportMohamedBassem2-50/+77
2024-03-17refactor: Prepare for pagination by dropping querying bookmarks by idMohamedBassem3-45/+113
2024-03-16db: Add missing indicies on dbMohamedBassem4-1/+910
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 structureMohamedBassem3-5/+2
2024-03-14lint: Lint and format the entire repo with the new configsMohamedBassem2-1/+15
2024-03-14structure: Create apps dir and copy tooling dir from t3-turbo repoMohamedBassem187-8884/+49
2024-03-13mobile: Bump version to 1.2.0MohamedBassem1-1/+1
2024-03-13fix(mobile): Multiple attempts to stop the duplication sharingMohamedBassem1-1/+1
2024-03-13fix(mobile): Multiple attempts to stop the duplication sharingMohamedBassem4-4/+32
2024-03-13mobile: Add support for sharing text to the appMohamedBassem4-3/+18
2024-03-13mobile: Add support for manually adding bookmarksMohamedBassem5-1/+152
2024-03-13mobile: Add loading spinners when the data is being fetchedMohamedBassem3-4/+13
2024-03-13mobile: Minor tweaks to the action button to look betterMohamedBassem2-7/+13
2024-03-13mobile: Optimistic UI updates on actionsMohamedBassem5-26/+258
2024-03-13mobile: Add borders and padding to the cardsMohamedBassem5-24/+51
2024-03-13mobile: Bump version to 1.1.0MohamedBassem4-3/+44
2024-03-13fix(mobile): Fix the default route of the appMohamedBassem1-0/+1
2024-03-13mobile: Change bookmark cards images to not have any paddingsMohamedBassem3-25/+25
2024-03-13fix(mobile): Make links clickableMohamedBassem2-1/+6
2024-03-13mobile: A slightly nicer settings pageMohamedBassem1-5/+8
2024-03-13mobile: Add support for viewing listsMohamedBassem7-3/+157
2024-03-13mobile: Add support for loading states for bookmarksMohamedBassem4-6/+91
2024-03-13fix(mobile): Fix invalidation after the sharing and add a placeholder imageMohamedBassem2-5/+11
2024-03-13mobile: Add support for rendering text bookmarksMohamedBassem2-12/+38
2024-03-13mobile: All bookmarks homepageMohamedBassem6-3/+182
2024-03-13mobile: Introduce a tab layout and move the sharing page into a modalMohamedBassem8-26/+112
2024-03-11mobile: First production build configsMohamedBassem2-6/+39
2024-03-11mobile: Do the session routing in the homescreenMohamedBassem4-17/+50
2024-03-11mobile: Give an app a proper name and an iconMohamedBassem5-11/+8
2024-03-11mobile: An ugly but function share buttonMohamedBassem4-1/+66
2024-03-11mobile: An ugly yet functional signin workflowMohamedBassem7-30/+182
2024-03-11mobile: Add support for app settingsMohamedBassem6-7/+104
2024-03-11fix(mobile): Fix the padding of the signin pageMohamedBassem1-1/+1
2024-03-11mobile: Setup share intentMohamedBassem9-8/+43
2024-03-11mobile: Prepare to merge into main repoMohamedBassem23-0/+469
2024-03-11build: Replace bcrypt with bcryptjsMohamedBassem3-3/+3
2024-03-10feature: Change top nav to include search and move add link to a modalMohamedBassem8-162/+262
2024-03-10refactor: Move all components to the top level directoryMohamedBassem41-16/+16
2024-03-10fix: Trim whitespaces from submitted URLsMohamedBassem1-1/+1
2024-03-05build: Fix the web buildMohamedBassem4-10/+8
2024-03-05fix: Show loading indicators in the bookmark preview pageMohamedBassem5-84/+142
2024-03-05extension: Fix the infinite loading of the options pageMohamedBassem3-12/+14
2024-03-05extension: Add the logo to multiple pages in the extensionMohamedBassem4-1/+20