Will Miao
cb0a8e0413
Implement example image import functionality with UI and backend integration
2025-06-16 18:14:53 +08:00
Will Miao
56a5970b44
Adjust NSFW warning styles for medium and compact density modes
2025-06-14 19:49:54 +08:00
Will Miao
a66cef7cfe
Increase max-height for model names in medium and compact density modes to prevent text cutoff
2025-06-14 19:30:46 +08:00
Will Miao
dc0a49f96d
Refactor trigger words and metadata editing styles
...
- Removed outdated styles from trigger words CSS and consolidated into a new shared edit-metadata CSS file.
- Updated JavaScript components for trigger words and model tags to utilize the new metadata styles.
- Adjusted class names and structure in the HTML to align with the new styling conventions.
- Enhanced the UI for editing tags and trigger words, ensuring consistency across components.
2025-06-13 20:19:10 +08:00
Will Miao
65c783c024
Refactor lora-modal.css into modular components
2025-06-13 15:10:26 +08:00
Will Miao
6395836fbb
Add styles for empty tags and update tag rendering logic to always display container
2025-06-13 07:11:07 +08:00
Will Miao
c2af282a85
Add tag editing functionality: implement UI for editing model tags, including save and delete options, and integrate with existing modal structure.
2025-06-12 21:00:17 +08:00
Will Miao
92d48335cb
Add endpoints and functionality for verifying duplicates in Lora and Checkpoints
...
- Implemented `/api/loras/verify-duplicates` and `/api/checkpoints/verify-duplicates` endpoints.
- Added `handle_verify_duplicates` method in `ModelRouteUtils` to process duplicate verification requests.
- Enhanced `ModelDuplicatesManager` to manage verification state and display results.
- Updated CSS for verification badges and hash mismatch indicators. Fixes #221
2025-06-12 12:06:01 +08:00
Will Miao
a295ff2e06
Refactor video embed implementation to enhance privacy and user experience; replace iframe with a privacy-friendly video container and add external link buttons for YouTube access.
2025-06-10 06:44:08 +08:00
Will Miao
787e37b7c6
Add CivitAI re-linking functionality and related UI components. Fixes #216
...
- Implemented new API endpoints for re-linking models to CivitAI.
- Added context menu options for re-linking in both Lora and Checkpoint context menus.
- Created a modal for user confirmation and input for CivitAI model URL.
- Updated styles for the new modal and context menu items.
- Enhanced error handling and user feedback during the re-linking process.
2025-06-09 17:23:03 +08:00
Will Miao
4e5c8b2dd0
Add help modal functionality and update related UI components
2025-06-09 14:55:18 +08:00
Will Miao
bb1e42f0d3
Add restart required icon to example images download location label. See #212
2025-06-08 20:43:10 +08:00
Will Miao
4d6ea0236b
Add centralized example images setting and update related UI components
2025-06-08 17:38:46 +08:00
Will Miao
b1015ecdc5
Add migration functionality for example images: implement API endpoint and UI controls
2025-06-07 11:27:25 +08:00
Will Miao
35ad872419
Enhance duplicates management: add help tooltip for duplicate groups and improve responsive styling for banners and groups.
2025-06-05 15:06:53 +08:00
Will Miao
641fa8a3d9
Enhance duplicates mode functionality: add toggle for entering/exiting mode, improve exit button styling, and manage control button states during duplicates mode.
2025-06-04 16:46:57 +08:00
Will Miao
b4e7feed06
Enhance trained words extraction and display: include class tokens in response and update UI accordingly. See #147
2025-06-04 12:04:38 +08:00
Will Miao
e151a19fcf
Implement bulk operations for LoRAs: add send to workflow and bulk delete functionality with modal confirmation.
2025-06-03 07:44:52 +08:00
Will Miao
99d2ba26b9
Add API endpoint for fetching trained words and implement dropdown suggestions in the trigger words editor. See #147
2025-06-02 17:04:33 +08:00
Will Miao
396924f4cc
Add badge for duplicate count and update logic in ModelDuplicatesManager and PageControls
2025-06-02 09:42:28 +08:00
Will Miao
26f9779fbf
Add bulk delete functionality for loras and implement model duplicates management. See #198
...
- Introduced a new API endpoint for bulk deleting loras.
- Added ModelDuplicatesManager to handle duplicate models for loras and checkpoints.
- Implemented UI components for displaying duplicates and managing selections.
- Enhanced controls with a button for finding duplicates.
- Updated templates to include a duplicates banner and associated actions.
2025-06-02 08:08:45 +08:00
Will Miao
ceacac75e0
Increase minimum width of dropdown menu for improved usability
2025-05-29 15:55:14 +08:00
Will Miao
bae66f94e8
Add full rebuild option to model refresh functionality and enhance dropdown controls
2025-05-29 15:51:45 +08:00
Will Miao
d3bf8eaceb
Add container padding properties to VirtualScroller and adjust card padding
2025-05-22 15:23:32 +08:00
Will Miao
b25fbd6e24
Refactor modal styles: remove model name field and adjust margin for modal content header
2025-05-22 10:02:13 +08:00
Will Miao
8250acdfb5
Add creator information display to Lora and Checkpoint modals. #186
2025-05-21 15:31:23 +08:00
Will Miao
8e1f73a34e
Refactor display density settings: replace compact mode with display density option and update related UI components
2025-05-20 19:35:41 +08:00
Will Miao
488654abc8
Improve card layout responsiveness and scrolling behavior
2025-05-18 07:49:39 +08:00
Will Miao
370aa06c67
Refactor duplicates banner styles for improved layout and responsiveness
2025-05-16 15:47:08 +08:00
Will Miao
2ba7a0ceba
Add keyboard navigation support and related styles for enhanced user experience
2025-05-15 20:17:57 +08:00
Will Miao
925ad7b3e0
Add user-select: none to prevent text selection on cards and control elements
2025-05-15 05:36:56 +08:00
Will Miao
78e1901779
Add compact mode settings and styles for improved layout control. Fixes #33
2025-05-13 21:40:37 +08:00
Will Miao
311e89e9e7
checkpoint
2025-05-12 13:59:11 +08:00
Will Miao
8546cfe714
checkpoint
2025-05-12 10:25:58 +08:00
Will Miao
99463ad01c
refactor(import-modal): remove outdated duplicate styles and clean up modal button layout
2025-05-08 20:16:25 +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
59aefdff77
feat: implement duplicate detection and management features; add UI components and styles for duplicates
2025-05-08 15:13:14 +08:00
Will Miao
e376a45dea
refactor: remove unused source URL tooltip from RecipeModal component
2025-05-05 21:11:52 +08:00
Will Miao
fd593bb61d
feat: add source URL functionality to recipe modal, including dynamic display and editing options
2025-05-05 20:50:32 +08:00
Will Miao
7d0600976e
fix: enhance pointer event handling for progress panel visibility
2025-05-04 08:08:59 +08:00
Will Miao
48df7e1078
Refactor code structure for improved readability and maintainability
2025-05-03 17:06:57 +08:00
Will Miao
611dd33c75
feat: add model exclution functionality frontend
2025-05-03 16:14:09 +08:00
Will Miao
44be75aeef
feat: add WeChat and Alipay support section with QR code toggle functionality
2025-05-02 19:15:54 +08:00
Will Miao
2e3da03723
feat: update metadata panel visibility logic to show on media hover and add rendering calculations
2025-05-02 17:53:15 +08:00
Will Miao
6e96fbcda7
feat: enhance alphabet bar with toggle functionality and visual indicators
2025-05-01 20:50:31 +08:00
Will Miao
d1fd5b7f27
feat: implement alphabet filtering feature with letter counts and UI components v1
2025-05-01 20:07:12 +08:00
Will Miao
e1efff19f0
feat: add mini progress circle to progress panel when collapsed
2025-04-30 15:42:01 +08:00
Will Miao
61f723a1f5
feat: add back-to-top button and update its positioning
2025-04-30 14:46:43 +08:00
Will Miao
26d9a9caa6
refactor: streamline example images download functionality and UI updates
2025-04-30 13:20:44 +08:00