mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-21 21:22:11 -03:00
Refactor LoRA template with modular components and script updates
This commit is contained in:
9
static/js/state/index.js
Normal file
9
static/js/state/index.js
Normal file
@@ -0,0 +1,9 @@
|
||||
export const state = {
|
||||
currentPage: 1,
|
||||
isLoading: false,
|
||||
hasMore: true,
|
||||
sortBy: 'name',
|
||||
activeFolder: null,
|
||||
loadingManager: null,
|
||||
observer: null
|
||||
};
|
||||
Reference in New Issue
Block a user