aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/dashboard/bookmarks/BookmarksGrid.tsx (unfollow)
Commit message (Expand)AuthorFilesLines
2024-03-19feature(web): Add support for demo modeMohamedBassem1-0/+1
2024-03-19Feature: Add support for uploading images and automatically inferring their t...Mohamed Bassem1-0/+4
2024-03-17feature: Implemente pagination supportMohamedBassem1-12/+35
2024-03-16ui(web): Add an editor card inline in the bookmark grid and remove the top na...MohamedBassem1-8/+17
2024-03-15ui(web): Change the text in cards to be less aggressiveMohamedBassem1-1/+1
2024-03-14lint: Lint and format the entire repo with the new configsMohamedBassem1-5/+10
2024-03-14structure: Create apps dir and copy tooling dir from t3-turbo repoMohamedBassem1-0/+0
2024-03-10refactor: Move all components to the top level directoryMohamedBassem1-0/+0
2024-03-05refactor: Extract trpc logic into its packageMohamedBassem1-1/+1
2024-03-02fix: Fix hydration in list view caused by the spinnerMohamedBassem1-7/+6
2024-03-02ui: Use a masonry library to maintain the order of the bookmark gridMohamedBassem1-4/+22
2024-03-02ui: Fix sidebar list spinnerMohamedBassem1-1/+4
2024-03-02fix: Fix missing key property in bookmark gridMohamedBassem1-1/+1
2024-02-29refactor: Use a Slot for passing classnames to children insteadMohamedBassem1-13/+13
2024-02-29fix: Remove extra row-span from LinkCardMohamedBassem1-1/+1
2024-02-29fix: Fix the look of the grid view and allowing notes to have variable sizeMohamedBassem1-2/+2
2024-02-28feature: Add support for storing and previewing raw notesMohamedBassem1-4/+16
2024-02-22fix: Minor UI tweaks and fixing addition of first bookmarkMohamedBassem1-0/+3
2024-02-22feature: Adding some loading card while the link is getting crawledMohamedBassem1-7/+0
2024-02-20ui: hydrate the react query cache in the client side componentsMohamedBassem1-3/+12
2024-02-17feature: Inital attempt at showing a skeleton card while bookmark is loadedMohamedBassem1-0/+6
2024-02-14ui: Small UI fixesMohamedBassem1-1/+1
2024-02-09[ui] Change the large bookmarks grid to have 3 cols instead of 4 and fixMohamedBassem1-1/+1
2024-02-09[ui] Adding the favourites and archive pagesMohamedBassem1-11/+5
2024-02-09[chore] Linting and formating tweakingMohamedBassem1-1/+1
2024-02-09[refactor] Extract the bookmark model to be a high level model to support oth...MohamedBassem1-0/+27