aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/dashboard/bookmarks/BookmarkOptions.tsx (unfollow)
Commit message (Expand)AuthorFilesLines
2024-12-31feat: Add delete bookmark confirmation dialog. Fixes #776 (#787)Nicole Li1-12/+9
2024-11-17feature: Add i18n support. Fixes #57 (#635)Mohamed Bassem1-17/+26
2024-09-30feature(web): Add ability to manually trigger full page archives. Fixes #398 ...kamtschatka1-0/+25
2024-07-01refactor: added the bookmark type to the database (#256)kamtschatka1-3/+4
2024-04-23feature(web): Change the AddList modal to allow adding and removing bookmarks...MohamedBassem1-6/+6
2024-04-18refactor: Move the shared types to the shared packageMohamedBassem1-1/+4
2024-04-09feature(web): Allow uploading directly into lists/tags. Fixes #69MohamedBassem1-3/+3
2024-04-07feature: Extract hook logic into separate package and add a new action bar in...MohamedBassem1-32/+20
2024-03-27fix: Refresh the search cache when a bookmark is deleted. Fixes #26MohamedBassem1-0/+5
2024-03-26fix: Allow setting demo mode creds when demo mode is enabledMohamedBassem1-1/+1
2024-03-20feature(web): Add support for removing items from listsMohamedBassem1-1/+30
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