aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/dashboard/bookmarks/BookmarkOptions.tsx (unfollow)
Commit message (Expand)AuthorFilesLines
2024-03-19feature(web): Add support for demo modeMohamedBassem1-0/+7
2024-03-14lint: Lint and format the entire repo with the new configsMohamedBassem1-6/+8
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-04Fix: Correctly invalidate the bookmark cache when it's favouritedMohamedBassem1-7/+14
2024-03-04build: Fix formattingMohamedBassem1-5/+6
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 addedMohamedBassem1-2/+2
2024-03-01feature: Add support for creating and updating listsMohamedBassem1-0/+11
2024-02-28feature: Add support for markdown in the text bookmarksMohamedBassem1-1/+1
2024-02-28feature: Add support for storing and previewing raw notesMohamedBassem1-21/+47
2024-02-28feature: Add copy link to bookmark optionsMohamedBassem1-0/+12
2024-02-26feature: Add support for adding/removing tagsMohamedBassem1-49/+66
2024-02-20ui: hydrate the react query cache in the client side componentsMohamedBassem1-4/+4
2024-02-16Migrating to react query for client side queriesMohamedBassem1-48/+44
2024-02-14feature: Add ability to refresh bookmark detailsMohamedBassem1-1/+24
2024-02-11refactor: Migrating to trpc instead of next's route handersMohamedBassem1-16/+24
2024-02-09[feature] Add the ability to favourite and archive bookmarksMohamedBassem1-0/+84