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
pixelpaws
2366f143d8
Merge pull request #377 from willmiao/sidebar, See #257 #52
...
Sidebar
2025-08-26 19:10:30 +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
v0.8.30
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