aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/dashboard/bookmarks/BookmarkOptions.tsx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feature(web): Add ability to manually trigger full page archives. Fixes #398 ↵kamtschatka2024-09-301-0/+25
| | | | | | | | | | | | | (#418) * [Feature Request] Ability to select what to "crawl full page archive" #398 Added the ability to start a full page crawl for links and also in bulk operations added the ability to refresh links as a bulk operation as well * minor icon and wording changes --------- Co-authored-by: MohamedBassem <me@mbassem.com>
* refactor: added the bookmark type to the database (#256)kamtschatka2024-07-011-3/+4
| | | | | | | | | | | | | | | | | * refactoring asset types Extracted out functions to silently delete assets and to update them after crawling Generalized the mapping of assets to bookmark fields to make extending them easier * Added the bookmark type to the database Introduced an enum to have better type safety cleaned up the code and based some code on the type directly * add BookmarkType.UNKNWON * lint and remove unused function --------- Co-authored-by: MohamedBassem <me@mbassem.com>
* feature(web): Change the AddList modal to allow adding and removing ↵MohamedBassem2024-04-231-6/+6
| | | | bookmarks from lists
* refactor: Move the shared types to the shared packageMohamedBassem2024-04-181-1/+4
|
* feature(web): Allow uploading directly into lists/tags. Fixes #69MohamedBassem2024-04-091-3/+3
|
* feature: Extract hook logic into separate package and add a new action bar ↵MohamedBassem2024-04-071-32/+20
| | | | in bookmark preview
* fix: Refresh the search cache when a bookmark is deleted. Fixes #26MohamedBassem2024-03-271-0/+5
|
* fix: Allow setting demo mode creds when demo mode is enabledMohamedBassem2024-03-261-1/+1
|
* feature(web): Add support for removing items from listsMohamedBassem2024-03-201-1/+30
|
* feature(web): Add support for demo modeMohamedBassem2024-03-191-0/+7
|
* lint: Lint and format the entire repo with the new configsMohamedBassem2024-03-141-6/+8
|
* structure: Create apps dir and copy tooling dir from t3-turbo repoMohamedBassem2024-03-141-0/+185