Will Miao
3250fa89cb
feat(selection): implement marquee selection for bulk operations
2025-09-05 11:24:48 +08:00
Will Miao
7475de366b
feat(context-menu): enhance bulk workflow options with append and replace actions
2025-09-05 11:24:48 +08:00
Will Miao
fb2b69b787
feat(tags): refactor preset tags to constants for better maintainability
2025-09-05 09:27:45 +08:00
Will Miao
1d31dae110
feat(tags): implement bulk tag addition and replacement functionality
2025-09-05 07:18:24 +08:00
Will Miao
4eb67cf6da
feat(bulk-tags): add bulk tag management modal and context menu integration
2025-09-04 22:08:55 +08:00
Will Miao
9bebcc9a4b
feat(bulk): implement bulk context menu for model operations and remove bulk operations panel
2025-09-04 15:24:54 +08:00
Will Miao
e60a579b85
feat(localization): enhance toast messages for API actions and model management with i18n support
...
refactor(localization): update toast messages in various components and managers for better user feedback
2025-08-31 12:25:08 +08:00
Will Miao
be8edafed0
feat(localization): enhance toast messages for better user feedback and localization support
2025-08-31 11:51:28 +08:00
Will Miao
b2c4efab45
refactor(i18n): streamline i18n initialization and update translation methods
2025-08-31 09:03:06 +08:00
Will Miao
f82908221c
Implement internationalization (i18n) system for LoRA Manager
...
- Added i18n support with automatic language detection based on browser settings.
- Implemented translations for English (en) and Simplified Chinese (zh-CN).
- Created utility functions for text replacement in HTML templates and JavaScript.
- Developed a comprehensive translation key structure for various application components.
- Added formatting functions for numbers, dates, and file sizes according to locale.
- Included RTL language support and dynamic updates for DOM elements.
- Created tests to verify the functionality of the i18n system.
2025-08-29 21:32:48 +08:00
Will Miao
25139ca922
feat: enhance bulk operations panel styling and update downloadExampleImages method to accept optional modelTypes parameter
2025-08-15 15:58:33 +08:00
Will Miao
7abfc49e08
feat: implement bulk operations for model management including delete, move, and refresh functionalities
2025-08-05 11:23:20 +08:00
Will Miao
342a722991
feat: refactor model API structure to support specific model types with dedicated API clients for Checkpoints, LoRAs, and Embeddings
...
refactor: consolidate model API client creation into a factory function for better maintainability
feat: implement move operations for LoRAs and handle unsupported operations for Checkpoints and Embeddings
2025-08-04 19:37:53 +08:00
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