pythongosssss
968f417061
Node library search filters ( #636 )
...
* Add search filters to node library
* Fix
* Dont close on add
* Fix wildcard
---------
Co-authored-by: Chenlei Hu <chenlei.hu@mail.utoronto.ca >
2024-08-27 21:17:34 -04:00
Veikka
2079a54ffa
multi-level node search ranking ( #622 )
2024-08-24 19:42:56 -04:00
Alex "mcmonkey" Goodwin
af378262f4
Model downloader dialog ( #569 )
...
* API core for model downloader
* initial basic dialog for missing models
* app.ts handling for missing models
* don't explode if getModels is a 404
* actually track downloads in progress
* overall pile of improvements to the missing models view
* minor fixes
* add setting to disable missing models warning
* temporarily remove 'models' entry from default graph
to avoid missing model dialog causing issues. Also because ckpt autodownloading shouldn't be allowed
* swap the url to a title
* add model directory to display
* match settingStore commit
* check setting before scanning models list
ie avoid redundant calcs when setting is disabled anyway
2024-08-23 09:43:20 -04:00
Chenlei Hu
fbdc9d430b
Improve node search matching algorithm ( #597 )
2024-08-22 19:40:58 -04:00
Chenlei Hu
3e457f812d
Execution Error Dialog Revamp (One click issue searching and filing) ( #595 )
...
* Add basic error dialog
* 2 level error report
* Add find issue button
* nit
* Add file issue button
* Single dialog
* nit
* Fix long text wrapping
* Merge component
* Test execution error dialog
2024-08-22 15:55:38 -04:00
Chenlei Hu
f2de9b0d3c
Revert "Add custom sort function to improve search matching ( #574 )" ( #578 )
...
This reverts commit 77ba201367 .
2024-08-21 14:25:20 -04:00
Chenlei Hu
77ba201367
Add custom sort function to improve search matching ( #574 )
2024-08-21 13:54:29 -04:00
Chenlei Hu
17aa44d9f6
Activate new settings dialog from default UI ( #506 )
2024-08-18 10:23:03 -04:00
Chenlei Hu
9cea54686a
Pin reroute on link release searchbox ( #469 )
...
* Correctly handle wildcard type
* Add test
* nit
* Pin reroute on link release search
* Connect wildcard
* nit
2024-08-16 13:22:17 -04:00
Chenlei Hu
6993a56c2d
Highlight query in search result in node searchbox ( #420 )
...
* min match set to 2
* Highlight query in search result
* nit
2024-08-14 10:28:17 -04:00
Chenlei Hu
37b414d1b2
Use fuse.js extended search ( #405 )
2024-08-13 16:01:52 -04:00
Chenlei Hu
2a5b2e8d12
Reduce fusejs threshold ( #374 )
2024-08-11 12:39:23 -04:00
Chenlei Hu
79469bd2b1
Missing node dialog revamp ( #322 )
...
* Basic rework of load workflow warning dialog
* Better style
* Add vue jest support
* Mock vue component in jest test
* nit
* Make dialog maximizable
2024-08-06 20:11:05 -04:00
Chenlei Hu
b4d7735855
Use ComfyNodeDefImpl on nodeSearchService ( #233 )
...
* Make nodeSearchService use ComfyNodeDefImpl
* Fix test
2024-07-26 13:41:24 -04:00
Chenlei Hu
e179f75387
Apply new code format standard ( #217 )
2024-07-25 10:10:18 -04:00
Chenlei Hu
3fbaeb1fb8
Fix custom node def validation issue ( #137 )
...
* Fix nodeDef.output undefined
* fix2
* nit
2024-07-16 22:40:25 -04:00
Chenlei Hu
93a0c1012f
Add system node to serach box db ( #128 )
2024-07-13 09:25:58 -04:00
Chenlei Hu
a28ac0c0fa
New searchbox with fuzzy search (WIP) ( #83 )
...
* Disable default searchbox
Add headlessui and vue
Add vite's vue plugin
Vue app helloworld
Format vue
Add vue shim
minimal working searchbox
Add primevue dark mode
Use primevue
nit
Add fuse fuzzy search
Add tailwindcss / center searchbox
Fix style
Add node source chip
desc text wrapping
Add placeholder
inputbox filter support wip
Revert some filter designs
Add filter modal
Drop down show all nodes
Change modal font
Add filtered search
nit
Complete on focus
Auto fill filterOption
Fix dropdown
Fix z-index
Fix search bug
Properly remove chip
Adjust node source detection
Resolve merge conflict
nit
* Refactor
* Use badge to display filter type
* nit
* Trigger on canvas event
* nit
* Auto add data type filter when link released
* nit
* Auto focus when shown
* Focus on add/remvoe filter
* close dialog when escape pressed
* Add node at fixed location
* nit
* Update litegraph
* nit
* Change theme
* Increase search limit
* Add node on event location
* Clear filter when dialog closed
* Enable/Disable new search bx
* Improve app loading
* Fix copy node
* Update test expectations
* Update test expectations [skip ci]
---------
Co-authored-by: github-actions <github-actions@github.com >
2024-07-10 19:46:35 -04:00