implement edit bookmark dialog

This commit is contained in:
2025-05-25 15:40:16 +01:00
parent 255acfcb32
commit 6afb5dee9a
22 changed files with 630 additions and 127 deletions

View File

@@ -3,6 +3,7 @@
"module": "src/index.ts",
"type": "module",
"exports": {
".": "./src/index.ts",
"./bookmark": "./src/bookmark.ts",
"./user": "./src/user.ts"
},