aboutsummaryrefslogtreecommitdiffstats
path: root/packages/web/app/dashboard/bookmarks/components (follow)
Commit message (Expand)AuthorAgeFilesLines
* refactor: Move all components to the top level directoryMohamedBassem2024-03-1012-1162/+0
* fix: Show loading indicators in the bookmark preview pageMohamedBassem2024-03-052-32/+17
* refactor: Extract trpc logic into its packageMohamedBassem2024-03-058-9/+9
* feature: Preview page for the stored content of linksMohamedBassem2024-03-052-7/+13
* Fix: Correctly invalidate the bookmark cache when it's favouritedMohamedBassem2024-03-041-7/+14
* build: Fix formattingMohamedBassem2024-03-042-10/+9
* fix: Less aggressive invalidation when a bookmark is deletedMohamedBassem2024-03-041-1/+1
* fix: Fix Edit tags not populating tags when link is first addedMohamedBassem2024-03-043-18/+20
* 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: Move favourites and archive to act as a predefined listMohamedBassem2024-03-021-7/+7
* ui: Fix sidebar list spinnerMohamedBassem2024-03-021-1/+4
* fix: Fix visible scrollbars even if content is not overflowingMohamedBassem2024-03-021-1/+1
* fix: Fix missing key property in bookmark gridMohamedBassem2024-03-021-1/+1
* feature: Show a loading indicator when tags are still being fetchedMohamedBassem2024-03-023-8/+36
* feature: Add support for creating and updating listsMohamedBassem2024-03-012-0/+182
* refactor: Use a Slot for passing classnames to children insteadMohamedBassem2024-02-293-15/+15
* fix: Remove extra row-span from LinkCardMohamedBassem2024-02-292-3/+2
* fix: Delete URL on successful bookmarkMohamedBassem2024-02-291-0/+4
* fix: Fix the look of the grid view and allowing notes to have variable sizeMohamedBassem2024-02-294-9/+4
* fix: Fix phantom links in tag pillsMohamedBassem2024-02-291-11/+11
* fix: Change the colors of the tag pillMohamedBassem2024-02-291-3/+3
* fix: Open links in new tabMohamedBassem2024-02-291-2/+6
* feature: Add support for markdown in the text bookmarksMohamedBassem2024-02-284-36/+81
* fix: Fix the positioning of the favourited starMohamedBassem2024-02-281-8/+10
* feature: Add support for storing and previewing raw notesMohamedBassem2024-02-288-76/+320
* tests: Add tests for the bookmarks routesMohamedBassem2024-02-282-3/+3
* feature: Show a visual indication when an item is favouritedMohamedBassem2024-02-281-0/+8
* feature: Add copy link to bookmark optionsMohamedBassem2024-02-281-0/+12
* feature: Add support for adding/removing tagsMohamedBassem2024-02-262-49/+273
* fix: Minor UI tweaks and fixing addition of first bookmarkMohamedBassem2024-02-222-6/+4
* fix: Make typescript happyMohamedBassem2024-02-221-1/+2
* feature: Adding some loading card while the link is getting crawledMohamedBassem2024-02-223-37/+71
* ui: hydrate the react query cache in the client side componentsMohamedBassem2024-02-204-13/+23
* format: Run yarn formatMohamedBassem2024-02-182-5/+3
* feature: Inital attempt at showing a skeleton card while bookmark is loadedMohamedBassem2024-02-173-1/+14
* ui: Add bookmark card skeletonMohamedBassem2024-02-171-0/+32
* ui: Change action buttons to show a spinner when the request is loadingMohamedBassem2024-02-171-3/+3
* Migrating to react query for client side queriesMohamedBassem2024-02-162-59/+59
* ui: Usage images for link cardsMohamedBassem2024-02-151-25/+43
* feature: Add ability to refresh bookmark detailsMohamedBassem2024-02-141-1/+24
* ui: Small UI fixesMohamedBassem2024-02-141-1/+1
* feature: Implement a usable but ugly all tags and a single tag pageMohamedBassem2024-02-132-18/+16
* refactor: Migrating to trpc instead of next's route handersMohamedBassem2024-02-113-27/+37
* [ui] Change the large bookmarks grid to have 3 cols instead of 4 and fixMohamedBassem2024-02-092-3/+2
* [feature] Add the ability to favourite and archive bookmarksMohamedBassem2024-02-092-52/+87
* [ui] Adding the favourites and archive pagesMohamedBassem2024-02-092-11/+43
* [chore] Linting and formating tweakingMohamedBassem2024-02-093-6/+6
* [refactor] Extract the bookmark model to be a high level model to support oth...MohamedBassem2024-02-093-28/+35
* Migrating away from bun to yarnMohamedBassem2024-02-081-1/+5