Will Miao
836a64e728
refactor: enhance bulk metadata refresh functionality and update UI components
2025-07-26 23:45:57 +08:00
Will Miao
381bd3938a
refactor: rename 'lora-card' to 'model-card' across styles and scripts for consistency
2025-07-25 23:23:57 +08:00
Will Miao
0d9003dea4
refactor: remove legacy card components and update imports to use shared ModelCard component
2025-07-25 22:00:38 +08:00
Will Miao
a3d6e62035
refactor: centralize resetAndReload functionality in baseModelApi
2025-07-25 17:48:02 +08:00
Will Miao
eccfa0ca54
feat: Add keyboard shortcuts for bulk operations and enhance shortcut key styling
2025-07-22 19:14:36 +08:00
Will Miao
afc810f21f
feat: prevent Ctrl+A behavior when search input is focused. See #251
2025-06-24 22:12:53 +08:00
Will Miao
a615603866
Prevent Ctrl+A behavior in modals by checking for open modals before handling the key event
2025-06-18 18:43:11 +08:00
Will Miao
2221653801
Add bulk selection functionality and limit thumbnail display in BulkManager. See #229
2025-06-15 22:21:21 +08:00
Will Miao
e151a19fcf
Implement bulk operations for LoRAs: add send to workflow and bulk delete functionality with modal confirmation.
2025-06-03 07:44:52 +08:00
Will Miao
85f987d15c
feat: Centralize clipboard functionality with copyToClipboard utility across components
2025-04-22 09:33:05 +08:00
Will Miao
90f74018ae
Refactor state management to support hierarchical structure and page-specific states
...
- Introduced a new hierarchical state structure to manage global and page-specific states, enhancing organization and maintainability.
- Updated various managers and components to utilize the new state structure, ensuring consistent access to page-specific data.
- Removed the initSettings function and replaced it with initPageState for better initialization of page-specific states.
- Adjusted imports across multiple files to accommodate the new state management approach, improving code clarity.
2025-03-19 21:12:04 +08:00
Will Miao
2186b7ee26
Improve bulk mode card display handling
2025-03-07 17:34:54 +08:00
Will Miao
14aef237a9
Add interactive thumbnail strip for bulk LoRA selection
2025-03-07 15:36:07 +08:00
Will Miao
a01a336259
Implement LoRA metadata caching for bulk selection
2025-03-07 14:23:30 +08:00
Will Miao
59716ce3c3
Fix bulk multi select
2025-03-07 14:00:15 +08:00
Will Miao
0c4914909a
Add bulk operation
2025-03-07 13:15:39 +08:00