aboutsummaryrefslogtreecommitdiffstats
path: root/apps/browser-extension/src/SavePage.tsx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat(extension): add current tab title while saving from extension (#1930)Abel2025-09-131-0/+1
| | | Co-authored-by: Yabo Liu (ext.) <yabo.liu@partner.bmw.com>
* chore: Rename hoarder packages to karakeepMohamedBassem2025-04-121-1/+1
|
* [extension] Add context menu item in the browser extension. Fixes #155 (#278)kamtschatka2024-08-181-15/+35
| | | | | | | | | | | | * Add context menu item in the browser extension #155 Added a context menu entry to add links directly to hoarder * Formalize protocol between extension and service worker, add support for text/images beside links * fix build --------- Co-authored-by: MohamedBassem <me@mbassem.com>
* refactor: added the bookmark type to the database (#256)kamtschatka2024-07-011-1/+2
| | | | | | | | | | | | | | | | | * 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>
* format: Add missing lint and format, and format the entire repoMohamedBassem2024-03-301-1/+2
|
* structure: Create apps dir and copy tooling dir from t3-turbo repoMohamedBassem2024-03-141-0/+60