aboutsummaryrefslogtreecommitdiffstats
path: root/packages/web/app/dashboard/bookmarks/components/BookmarkOptions.tsx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor: Move all components to the top level directoryMohamedBassem2024-03-101-185/+0
|
* refactor: Extract trpc logic into its packageMohamedBassem2024-03-051-1/+1
|
* Fix: Correctly invalidate the bookmark cache when it's favouritedMohamedBassem2024-03-041-7/+14
|
* build: Fix formattingMohamedBassem2024-03-041-5/+6
|
* 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-041-2/+2
|
* feature: Add support for creating and updating listsMohamedBassem2024-03-011-0/+11
|
* feature: Add support for markdown in the text bookmarksMohamedBassem2024-02-281-1/+1
|
* feature: Add support for storing and previewing raw notesMohamedBassem2024-02-281-21/+47
|
* feature: Add copy link to bookmark optionsMohamedBassem2024-02-281-0/+12
|
* feature: Add support for adding/removing tagsMohamedBassem2024-02-261-49/+66
|
* ui: hydrate the react query cache in the client side componentsMohamedBassem2024-02-201-4/+4
|
* Migrating to react query for client side queriesMohamedBassem2024-02-161-48/+44
|
* feature: Add ability to refresh bookmark detailsMohamedBassem2024-02-141-1/+24
|
* refactor: Migrating to trpc instead of next's route handersMohamedBassem2024-02-111-16/+24
|
* [feature] Add the ability to favourite and archive bookmarksMohamedBassem2024-02-091-0/+84