huchenlei
86e7c12e27
Add draggable/droppable flags
2024-08-31 21:10:32 -04:00
huchenlei
50f1ca8eaf
Add extra interfaces
2024-08-31 21:10:32 -04:00
huchenlei
280b43fd58
Merge folder and node impl
2024-08-31 21:10:32 -04:00
huchenlei
488f0d82b4
More refactor
2024-08-31 21:10:32 -04:00
huchenlei
bc3ec65967
Move
2024-08-31 21:10:32 -04:00
huchenlei
9247aec03a
nit
2024-08-31 09:54:36 -04:00
huchenlei
0e88308571
Remove github button in error dialog
2024-08-31 09:54:36 -04:00
huchenlei
68d6b1f172
Add confirm dialog on window close
2024-08-30 16:51:10 -04:00
Chenlei Hu
9009e784f9
Add component test (Vitest) ( #681 )
...
* Add component test (Vitest)
* Fix compile error
2024-08-30 15:32:26 -04:00
Chenlei Hu
f42609c966
Add support for extra system stats in error report ( #684 )
...
* Add support for extra system stats in error report
* Add toast on error
2024-08-29 21:29:33 -04:00
Chenlei Hu
b25c5259bd
Fix node title editor's width when node is collapsed ( #671 )
...
* Fix node title editor's width when node is collapsed
* nit
2024-08-28 16:35:01 -04:00
Chenlei Hu
4e8acf6c77
Add setting to disable double click node title edit ( #668 )
2024-08-28 13:58:33 -04:00
Chenlei Hu
5c2cb00cd6
Replace autocomplete with select as node filter option input ( #659 )
...
* Replace autocomplete with select as node filter option input
* i18n
2024-08-27 21:45:44 -04:00
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