fix preview

This commit is contained in:
Julian Freeman
2026-01-18 23:45:11 -04:00
parent 0c5824d85c
commit 0c307c319a
4 changed files with 123 additions and 48 deletions

View File

@@ -4,7 +4,7 @@ import { invoke } from "@tauri-apps/api/core";
export interface ImageItem {
path: string;
thumbnail?: string;
thumbnail: string; // Now mandatory from backend
name: string;
width?: number;
height?: number;