Migrate snapshot storage from IndexedDB to server-side JSON files (v2.0.0)
Some checks failed
Publish to ComfyUI Registry / Publish Custom Node to Registry (push) Has been cancelled

Snapshots are now stored as individual JSON files on the server under
data/snapshots/, making them persistent across browsers and resilient
to browser data loss. Existing IndexedDB data is auto-migrated on
first load.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-24 20:13:23 +01:00
parent 81118f4610
commit d32349bfdf
7 changed files with 373 additions and 121 deletions

1
.gitignore vendored
View File

@@ -1,2 +1,3 @@
__pycache__/
*.pyc
data/