Hayden
7df89c7265
feat: add tooltip for model card and folder path ( #149 )
2025-02-22 18:10:28 +08:00
Hayden
450072e49d
refactor(explorer): optimize openFolder ( #148 )
2025-02-22 18:10:11 +08:00
Hayden
759865e8ea
feat: support search sub folder ( #147 )
2025-02-22 18:09:59 +08:00
Hayden
86c11e5343
[New Feature] sub directories support ( #135 )
...
* feat: add close all dialog
* feat: add new ui toggle setting
* feat: add tree display ui
* feat: add search and sort
* feat: change model data structure
* pref: Optimize model data structure
* feat: set sub folder by choose
2025-02-18 16:03:07 +08:00
Hayden
9e95e7bd74
style: optimize style ( #131 )
2025-02-10 16:42:53 +08:00
Hayden
45cf18299f
feat: optimize resize card size ( #129 )
2025-02-10 12:41:00 +08:00
Hayden
ac21c8015d
style: optimize toolbar layout ( #115 )
2025-02-03 16:52:37 +08:00
Hayden
6a77554932
Feat resize model card ( #104 )
...
* feat: Use setting definition card size
* refactor: Optimize computed value of the list items
- Add useContainerResize hooks
- Remove v-resize
- Change cols to computed
* refactor(ModelCard): Optimize style
- Control the display of button or name in difference sizes
- Add name tooltip when hiding name
* feat: Add i18n
* pref: optimize style code structure
* feat: add quick resize card size
* feat: add custom size tooltip
* feat: optimize card tool button display judgment
2025-02-03 16:40:33 +08:00
Hayden
faf4c15865
Pref hooks ( #113 )
...
* pref: replace useContainerResize
* pref: replace useContainerScroll
2025-02-02 19:54:23 +08:00
Hayden
56a2deb4eb
pref: optimize virtual scroll ( #111 )
2025-02-02 16:42:25 +08:00
Hayden
448ea4b1ba
pref: use hooks instead of directive ( #108 )
...
- remove v-resize
- add useContainerResize
- remove v-container
- add useContainerQueries
- add useContainerScroll
2025-02-01 11:56:17 +08:00
Hayden
be383ac6e1
fix: potential bug after adding excluded directories ( #94 )
...
* Revert "fix: missing parameter (#93 )"
This reverts commit c2406a1fd1 .
* Revert "feat: add exclude scan model types (#92 )"
This reverts commit 40a1a7f43a .
* feat: add exclude scan model types
* fix: potential bug after adding excluded directories
2025-01-14 11:04:41 +08:00
Hayden
e75275dfff
fix: Container queries occasionally fail ( #88 )
...
- Use js dynamic calculation instead of container query
- Remove @tailwindcss/container-queries
2025-01-10 16:04:49 +08:00
Hayden
dc46f498be
Split model get list ( #74 )
...
Get the model list separately by model type and defer the request.
2024-12-03 14:05:18 +08:00
hayden
6904aca24c
chore: format code
2024-11-11 11:39:32 +08:00
hayden
3b25d3e347
pref: optimize the timing of scrollbar reset
2024-11-08 12:42:00 +08:00
hayden
599ac92a2b
fix: Adjust mobile itemSize for virtual scrolling
2024-11-02 20:07:58 +08:00
hayden
181828c64b
fix: Model type is not match comfyui
2024-10-29 17:54:57 +08:00
hayden
6934fbb331
feat: Optimize dialog
...
- Change the method of open dialog
- Fix the problem of open dialog disappearing due to virtual scrolling
- Float the active dialog to the top
2024-10-29 15:32:30 +08:00
hayden
14a31a8ca8
pref: Use virtual scroll load models
2024-10-29 09:31:58 +08:00
hayden
c1747a79f3
refactor: Migrate the project functionality and optimize the code structure
2024-10-26 21:50:44 +08:00