aboutsummaryrefslogtreecommitdiffstats
path: root/packages (unfollow)
Commit message (Expand)AuthorFilesLines
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
2024-03-05extension: Bump extension version after the new changesMohamedBassem1-1/+1
2024-03-05fix: Fix error log in extension's SavePage componentMohamedBassem1-4/+2
2024-03-05extension: Instead of manually creating api keys, let users exchange their us...MohamedBassem10-138/+247
2024-03-05extension: Show who the logged in user is in the extension optionsMohamedBassem5-37/+76
2024-03-05extension: Allow deleting and opening newly saved bookmarksMohamedBassem6-71/+148
2024-03-05extension: Use react-query and trpc in the extensionMohamedBassem10-53/+134
2024-03-05refactor: Extract trpc logic into its packageMohamedBassem36-140/+200
2024-03-05breaking: Using DATA_DIR env variable instead of DATABASE_URLMohamedBassem2-2/+11
2024-03-05fix: Drop old AI tag on link refreshMohamedBassem1-39/+52