Will Miao
2a67cec16b
fix(sidebar): update tree selection logic and improve breadcrumb and header state handling
2025-09-02 18:19:01 +08:00
Will Miao
1800afe31b
feat(sidebar): implement display mode toggle and update sidebar actions for improved navigation. See #389
2025-09-02 17:42:21 +08:00
Will Miao
91801dff85
feat(localization): add new workflow-related messages for LoRA and recipe actions in multiple languages
2025-09-02 11:50:20 +08:00
Will Miao
be594133f0
feat(localization): update app title from "oRA Manager" to "LoRA Manager" across all locale files
2025-09-02 10:29:29 +08:00
Will Miao
8a538d117e
feat(localization): simplify language selection labels and update app title across all locale files
2025-09-02 10:11:55 +08:00
Will Miao
8d9118cbee
feat(localization): update control labels and actions for improved clarity in multiple languages
2025-09-01 22:00:19 +08:00
Will Miao
b67464ea13
feat(trigger-word-toggle): update existing tags' active state based on default_active widget value
2025-09-01 20:55:50 +08:00
Will Miao
33334da0bb
feat(i18n): add structural consistency tests for locale files and enhance existing tests
2025-09-01 19:29:50 +08:00
Will Miao
1134466cc0
feat(i18n): complete locale files for all languages
2025-09-01 08:48:34 +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
4956d6781f
feat(localization): enhance download modal with new labels and error messages for improved user experience
2025-08-31 22:06:59 +08:00
Will Miao
63562240c4
feat(localization): enhance English and Chinese translations for update notifications and support modal
2025-08-31 21:54:54 +08:00
Will Miao
84d801cf14
feat(localization): enhance settings modal with new sections and translations for improved user experience
2025-08-31 21:27:59 +08:00
Will Miao
b56fe4ca68
Implement code changes to enhance functionality and improve performance
2025-08-31 20:55:08 +08:00
Will Miao
6c83c65e02
feat(localization): add custom filter message and update toast keys for recipe actions
2025-08-31 20:32:37 +08:00
Will Miao
a83f020fcc
feat(localization): add file size labels and enhance search placeholders in UI components
2025-08-31 20:26:13 +08:00
Will Miao
7f9a3bf272
feat(i18n): enhance translation key extraction to optionally include container nodes
2025-08-31 19:01:23 +08:00
Will Miao
f80e266d02
feat(localization): update toast messages for consistency and improved error handling across various components
2025-08-31 18:38:42 +08:00
Will Miao
7bef562541
feat(localization): update toast messages for improved user feedback and localization support across various components
2025-08-31 16:52:58 +08:00
Will Miao
b2428f607c
feat(localization): add trigger words functionality with localization support for UI elements and messages
2025-08-31 15:13:12 +08:00
Will Miao
8303196b57
feat(localization): enhance toast messages for context menu actions, model tags, and download management with improved error handling and user feedback
2025-08-31 14:27:33 +08:00
Will Miao
987b8c8742
feat(localization): enhance toast messages for recipes and example images with improved error handling and success feedback
2025-08-31 13:51:37 +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
a258a18fa4
refactor(preload): remove unnecessary preload blocks from multiple templates
2025-08-31 11:28:49 +08:00
Will Miao
59010ca431
Refactor localization handling and improve i18n support across the application
...
- Replaced `safeTranslate` with `translate` in various components for consistent translation handling.
- Updated Chinese (Simplified and Traditional) localization files to include new keys and improved translations for model card actions, metadata, and usage tips.
- Enhanced the ModelCard, ModelDescription, ModelMetadata, ModelModal, and ModelTags components to utilize the new translation functions.
- Improved user feedback messages for actions like copying to clipboard, saving notes, and updating tags with localized strings.
- Ensured all UI elements reflect the correct translations based on the user's language preference.
2025-08-31 11:19:06 +08:00
Will Miao
75f3764e6c
refactor(i18n): optimize safeTranslate usage by removing unnecessary await calls
2025-08-31 10:32:15 +08:00
Will Miao
867ffd1163
feat(localization): add model description translations and enhance UI text across multiple languages
2025-08-31 10:12:54 +08:00
Will Miao
6acccbbb94
fix(localization): update language labels to use English and native scripts for consistency
2025-08-31 09:16:26 +08:00
Will Miao
b2c4efab45
refactor(i18n): streamline i18n initialization and update translation methods
2025-08-31 09:03:06 +08:00
Will Miao
408a435b71
Add copilot instructions to enforce English for comments
2025-08-31 09:02:51 +08:00
Will Miao
36d3cd93d5
Enhance localization and UI for model management features
...
- Added new localization keys for usage statistics, collection analysis, storage efficiency, and insights in English and Chinese.
- Updated modal templates to utilize localization for delete, exclude, and bulk delete confirmations.
- Improved download modal with localized labels and placeholders.
- Enhanced example access modal with localized titles and descriptions.
- Updated help modal to include localized content for update vlogs and documentation sections.
- Refactored move modal to use localization for labels and buttons.
- Implemented localization in relink Civitai modal for warnings and help text.
- Updated update modal to reflect localized text for actions and progress messages.
- Enhanced statistics template with localized titles for charts and lists.
2025-08-30 23:20:13 +08:00
Will Miao
b36fea002e
Add localization support for new features and update existing translations
...
- Added "unknown" status to model states in English and Chinese locales.
- Introduced new actions for checking updates and support in both locales.
- Added settings for Civitai API key with help text in both locales.
- Updated context menus and control components to use localized strings.
- Enhanced help and support modals with localization.
- Updated update modal to reflect current and new version information in localized format.
- Refactored various templates to utilize the translation function for better internationalization.
2025-08-30 22:32:44 +08:00
Will Miao
52acbd954a
Add Chinese (Simplified and Traditional) localization files and implement i18n tests
...
- Created zh-CN.json and zh-TW.json for Simplified and Traditional Chinese translations respectively.
- Added comprehensive test suite in test_i18n.py to validate JSON structure, server-side i18n functionality, and translation completeness across multiple languages.
2025-08-30 21:41:48 +08:00
Will Miao
f6709a55c3
refactor(i18n): Remove server_i18n references from routes and update translations in zh-CN and zh-TW locales
2025-08-30 19:02:37 +08:00
Will Miao
7b374d747b
cleanup
2025-08-30 18:44:33 +08:00
Will Miao
fd480a9360
refactor(i18n): Remove language setting endpoints and related logic from MiscRoutes
2025-08-30 17:48:32 +08:00
Will Miao
ec8b228867
fix(statistics): Add margin-top to metrics grid for improved spacing
2025-08-30 17:30:49 +08:00
Will Miao
401200050b
feat(i18n): Enhance internationalization support by updating storage retrieval and translation handling
2025-08-30 17:29:04 +08:00
Will Miao
29160bd6e5
feat(i18n): Implement server-side internationalization support
...
- Added ServerI18nManager to handle translations and locale settings on the server.
- Integrated server-side translations into templates, reducing language flashing on initial load.
- Created API endpoints for setting and getting user language preferences.
- Enhanced client-side i18n handling to work seamlessly with server-rendered content.
- Updated various templates to utilize the new translation system.
- Added mixed i18n handler to coordinate server and client translations, improving user experience.
- Expanded translation files to include initialization messages for various components.
2025-08-30 16:56:56 +08:00
Will Miao
3c9e402bc0
Add Korean, Russian, and Traditional Chinese translations for LoRA Manager
2025-08-30 11:32:39 +08:00
Will Miao
ff4d0f0208
feat: Update Simplified Chinese translations for LoRA Manager to improve clarity and consistency
2025-08-29 21:32:48 +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
4246908f2e
feat: Add updateContainerMargin method and integrate it into sidebar state management for improved layout handling
2025-08-29 21:28:19 +08:00
Will Miao
f64597afd2
feat: Update restoreSelectedFolder to ensure activeFolder is a string before assignment and reset selectedPath if not
2025-08-29 17:46:43 +08:00
Will Miao
975ff2672d
feat: Add new Flux model 'FLUX_1_KREA' and update Video Models list for enhanced model support
2025-08-28 16:24:01 +08:00
Will Miao
e90ba31784
feat: Update filter_civitai_data to include 'id' and 'modelId' fields for improved data retrieval
2025-08-28 15:21:04 +08:00
Will Miao
a4074c93bc
feat: Improve folder filtering logic to ensure exact matches and handle root folder case
2025-08-28 05:33:53 +08:00
Will Miao
7a8b7598c7
feat: Enhance deepMerge function to only update existing keys in target for improved merging logic
2025-08-27 20:42:57 +08:00
Will Miao
cd0d832f14
feat: Refactor showModelModal to fetch complete metadata and update related functions for improved data handling
2025-08-27 19:42:34 +08:00
Will Miao
5b0becaaf2
feat: Implement model description retrieval and update related API endpoints
2025-08-27 18:22:56 +08:00
Will Miao
9817bac2fe
feat: Add metadata endpoint and implement model metadata retrieval functionality
2025-08-27 17:44:29 +08:00
Will Miao
f6bd48cfcd
feat: Update box-shadow for header and adjust controls styling for improved layout
2025-08-27 15:43:44 +08:00
Will Miao
01843b8f2b
feat: Update media query breakpoints from 2000px to 2150px for improved responsiveness across components
2025-08-27 09:54:08 +08:00
Will Miao
94ed81de5e
feat: Update tooltip positioning comments for clarity and consistency
2025-08-27 09:11:19 +08:00
Will Miao
0700b8f399
feat: Adjust sidebar position to align with viewport edges for improved layout consistency
2025-08-27 09:11:05 +08:00
Will Miao
d62cff9841
feat: Refactor SidebarManager integration and cleanup methods for improved state management
2025-08-26 21:38:33 +08:00
Will Miao
083f4805b2
feat: Enhance get_preview_static_url to find the longest matching route for static URLs
2025-08-26 20:41:01 +08:00
Will Miao
8e5bfd379e
feat: Add closeDropdown method to manage dropdown state in SidebarManager
2025-08-26 19:26:05 +08:00
Will Miao
e997f5bc1b
feat: Update activeFolder state initialization to load from localStorage for each model type
2025-08-26 19:04:23 +08:00
Will Miao
842beec7cc
feat: Update recursive search option to default to true and remove related UI elements
2025-08-26 18:14:43 +08:00
Will Miao
d2268fc9e0
feat: Implement initial hidden state for sidebar and enhance visibility handling
2025-08-26 18:02:52 +08:00
Will Miao
a98e26139f
feat: Implement auto-hide functionality for sidebar and update controls layout
2025-08-26 17:57:59 +08:00
Will Miao
522a3ea88b
feat: Update sidebar breadcrumb styles and enhance dropdown functionality
2025-08-26 17:13:04 +08:00
Will Miao
d7949fbc30
feat: Enhance sidebar navigation with dropdowns and refactor breadcrumb structure
2025-08-26 16:44:01 +08:00
Will Miao
6df083a1d5
feat: Refactor sidebar components for improved structure and styling
2025-08-26 15:26:45 +08:00
Will Miao
4dc80e7f6e
feat: Implement sidebar navigation with folder tree and controls
2025-08-26 10:33:46 +08:00
Will Miao
c2a8508513
feat: Add get_preview_extension function to retrieve complete preview file extensions
2025-08-26 10:19:17 +08:00
Will Miao
159193ef43
feat: Implement unique filename generation with conflict resolution using metadata hash
2025-08-25 15:33:46 +08:00
Will Miao
1f37ffb105
feat: Refactor unique filename generation to use a hash provider for improved flexibility
2025-08-25 14:52:44 +08:00
Will Miao
919fed05c5
feat: Enhance model moving functionality with improved error handling and unique filename generation
2025-08-25 13:08:35 +08:00
Will Miao
1814f83bee
feat: Implement post-initialization tasks and backup file cleanup in LoraManager
2025-08-25 09:03:40 +08:00
Will Miao
1823840456
feat: Disable image optimization in find_preview_file function for future configuration
2025-08-25 09:03:28 +08:00
Will Miao
623c28bfc3
feat: Remove backup creation from metadata saving functions for streamlined operations
2025-08-24 22:30:53 +08:00
Will Miao
3079131337
feat: Update version to 0.8.30 and add release notes for automatic model path correction and UI enhancements
2025-08-24 19:22:42 +08:00
Will Miao
a34ade0120
feat: Enhance preview tooltip loading behavior for smoother display
2025-08-24 19:02:08 +08:00
Will Miao
e9ada70088
feat: Add ClownsharKSampler_Beta to NODE_EXTRACTORS for enhanced sampler support
2025-08-23 08:08:51 +08:00
Will Miao
597cc48248
feat: Refactor selection state handling for LoRA entries to avoid style conflicts
2025-08-22 17:19:37 +08:00
Will Miao
ec3f857ef1
feat: Add expand/collapse button functionality and improve drag event handling
2025-08-22 16:51:55 +08:00
Will Miao
383b4de539
feat: Improve cursor handling during drag operations for better user experience
2025-08-22 15:36:27 +08:00
Will Miao
1bf9326604
feat: Enhance download path template handling to support JSON strings and ensure defaults
2025-08-22 11:13:37 +08:00
Will Miao
d9f5459d46
feat: Add additional checkpoint loaders to PATH_CORRECTION_TARGETS for improved model support
2025-08-22 10:18:20 +08:00
Will Miao
e45a1b1e19
feat: Add new WAN video models to BASE_MODELS for enhanced support
2025-08-22 08:48:07 +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
52fa88b04c
feat: Add widget configuration for "Checkpoint Loader with Name (Image Saver)" in path correction targets
2025-08-21 15:03:26 +08:00
Will Miao
8895a64d24
feat: Enhance path correction functionality for widget nodes with pattern matching and user notifications
2025-08-21 13:39:35 +08:00
Will Miao
fdec535559
fix: Normalize path separators in relative path handling for improved compatibility across platforms
2025-08-21 11:52:46 +08:00
Will Miao
6c5559ae2d
chore: Update version to 0.8.29 and add release notes for enhanced recipe imports and bug fixes
2025-08-21 08:44:07 +08:00
Will Miao
9f54622b17
fix: Improve author retrieval logic in calculate_relative_path_for_model function to handle missing creator data
2025-08-21 07:34:54 +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
af4cbe2332
feat: Add LoraManagerTextLoader for loading LoRAs from text syntax with enhanced parsing
2025-08-20 18:16:29 +08:00
Will Miao
141f72963a
fix: Enhance download functionality with resumable downloads and improved error handling
2025-08-20 16:40:22 +08:00
Will Miao
3d3c66e12f
fix: Improve widget handling in lora_loader, lora_stacker, and wanvideo_lora_select, and ensuring expanded state preservation in loras_widget
2025-08-19 22:31:11 +08:00
Will Miao
ee84571bdb
refactor: Simplify handling of base model path mappings and download path templates by removing unnecessary JSON.stringify calls
2025-08-19 20:20:30 +08:00
Will Miao
6500936aad
refactor: Remove unused DataWrapper class to clean up utils.js
2025-08-19 20:19:58 +08:00
Will Miao
32d2b6c013
fix: disable pysssss autocomplete in Lora-related nodes
...
Disable PySSSS autocomplete functionality in:
- Lora Loader
- Lora Stacker
- WanVideo Lora Select node
2025-08-19 08:54:12 +08:00
Will Miao
05df40977d
refactor: Update chunk size to 4MB for improved HDD throughput and optimize file writing during downloads
2025-08-18 17:21:24 +08:00
Will Miao
5d7a1dcde5
refactor: Comment out duplicate filename logging in ModelScanner for cleaner cache build process, fixes #365
2025-08-18 16:46:16 +08:00
Will Miao
9c45d9db6c
feat: Enhance WanVideoLoraSelect with improved low_mem_load and merge_loras options for better LORA management, see #363
2025-08-18 15:05:57 +08:00
Will Miao
ca692ed0f2
feat: Update release notes and version to v0.8.28 with new features and enhancements
2025-08-18 07:14:08 +08:00