aboutsummaryrefslogtreecommitdiffstats
path: root/packages/web/app/dashboard/bookmarks/components (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-03-10refactor: Move all components to the top level directoryMohamedBassem12-1162/+0
2024-03-05fix: Show loading indicators in the bookmark preview pageMohamedBassem2-32/+17
2024-03-05refactor: Extract trpc logic into its packageMohamedBassem8-9/+9
2024-03-05feature: Preview page for the stored content of linksMohamedBassem2-7/+13
2024-03-04Fix: Correctly invalidate the bookmark cache when it's favouritedMohamedBassem1-7/+14
2024-03-04build: Fix formattingMohamedBassem2-10/+9
2024-03-04fix: Less aggressive invalidation when a bookmark is deletedMohamedBassem1-1/+1
2024-03-04fix: Fix Edit tags not populating tags when link is first addedMohamedBassem3-18/+20
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: Move favourites and archive to act as a predefined listMohamedBassem1-7/+7
2024-03-02ui: Fix sidebar list spinnerMohamedBassem1-1/+4
2024-03-02fix: Fix visible scrollbars even if content is not overflowingMohamedBassem1-1/+1
2024-03-02fix: Fix missing key property in bookmark gridMohamedBassem1-1/+1
2024-03-02feature: Show a loading indicator when tags are still being fetchedMohamedBassem3-8/+36
2024-03-01feature: Add support for creating and updating listsMohamedBassem2-0/+182
2024-02-29refactor: Use a Slot for passing classnames to children insteadMohamedBassem3-15/+15
2024-02-29fix: Remove extra row-span from LinkCardMohamedBassem2-3/+2
2024-02-29fix: Delete URL on successful bookmarkMohamedBassem1-0/+4
2024-02-29fix: Fix the look of the grid view and allowing notes to have variable sizeMohamedBassem4-9/+4
2024-02-29fix: Fix phantom links in tag pillsMohamedBassem1-11/+11
2024-02-29fix: Change the colors of the tag pillMohamedBassem1-3/+3
2024-02-29fix: Open links in new tabMohamedBassem1-2/+6
2024-02-28feature: Add support for markdown in the text bookmarksMohamedBassem4-36/+81
2024-02-28fix: Fix the positioning of the favourited starMohamedBassem1-8/+10
2024-02-28feature: Add support for storing and previewing raw notesMohamedBassem8-76/+320
2024-02-28tests: Add tests for the bookmarks routesMohamedBassem2-3/+3
2024-02-28feature: Show a visual indication when an item is favouritedMohamedBassem1-0/+8
2024-02-28feature: Add copy link to bookmark optionsMohamedBassem1-0/+12
2024-02-26feature: Add support for adding/removing tagsMohamedBassem2-49/+273
2024-02-22fix: Minor UI tweaks and fixing addition of first bookmarkMohamedBassem2-6/+4
2024-02-22fix: Make typescript happyMohamedBassem1-1/+2
2024-02-22feature: Adding some loading card while the link is getting crawledMohamedBassem3-37/+71
2024-02-20ui: hydrate the react query cache in the client side componentsMohamedBassem4-13/+23
2024-02-18format: Run yarn formatMohamedBassem2-5/+3
2024-02-17feature: Inital attempt at showing a skeleton card while bookmark is loadedMohamedBassem3-1/+14
2024-02-17ui: Add bookmark card skeletonMohamedBassem1-0/+32
2024-02-17ui: Change action buttons to show a spinner when the request is loadingMohamedBassem1-3/+3
2024-02-16Migrating to react query for client side queriesMohamedBassem2-59/+59
2024-02-15ui: Usage images for link cardsMohamedBassem1-25/+43
2024-02-14feature: Add ability to refresh bookmark detailsMohamedBassem1-1/+24
2024-02-14ui: Small UI fixesMohamedBassem1-1/+1
2024-02-13feature: Implement a usable but ugly all tags and a single tag pageMohamedBassem2-18/+16
2024-02-11refactor: Migrating to trpc instead of next's route handersMohamedBassem3-27/+37
2024-02-09[ui] Change the large bookmarks grid to have 3 cols instead of 4 and fixMohamedBassem2-3/+2
hover coloring
2024-02-09[feature] Add the ability to favourite and archive bookmarksMohamedBassem2-52/+87
2024-02-09[ui] Adding the favourites and archive pagesMohamedBassem2-11/+43
2024-02-09[chore] Linting and formating tweakingMohamedBassem3-6/+6
2024-02-09[refactor] Extract the bookmark model to be a high level model to support ↵MohamedBassem3-28/+35
other type of bookmarks
2024-02-08Migrating away from bun to yarnMohamedBassem1-1/+5