aboutsummaryrefslogtreecommitdiffstats
path: root/packages/web/app/dashboard/bookmarks/components/BookmarksGrid.tsx (follow)
Commit message (Expand)AuthorAgeFilesLines
* refactor: Move all components to the top level directoryMohamedBassem2024-03-101-64/+0
* refactor: Extract trpc logic into its packageMohamedBassem2024-03-051-1/+1
* fix: Fix hydration in list view caused by the spinnerMohamedBassem2024-03-021-7/+6
* ui: Use a masonry library to maintain the order of the bookmark gridMohamedBassem2024-03-021-4/+22
* ui: Fix sidebar list spinnerMohamedBassem2024-03-021-1/+4
* fix: Fix missing key property in bookmark gridMohamedBassem2024-03-021-1/+1
* refactor: Use a Slot for passing classnames to children insteadMohamedBassem2024-02-291-13/+13
* fix: Remove extra row-span from LinkCardMohamedBassem2024-02-291-1/+1
* fix: Fix the look of the grid view and allowing notes to have variable sizeMohamedBassem2024-02-291-2/+2
* feature: Add support for storing and previewing raw notesMohamedBassem2024-02-281-4/+16
* fix: Minor UI tweaks and fixing addition of first bookmarkMohamedBassem2024-02-221-0/+3
* feature: Adding some loading card while the link is getting crawledMohamedBassem2024-02-221-7/+0
* ui: hydrate the react query cache in the client side componentsMohamedBassem2024-02-201-3/+12
* feature: Inital attempt at showing a skeleton card while bookmark is loadedMohamedBassem2024-02-171-0/+6
* ui: Small UI fixesMohamedBassem2024-02-141-1/+1
* [ui] Change the large bookmarks grid to have 3 cols instead of 4 and fixMohamedBassem2024-02-091-1/+1
* [ui] Adding the favourites and archive pagesMohamedBassem2024-02-091-11/+5
* [chore] Linting and formating tweakingMohamedBassem2024-02-091-1/+1
* [refactor] Extract the bookmark model to be a high level model to support oth...MohamedBassem2024-02-091-0/+27