implement nav chrome for bookmark previewer

This commit is contained in:
2025-05-14 18:27:41 +01:00
parent c73082b9c9
commit 37cdf30159
14 changed files with 260 additions and 134 deletions

View File

@@ -11,6 +11,7 @@ interface LinkBookmark {
interface PlaceholderBookmark {
id: string
kind: "placeholder"
tags: BookmarkTag[]
}
interface BookmarkTag {