Will Miao
c157e794f0
feat: implement event delegation for checkpoint cards and enhance Civitai link handling
2025-06-26 11:42:43 +08:00
Will Miao
71df8ba3e2
Refactor metadata handling by removing direct UI updates from saveModelMetadata and related functions
2025-06-17 20:25:39 +08:00
Will Miao
09832141d0
Add functionality to open example images folder for models
2025-05-30 09:42:36 +08:00
Will Miao
2027db7411
feat: refactor model deletion functionality with confirmation modal
2025-05-03 16:31:17 +08:00
Will Miao
611dd33c75
feat: add model exclution functionality frontend
2025-05-03 16:14:09 +08:00
Will Miao
51a6374c33
feat: add favorites filtering functionality across models and UI components
2025-04-25 17:55:33 +08:00
Will Miao
85f987d15c
feat: Centralize clipboard functionality with copyToClipboard utility across components
2025-04-22 09:33:05 +08:00
Will Miao
73d01da94e
feat: Enhance model preview version management with localStorage support
2025-04-15 10:35:50 +08:00
Will Miao
e84a8a72c5
feat: Add save metadata route and update checkpoint card functionality
2025-04-12 11:18:21 +08:00
Will Miao
3df96034a1
refactor: Consolidate model handling functions into baseModelApi for better code reuse and organization
2025-04-11 14:35:56 +08:00
Will Miao
e991dc061d
refactor: Implement common endpoint handlers for model management in ModelRouteUtils and update routes in CheckpointsRoutes
2025-04-11 12:06:05 +08:00
Will Miao
129ca9da81
feat: Implement checkpoint modal functionality with metadata editing, showcase display, and utility functions
...
- Added ModelMetadata.js for handling model metadata editing, including model name, base model, and file name.
- Introduced ShowcaseView.js to manage the display of images and videos in the checkpoint modal, including NSFW filtering and lazy loading.
- Created index.js as the main entry point for the checkpoint modal, integrating various components and functionalities.
- Developed utils.js for utility functions related to file size formatting and tag rendering.
- Enhanced user experience with editable fields, toast notifications, and improved showcase scrolling.
2025-04-10 22:59:09 +08:00
Will Miao
559e57ca46
Enhance CheckpointCard: Implement NSFW content handling, toggle blur functionality, and improve video autoplay behavior
2025-04-10 21:28:34 +08:00
Will Miao
252e90a633
Enhance Checkpoints Manager: Implement API integration for checkpoints, add filtering and sorting options, and improve UI components for better user experience
2025-04-10 16:04:08 +08:00