feat: add watchlist toggle to search results

This commit is contained in:
2026-06-18 20:59:29 +02:00
committed by Milas Holsting
parent bda3c58a98
commit e1ab6e714e
4 changed files with 83 additions and 15 deletions

View File

@@ -6,6 +6,7 @@ export interface CommandPaletteItem {
href: string;
image?: string;
icon?: string;
inWatchlist?: boolean;
}
export interface CommandPaletteResponse {