| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix: Incremental polling interval for ongoing crawls | Mohamed Bassem | 2025-08-31 | 1 | -5/+2 |
| | | |||||
| * | refactor: Move bookmark utils from shared-react to shared | Mohamed Bassem | 2025-05-31 | 1 | -1/+1 |
| | | |||||
| * | chore: Rename hoarder packages to karakeep | MohamedBassem | 2025-04-12 | 1 | -2/+2 |
| | | |||||
| * | fix: Add error boundary around bookmark cards | Mohamed Bassem | 2025-03-09 | 1 | -0/+3 |
| | | |||||
| * | refactor: added the bookmark type to the database (#256) | kamtschatka | 2024-07-01 | 1 | -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 component | MohamedBassem | 2024-06-09 | 1 | -0/+59 |
