Skip to content

Move thumbnail storage from DB text blobs to file-based cache #30

@clFaster

Description

@clFaster

Goal

Move thumbnail storage from DB text blobs to file-based cache

Type

Technical

Effort

M

Impact

Medium

Evidence

Thumbnail is currently stored as TEXT in DB schema (thumbnail TEXT) in src-tauri/src/db.rs and written often from src/components/ExcalidrawFrame.tsx

First Implementation Step

Store thumbnails in app-data files and keep only relative path/hash in DB

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions