aboutsummaryrefslogtreecommitdiffstats
path: root/packages (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Mohamed Bassem2024-03-199-29/+2130
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tags (#2) * feature: Experimental support for asset uploads * feature(web): Add new bookmark type asset * feature: Add support for automatically tagging images * fix: Add support for image assets in preview page * use next Image for fetching the images * Fix auth and error codes in the route handlers * Add support for image uploads on mobile * Fix typing of upload requests * Remove the ugly dragging box * Bump mobile version to 1.3 * Change the editor card placeholder to mention uploading images * Fix a typo * Change ios icon for photo library * Silence typescript error
* 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
| | | | auto create
* 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
|
* fix: Trim whitespaces from submitted URLsMohamedBassem2024-03-101-1/+1
|
* build: Fix the web buildMohamedBassem2024-03-054-10/+8
|
* fix: Show loading indicators in the bookmark preview pageMohamedBassem2024-03-055-84/+142
|
* extension: Fix the infinite loading of the options pageMohamedBassem2024-03-053-12/+14
|