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
Chenlei Hu
09d8f2a502
Missing model download dialog test ( #656 )
...
* Test prep
* Add missing model dialog test
* Basic test of download model
* Add comment
* Adjust setting in test
* Change download dir to not interfere with other tests
2024-08-27 17:34:32 -04:00
Chenlei Hu
50b418113c
Double click node title to trigger edit ( #655 )
...
* Update litegraph
* Double click edit node title
* Update
* Auto select all
* Update litegraph
* Add playwright test
* Update readme
* Update test expectations [skip ci]
---------
Co-authored-by: github-actions <github-actions@github.com >
2024-08-27 11:38:39 -04:00
Chenlei Hu
6ab92f28db
Fix dialog maximization ( #652 )
2024-08-27 09:58:09 -04:00
Alex "mcmonkey" Goodwin
b19cbd9111
Model Downloader Improvements ( #650 )
...
* use new download_path value in download api
from https://github.com/comfyanonymous/ComfyUI/pull/4621
* add in-UI refusal for ckpt files
2024-08-27 08:56:57 -04:00
pythongosssss
9cdefca481
Enhancements to the queue image feed ( #646 )
...
* Enhancements to the queue image feed
- Change flat list icon
- Add cover/contain mode
- Add right click -> go to node
- Add go to node link on detail
* Add loading spinner
* resolve comments
---------
Co-authored-by: huchenlei <chenlei.hu@mail.utoronto.ca >
2024-08-26 21:57:23 -04:00
Chenlei Hu
0795c3041c
Bookmark folder icon customization ( #647 )
...
* Add bookmark customization support
* WIP
* Fix bugs
* Fix color update
* Handle rename and delete of customization
* nit
* Add custom color picker
* Computed final color
* i18n
* Remove cancel button as dialog already has it
* Add playwright test
2024-08-26 21:30:38 -04:00
Chenlei Hu
a5cdebe1a8
Adjust toast location to avoid overlap with side toolbar and menu ( #637 )
2024-08-26 10:32:34 -04:00
Chenlei Hu
090fda2f22
Node library custom bookmark folder ( #631 )
...
* Add new folder button
* Add tree util test
* nit
* Support empty folder in node library
* Drag to bookmark folder
* Use bookmark icon for bookmark folder
* Highlight on dragover
* nit
* Auto-expand on item added
* Extract bookmark system as store
* Add context menu on bookmark folder
* Add editable text
* Fix reactivity
* Plumb editable text
* refactor
* Rename node
* Fix focus
* Prevent name collision
* nit
* Add new folder
* nested folder support
* Change drag behavior
* Add basic playwright tests
* nit
* Target tree-node-content instead of tree-node
2024-08-25 21:53:58 -04:00
Chenlei Hu
a1e40b14c7
Add textarea widget spell check setting ( #627 )
2024-08-25 10:22:36 -04:00
Chenlei Hu
b863c11e67
Fix node library bookmark preview ( #626 )
2024-08-25 10:01:42 -04:00
Chenlei Hu
74baf2af12
Rename onNonLeafClick to toggleNodeOnEvent ( #621 )
2024-08-24 18:09:55 -04:00
Chenlei Hu
5dec86861b
Replace ToggleButton with Button to be consistent in style ( #620 )
2024-08-24 17:54:03 -04:00
Chenlei Hu
fc05029f4e
Cleanup dragSelector prop ( #619 )
2024-08-24 17:48:36 -04:00
Chenlei Hu
98064f301d
Extract tree expand/collapse logic as hook ( #618 )
2024-08-24 17:43:26 -04:00
Chenlei Hu
bff1dc91fa
Refactor node library drag and drop ( #617 )
2024-08-24 17:40:56 -04:00
bymyself
f4242f8a66
Explicitly invoke setting.options when it's a function ( #616 )
2024-08-24 16:22:08 -04:00
Chenlei Hu
6c557eaa58
Fix unrecognized bookmark node crash the node library sidebar ( #614 )
...
* Add playwright test
* nit
2024-08-24 11:58:14 -04:00
Chenlei Hu
2fdaabd2c9
Ctrl + Click recursively expand/collapse node library folder ( #613 )
2024-08-24 11:01:10 -04:00
Chenlei Hu
a2143d9120
Bookmark nodes in node library ( #612 )
...
* Basic bookmark
* Extract node leaf as component
* bigger hitbox
2024-08-24 10:39:18 -04:00
Chenlei Hu
1a3cf4c3f3
Show node name and node id on flattened task outputs ( #608 )
...
* wip
* Show node name and node id
2024-08-23 18:52:45 -04:00
Chenlei Hu
92ce064ebf
Fix github request too long issue ( #605 )
...
* Fix github request too long issue
* Remove life on error message
2024-08-23 13:52:53 -04:00
bymyself
3d041dd742
Fix settings dialog on mobile ( #602 )
2024-08-23 09:43:45 -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
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
bymyself
0466c79725
Fix right-click save image in gallery (firefox) ( #588 )
2024-08-21 21:28:12 -04:00
Chenlei Hu
8b989c6415
Add a wait to prevent searchbox popup ( #589 )
...
* Add a wait to prevent searchbox popup
* nit
2024-08-21 21:27:54 -04:00
Chenlei Hu
17c7f57d8f
Update litegraph (Zoom speed adjustment) ( #580 )
2024-08-21 17:16:06 -04:00
Chenlei Hu
5542845710
Task output folder view ( #579 )
...
* Change to button
* Folder view
2024-08-21 16:47:30 -04:00
Chenlei Hu
a86d10b02d
Fix node library searchbox background color ( #565 )
2024-08-20 17:41:59 -04:00
Chenlei Hu
3d89c245e5
Add experimental/deprecated tags to search result / node library ( #564 )
2024-08-20 17:35:23 -04:00
Chenlei Hu
9dd6da3dc2
Support node deprecated/experimental flag ( #563 )
...
* Add deprecated field
* Hide deprecated nodes
* Add experimental node show/hide
* Add setting tooltips
* nit
* nit
* nit
2024-08-20 17:00:47 -04:00
Chenlei Hu
269e468425
i18n node searchbox placeholder ( #561 )
2024-08-20 15:20:00 -04:00
Chenlei Hu
c3ef716d53
Reduce search highlight padding ( #560 )
2024-08-20 15:12:30 -04:00
Chenlei Hu
bd7bbd9e95
Reduce debounce delay in node searchbox ( #559 )
2024-08-20 15:10:06 -04:00
Chenlei Hu
c4bc0e8430
Auto expand tree on search in node library tab ( #558 )
...
* Add custom nodelib searchbox
* Auto expand on search
* Support alphabetical sort in filtered tree
2024-08-20 11:01:05 -04:00
Chenlei Hu
d5584a1d39
Fix node source chip alignment ( #549 )
2024-08-19 21:45:49 -04:00
Chenlei Hu
628f2afc34
Remove double reroute pin ( #548 )
2024-08-19 21:38:41 -04:00
Chenlei Hu
b8a3e6b1ad
Reduce padding on searchbox result item ( #547 )
...
* Reduce search result padding
* nit
2024-08-19 21:19:34 -04:00
Chenlei Hu
cfad3cd918
Add setting to hide node category in search result ( #546 )
2024-08-19 21:00:15 -04:00
Chenlei Hu
2252f0a134
Resize large image to fit into window for Image Gallery ( #539 )
2024-08-19 16:50:40 -04:00
pythongosssss
0dfbcfb2d6
Support clicking on library entries to toggle expand/insert node ( #511 )
...
* Support clicking on library entries to toggle expand/insert node
* Fix type
2024-08-19 14:09:34 -04:00
bymyself
b46036f25d
Fix escape not resetting activeIndex in gallery ( #535 )
...
* Fix escape not resetting activeIndex in gallery
* Use handleVisibilityChange for consistency
2024-08-19 14:00:47 -04:00
Chenlei Hu
f5ce42d5d5
Add setting to show/hide canvas info ( #533 )
...
* Add setting to show/hide canvas info
* nit
2024-08-19 12:12:37 -04:00
Chenlei Hu
6a8a68a240
Image failed to load placeholder ( #531 )
...
* Image failed to load placeholder
* Use broken image placeholder in gallery
* nit
2024-08-19 11:16:35 -04:00
Chenlei Hu
8576d3797b
Prefer image for queue task preview ( #520 )
2024-08-18 20:59:43 -04:00
Chenlei Hu
22e2628479
Queue preview gallery ( #519 )
...
* Custom preview event
* Plub event
* Basic gallery
* Gallery nits
* Navigate with keyboard keys
2024-08-18 20:42:42 -04:00
Chenlei Hu
4e1f14139b
Fix queue tab update issue ( #518 )
2024-08-18 18:11:33 -04:00
Chenlei Hu
eb5f4d9bc7
Support view of gifs in queue media preview ( #513 )
2024-08-18 16:20:56 -04:00
Chenlei Hu
19681fd43d
Experimental settings BETA tag ( #509 )
...
* Add BETA tag for experimental setting
* Mark node searchbox impl as experimental
* nit
2024-08-18 13:04:37 -04:00