aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/dashboard/bookmarks/BookmarkCard.tsx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix: Incremental polling interval for ongoing crawlsMohamed Bassem2025-08-311-5/+2
|
* refactor: Move bookmark utils from shared-react to sharedMohamed Bassem2025-05-311-1/+1
|
* chore: Rename hoarder packages to karakeepMohamedBassem2025-04-121-2/+2
|
* fix: Add error boundary around bookmark cardsMohamed Bassem2025-03-091-0/+3
|
* refactor: added the bookmark type to the database (#256)kamtschatka2024-07-011-4/+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>
* refactor: Extract the bookmark polling logic into a separate shared componentMohamedBassem2024-06-091-0/+59