Implement preview version tracking for LoRA cards

This commit is contained in:
Will Miao
2025-02-04 16:19:28 +08:00
parent 9489a1989a
commit 44306e3a8e
4 changed files with 18 additions and 37 deletions

View File

@@ -5,5 +5,6 @@ export const state = {
sortBy: 'name',
activeFolder: null,
loadingManager: null,
observer: null
observer: null,
previewVersions: new Map()
};