implement bookmark search

This commit is contained in:
2025-05-29 00:11:17 +01:00
parent 347451dbbc
commit d5a3266870
16 changed files with 425 additions and 119 deletions

View File

@@ -3,4 +3,6 @@ interface Tag {
name: string
}
export type { Tag }
type TagId = Tag["id"]
export type { Tag, TagId }