Commit Graph

12 Commits

Author SHA1 Message Date
Will Miao
d1e21fa345 feat: Implement context menus for checkpoints and recipes, including metadata refresh and NSFW level management 2025-04-14 15:37:36 +08:00
Will Miao
10a4fe04d1 refactor: Update API endpoint for saving model metadata to use consistent route structure 2025-04-12 09:03:34 +08:00
Will Miao
19ef73a07f Refactor storage handling across application
- Introduced a new storageHelpers module to centralize localStorage interactions, improving code maintainability and readability.
- Updated various components and managers to utilize the new storageHelpers functions for setting, getting, and removing items from localStorage.
- Added migration logic to handle localStorage items during application initialization, ensuring compatibility with the new storage structure.
- Enhanced logging during application initialization for better debugging.
2025-03-22 05:32:18 +08:00
Will Miao
e992ace11c Add NSFW browse control functionality - Done 2025-03-12 22:21:30 +08:00
Will Miao
3f3710879d update 2025-02-21 22:13:48 +08:00
Will Miao
9ce38e7db3 Add lora loader node 2025-02-20 22:37:40 +08:00
Will Miao
dac07308c3 Refactor Lora cache update logic and enhance context menu item handling 2025-02-18 20:55:31 +08:00
Will Miao
80b860e98a Add refresh metadata functionality to context menu and improve item state handling 2025-02-18 20:08:36 +08:00
Will Miao
52b01d1bce Implement move to folder 2025-02-18 19:01:02 +08:00
Will Miao
6181a1c714 Update context menu actions to use icon buttons for improved accessibility 2025-02-18 00:15:02 +08:00
Will Miao
89026db8c3 Fix menu position 2025-02-18 00:06:06 +08:00
Will Miao
31c1139b32 Add context menu checkpoint 2025-02-18 00:02:12 +08:00