aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/dashboard/bookmarks/BookmarksGrid.tsx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feature(web): Add infinite scrolling supportMohamedBassem2024-09-281-0/+9
|
* feature(web): Add a select all button to bulk actionsMohamedBassem2024-09-271-1/+10
|
* feature(web): Add a compact layout. Fixes #379MohamedBassem2024-09-151-0/+1
|
* refactor: Extract the bookmark polling logic into a separate shared componentMohamedBassem2024-06-091-25/+9
|
* refactor: Move the shared types to the shared packageMohamedBassem2024-04-181-1/+1
|
* feature(web): Allow changing the bookmark grid layout (#98)Mohamed Bassem2024-04-141-11/+33
|
* feature(web): Allow uploading directly into lists/tags. Fixes #69MohamedBassem2024-04-091-11/+10
|
* feature(web): Add dark mode supportMohamedBassem2024-03-231-1/+1
|
* fix(web): Greatly improve the search feeling by removing the flickerMohamedBassem2024-03-201-22/+9
|
* fix(web): Show editor card when there are no bookmarksMohamedBassem2024-03-191-1/+1
|
* feature(web): Add support for demo modeMohamedBassem2024-03-191-0/+1
|
* Feature: Add support for uploading images and automatically inferring their ↵Mohamed Bassem2024-03-191-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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: Implemente pagination supportMohamedBassem2024-03-171-12/+35
|
* ui(web): Add an editor card inline in the bookmark grid and remove the top ↵MohamedBassem2024-03-161-8/+17
| | | | nav buttons
* ui(web): Change the text in cards to be less aggressiveMohamedBassem2024-03-151-1/+1
|
* lint: Lint and format the entire repo with the new configsMohamedBassem2024-03-141-5/+10
|
* structure: Create apps dir and copy tooling dir from t3-turbo repoMohamedBassem2024-03-141-0/+64