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
|
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
|
919fed05c5
|
feat: Enhance model moving functionality with improved error handling and unique filename generation
|
2025-08-25 13:08:35 +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
|
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
|
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
|
dcb9983786
|
feat: Refactor duplicates management with user preference for notification visibility and modular banner component, fixes #359
|
2025-08-16 09:14:35 +08:00 |
|
Will Miao
|
dda19b3920
|
feat: add download example images functionality to context menus, see #347
|
2025-08-15 17:15:31 +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
|
3cd57a582c
|
feat: add force download functionality for example images with progress tracking
|
2025-08-15 15:16:12 +08:00 |
|
Will Miao
|
d3903ac655
|
feat: add success toast notification after metadata update completion
|
2025-08-15 09:43:16 +08:00 |
|
Andreas
|
9e268cf016
|
Merge branch 'willmiao:main' into main
|
2025-08-13 17:51:10 +02:00 |
|
Andreas
|
112b3abc26
|
feat: add qwen-image base model to ModelMetadata
|
2025-08-13 15:49:30 +00:00 |
|
Andreas
|
a8331a2357
|
feat: add qwen-image to base model constants.js
|
2025-08-13 15:48:10 +00:00 |
|
Will Miao
|
52e3ad08c1
|
feat: add placeholder for empty folder tree in download modal
|
2025-08-13 23:45:37 +08:00 |
|
Will Miao
|
8d01d04ef0
|
feat: add default path toggle and update download modal for improved path selection
|
2025-08-13 23:30:48 +08:00 |
|
Will Miao
|
b8aa7184bd
|
feat: update download path template handling for model types and migrate old settings
|
2025-08-13 19:23:37 +08:00 |
|
Will Miao
|
e4195f874d
|
feat: implement download path templates configuration with support for multiple model types and custom templates
|
2025-08-13 17:42:40 +08:00 |
|
Will Miao
|
d04deff5ca
|
feat: enhance download and move modals with improved folder path input, autocomplete, and folder tree integration
|
2025-08-13 14:41:21 +08:00 |
|
Will Miao
|
20ce0778a0
|
fix: correct default root key generation by using singular model type
|
2025-08-13 11:06:39 +08:00 |
|
Will Miao
|
286f4ff384
|
feat: add folder tree and unified folder tree endpoints, enhance download modal with folder path input and tree navigation
|
2025-08-12 22:34:53 +08:00 |
|
Will Miao
|
71ddfafa98
|
refactor: move download modal styles to a dedicated file and update import path
|
2025-08-12 21:40:43 +08:00 |
|
Will Miao
|
b7e3e53697
|
feat: implement version mismatch handling and banner registration in UpdateService
|
2025-08-12 15:09:45 +08:00 |
|
Will Miao
|
425c33ae00
|
fix: update model identifier handling in RecipeModal and DownloadManager for consistency
|
2025-08-11 17:13:42 +08:00 |
|
Will Miao
|
96517cbdef
|
fix: update model_id and model_version_id handling across various services for improved flexibility
|
2025-08-11 15:31:49 +08:00 |
|
Will Miao
|
3397cc7d8d
|
fix: update screenshot image to reflect latest UI changes
|
2025-08-10 09:02:46 +08:00 |
|
Will Miao
|
0906271aa9
|
refactor: simplify auto download check logic by removing unnecessary progress updates
|
2025-08-08 19:58:20 +08:00 |
|
Will Miao
|
4c33c9d256
|
feat: enhance folder update logic with error handling in fetchModelsPage
|
2025-08-08 17:33:11 +08:00 |
|
Will Miao
|
fa9c78209f
|
feat: update API endpoints to include '/list' for model retrieval in routes and templates, fixes #344
|
2025-08-07 18:06:40 +08:00 |
|
Will Miao
|
854e467c12
|
feat: add debug logging for default root settings in DownloadManager
|
2025-08-07 14:42:05 +08:00 |
|
Will Miao
|
2c6f9d8602
|
feat: add creator search option and update related functionality across models and UI
|
2025-08-06 18:32:57 +08:00 |
|
Will Miao
|
c74033b9c0
|
refactor: conditionally initialize managers in HeaderManager to avoid unnecessary setup on statistics page
|
2025-08-06 11:14:02 +08:00 |
|
Will Miao
|
215272469f
|
refactor: replace model API client import and remove performance logging, add reset and reload functionality
|
2025-08-06 07:56:48 +08:00 |
|
Will Miao
|
6f2ad2be77
|
fix: update LoRA model type check to use constant for improved readability, fixes #341
|
2025-08-05 19:11:28 +08:00 |
|
Will Miao
|
677a239d53
|
feat: add setting to include trigger words in LoRA syntax, update UI and functionality, fixes #268
|
2025-08-05 18:04:10 +08:00 |
|
Will Miao
|
3b96bfe5af
|
feat: add auto download setting for example images with UI toggle and functionality, fixes #288
|
2025-08-05 16:49:46 +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
|
31223f0526
|
feat: enhance model root fetching and moving functionality across various components
|
2025-08-04 23:37:27 +08:00 |
|
Will Miao
|
92daadb92c
|
feat: add endpoints for retrieving checkpoints and unet roots in CheckpointApiClient
|
2025-08-04 22:23:43 +08:00 |
|