Chenlei Hu
4538db86cf
Add node execution progress to browser title ( #891 )
...
* Add node execution progress to browser title
* nit
* nit
2024-09-20 09:22:09 +09:00
dependabot[bot]
3931cae044
Bump vite from 5.3.3 to 5.4.6 ( #889 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 5.3.3 to 5.4.6.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.6/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v5.4.6/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-19 20:11:34 +09:00
Chenlei Hu
810a63f808
Support async hooks in TreeExplorerNode ( #888 )
...
* Support async hooks in TreeExplorerNode
* rebase
* nit
* Fix component test failure
* Add edit vitest
* Add more tests
* Add component test
2024-09-19 20:10:43 +09:00
Chenlei Hu
609984d400
No selection on tree node if selectionKeys prop is not set ( #887 )
2024-09-19 16:48:56 +09:00
Chenlei Hu
a57c958058
Bind extra context menu items on TreeExplorerNode interface ( #886 )
2024-09-19 14:51:07 +09:00
Chenlei Hu
b6dbe8f07b
Shorten node source package name by remove ComfyUI prefix/suffix ( #883 )
...
* Shorten node source package name by remove ComfyUI prefix/suffix
* Update test expectations [skip ci]
---------
Co-authored-by: github-actions <github-actions@github.com >
2024-09-19 12:40:05 +09:00
Chenlei Hu
29d69338ef
1.2.58 ( #882 )
v1.2.58
2024-09-19 12:00:45 +09:00
Chenlei Hu
98de010811
Fix node searchbox filter removal ( #881 )
2024-09-19 11:58:29 +09:00
Chenlei Hu
63302a6634
Fix sorting on type filter + empty query ( #880 )
...
* Fix sorting on type filter + empty query
* nit
* nit
2024-09-19 11:22:23 +09:00
Chenlei Hu
8568e037bf
Sort search result by node frequency ( #879 )
...
* Sort search result by node frequency
* Fix jest test
2024-09-19 10:09:54 +09:00
Chenlei Hu
6c4143ca94
Show node by frequency on empty query ( #878 )
2024-09-19 09:35:22 +09:00
Chenlei Hu
efa2fa269d
1.2.57 ( #868 )
v1.2.57
2024-09-18 09:38:27 +09:00
Chenlei Hu
a2cf6a7be2
Refactor TreeExplorer (Add handleClick hook) ( #867 )
...
* Refactor TreeExplorer (Add handleClick hook)
* nit
2024-09-18 09:36:21 +09:00
bymyself
e493473c35
Add tests on using group nodes in library sidebar ( #864 )
...
* Add tests on adding group node from library sidebar
* Improve test name clarity
2024-09-18 09:09:35 +09:00
MaraScott
415a2e7fa5
add square pointer ( #848 )
...
* add square pointer
* create enum + refactorize to create init_shape and draw_shape methods
2024-09-17 17:24:07 +09:00
Chenlei Hu
ba9a3b4a9b
Move workflows management to pinia ( #862 )
2024-09-17 17:15:20 +09:00
bymyself
174c52958f
Add test on mobile canvas panning ( #863 )
...
* Add test on mobile canvas panning
* Update test expectations [skip ci]
---------
Co-authored-by: github-actions <github-actions@github.com >
2024-09-17 17:15:05 +09:00
Chenlei Hu
4e41db2d6a
[Beta Menu] Shows unsaved state on browser tab title ( #860 )
...
* [Beta Menu] Shows unsaved state on browser tab title
* Proper state management
* Add playwright test
* Fix browser tests
2024-09-17 16:14:06 +09:00
bymyself
e8daebdc0c
Add group nodes to search and node library ( #861 )
...
* Register group nodes in nodeDefStore
* Add playwright tests
* Update test expectations [skip ci]
* Mock nodeDefStore in group node unit test
---------
Co-authored-by: github-actions <github-actions@github.com >
2024-09-17 16:06:58 +09:00
Chenlei Hu
582acd7bd1
1.2.56 ( #859 )
v1.2.56
2024-09-17 11:17:26 +09:00
Chenlei Hu
48fe14e263
[Beta Menu] Show active workflow name on browser tab title ( #857 )
2024-09-17 11:11:52 +09:00
bymyself
f9fd0f59ff
Add nullcheck to snap-to-grid setting ( #858 )
2024-09-17 11:11:39 +09:00
Chenlei Hu
3fe4b4b856
Add generation progress to browser tab title ( #855 )
2024-09-17 10:31:29 +09:00
bymyself
c510b344af
Allow zero as input slider min/max ( #854 )
2024-09-17 09:43:32 +09:00
Chenlei Hu
980dd285ad
Revert move floating menu to Vue ( #853 )
2024-09-17 09:33:25 +09:00
Chenlei Hu
2b60244e4a
Move setting declarations from ui to coreSettings ( #847 )
...
* Move setting declarations from ui to coreSettings
* nit
* nit
* Move effect to vue component
2024-09-16 17:47:47 +09:00
Chenlei Hu
45a866f194
Fix ComfyUI class setup procedure ( #846 )
2024-09-16 17:14:11 +09:00
Chenlei Hu
091b8a74fb
Mock settingStore ( #845 )
2024-09-16 16:25:32 +09:00
Chenlei Hu
74fa4a2c2d
Move inlined settings in settingsStore to a separate file ( #844 )
2024-09-16 14:46:06 +09:00
Chenlei Hu
327b67a022
Move floating menu to a Vue component ( #843 )
...
* Move floating menu to a Vue component
* nit
* Fix jest tests
2024-09-16 14:26:46 +09:00
Chenlei Hu
d0a4db5f4f
Update litegraph (Copy connection by shift drag from path) ( #841 )
...
* Add playwright tests
* Update lg
* nit
* nit
* Skip tests
* Update test expectations [skip ci]
---------
Co-authored-by: github-actions <github-actions@github.com >
2024-09-16 12:02:48 +09:00
Chenlei Hu
cd1d5d16bc
0.7.75 ( #149 )
2024-09-16 10:17:44 +09:00
pythongosssss
ba5cffb5b8
Allow link creation from another link by shift+clicking ( #148 )
2024-09-16 10:15:29 +09:00
Chenlei Hu
861eaa155f
Refactor test fixture dnd ( #840 )
...
* Refactor test fixture dnd
* nit
2024-09-16 10:13:25 +09:00
Chenlei Hu
3550e7f7f1
Show bookmark icon on booked mark nodes in node search box ( #839 )
2024-09-15 17:31:44 +09:00
Chenlei Hu
7d25d976d1
Extract search option as a Vue component ( #838 )
2024-09-15 17:15:19 +09:00
Chenlei Hu
7025e321de
1.2.55 ( #836 )
v1.2.55
2024-09-15 11:22:27 +09:00
huchenlei
429fa75fcc
Update litegraph (Fix group right click)
2024-09-15 11:03:34 +09:00
Chenlei Hu
fb561983bc
0.7.74 ( #146 )
2024-09-15 11:01:12 +09:00
Chenlei Hu
3a626f4596
Add getter of nodes on LGraphGroup ( #145 )
2024-09-15 11:00:32 +09:00
Chenlei Hu
347563adf9
Move json format functions to formatUtil ( #834 )
2024-09-15 09:46:34 +09:00
Chenlei Hu
9bdb3c0332
1.2.54 ( #830 )
v1.2.54
2024-09-14 17:12:50 +09:00
Chenlei Hu
12c699cc87
Update litegraph (Getters) ( #829 )
...
* Update litegraph (Getters)
* Update
2024-09-14 17:10:57 +09:00
Chenlei Hu
c6b7716211
0.7.73 ( #144 )
2024-09-14 17:03:17 +09:00
Chenlei Hu
574a4ee440
Fix configure trying to write to getter field ( #143 )
...
* Fix configure trying to write to getter field
* Only add getter for nodes and groups
2024-09-14 17:02:22 +09:00
Chenlei Hu
09ee00b92a
0.7.72 ( #142 )
2024-09-14 16:14:47 +09:00
Chenlei Hu
4c67692e62
Add getters to LGraph private fields ( #141 )
2024-09-14 16:13:56 +09:00
Chenlei Hu
588cfeca4b
Replace ComfyApp.runningNodeId with executionStore.executingNodeId ( #828 )
...
* Replace ComfyApp.runningNodeId with executionStore.executingNodeId
* nit
2024-09-14 16:01:37 +09:00
Chenlei Hu
f983f42c45
Add executionStore ( #827 )
...
* Extract execution store
* Fix executing nodes highlight
* nit
* nit
* nit
2024-09-14 15:15:15 +09:00
Chenlei Hu
fef780a72f
Make useTreeExpansion hook accept expandedKeys as param ( #826 )
2024-09-14 11:27:38 +09:00