Will Miao
e97648c70b
feat(import): add import-only option for recipes without downloading missing LoRAs
...
Add dual-button design in recipe import flow:
- Details step: [Import Recipe Only] [Import & Download]
- Location step: [Back] [Import & Download] (removed redundant Import Only)
Changes:
- templates/components/import_modal.html: Add secondary button for import-only
- static/js/managers/ImportManager.js: Add saveRecipeOnlyFromDetails() method
- static/js/managers/import/RecipeDataManager.js: Update button state management
- static/js/managers/import/DownloadManager.js: Support skipDownload flag
- locales/*.json: Complete all translation TODOs
Closes #868
2026-03-25 11:56:34 +08:00
Will Miao
7caca0163e
feat: Add support for remote video analysis and preview for recipe imports. see #420
2025-12-21 21:42:28 +08:00
Will Miao
92341111ad
feat(localization): enhance import modal and related components with new labels, descriptions, and error messages for improved user experience
2025-08-31 22:41:35 +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
e33da50278
refactor: update duplicate recipe management; simplify UI and remove deprecated functions
2025-05-08 18:33:19 +08:00
Will Miao
4034eb3221
feat: implement duplicate recipe detection and management; add UI for marking duplicates for deletion
2025-05-08 17:29:58 +08:00
Will Miao
23fa2995c8
refactor(import): Implement DownloadManager, FolderBrowser, ImageProcessor, and RecipeDataManager for enhanced recipe import functionality
...
- Added DownloadManager to handle saving recipes and downloading missing LoRAs.
- Introduced FolderBrowser for selecting LoRA root directories and managing folder navigation.
- Created ImageProcessor for handling image uploads and URL inputs for recipe analysis.
- Developed RecipeDataManager to manage recipe details, including metadata and LoRA information.
- Implemented ImportStepManager to control the flow of the import process and manage UI steps.
- Added utility function for formatting file sizes for better user experience.
2025-05-08 15:41:13 +08:00