Will Miao
95e5bc26d1
feat: Add bulk download missing LoRAs feature for recipes
...
- Add BulkMissingLoraDownloadManager.js for handling bulk LoRA downloads
- Add context menu item to bulk mode for downloading missing LoRAs
- Add confirmation modal with deduplicated LoRA list preview
- Implement sequential downloading with WebSocket progress updates
- Fix CSS class naming conflicts to avoid import-modal.css collision
- Update translations for 9 languages (en, zh-CN, zh-TW, ja, ko, ru, de, fr, es, he)
- Style modal without internal scrolling for better UX
2026-03-26 17:46:53 +08:00
Will Miao
bdb4422cbc
feat(ui): adjust modal header width and enhance close button z-index, fixes #729
...
- Decrease modal header width from 85% to 84% for better visual alignment
- Add z-index: 10 to close button to ensure it remains above other modal elements
2025-12-17 10:34:04 +08:00
Will Miao
83f379df33
feat(modal): add scrollbar-gutter to prevent layout shift
2025-12-05 22:27:42 +08:00
Will Miao
5093c30c06
feat: add video support to model version delete preview
...
- Extend CSS to style video elements in delete previews
- Add video rendering logic for model version previews
- Use consistent placeholder image for missing previews
- Maintain existing image preview functionality while adding video support
This allows users to see video previews when deleting model versions, improving the user experience for video-based models.
2025-11-19 22:42:58 +08:00
Will Miao
1b958d0a5d
feat(modal): use CSS variables for header height and improve recipe modal layout
2025-10-06 16:28:56 +08:00
Will Miao
1ea468cfc4
feat(metadata): enhance metadata archive management with download progress and status updates
2025-09-09 15:24:28 +08:00
Will Miao
1d31dae110
feat(tags): implement bulk tag addition and replacement functionality
2025-09-05 07:18:24 +08:00
Will Miao
331ad8f644
feat: Update showToast function to support options object and improve notification handling
...
fix: Adjust modal max-height for better responsiveness
2025-08-22 08:18:43 +08:00
Will Miao
03b6f4b378
refactor: Clean up and optimize import modal and related components, removing unused styles and improving path selection functionality
2025-08-20 23:12:38 +08:00
Will Miao
e587189880
Refactor modal.css into modular components
2025-07-25 16:36:07 +08:00