Chenlei Hu
3779878b57
Update litegraph (Bug fixes) ( #765 )
2024-09-09 16:11:28 +09:00
Chenlei Hu
023299cf1a
Fix loading workflow from of edited webp ( #764 )
...
* Fix loading workflow from of edited webp
* Update test expectations [skip ci]
---------
Co-authored-by: github-actions <github-actions@github.com >
2024-09-09 16:07:15 +09:00
Chenlei Hu
28570fdd24
0.7.65 ( #129 )
2024-09-09 16:06:14 +09:00
Chenlei Hu
23796d9040
Any keyboard layout for Ctrl + V, Z, Y... ( #763 )
...
* Any keyboard layout for Ctrl + V, Z, Y...
`if` conditioning changed for better support any keyboard layout for shortcuts
* Format
---------
Co-authored-by: Khachatur Avanesian <jailbreakvideo@gmail.com >
2024-09-09 10:17:14 +09:00
bymyself
21c3883cc7
Improve beta menu nav accessibility ( #762 )
...
* Add ARIA labels to beta menu btns without text
* Adjust test locator
2024-09-09 09:49:43 +09:00
bymyself
616e295262
Improve searchbox accessibility ( #760 )
...
* Set field key for search result options label
* Add playwright test
* Add role attr to search dialog
2024-09-09 09:49:02 +09:00
bymyself
c201e86b97
Improve sidebar accessibility ( #759 )
...
* Add ARIA label to sidebar buttons
* Add component test
* Add generalized component tests
2024-09-09 09:48:29 +09:00
bymyself
6f121fc245
Fix legacy searchbox focus on Firefox ( #127 )
2024-09-07 18:17:36 +09:00
bymyself
61ee43aa6f
[skip ci] Fix search box props type ( #753 )
2024-09-07 02:34:47 -04:00
bymyself
08a1fd0056
Dismiss gallery lightbox on background click ( #752 )
...
* Dismiss gallery on background click
* Add vitest tests
2024-09-07 02:32:56 -04:00
filtered
009ef1c84b
Fix collapsed regression in #114 ( #126 )
2024-09-06 08:02:10 -04:00
Chenlei Hu
56f3842045
1.2.47 ( #747 )
v1.2.47
2024-09-05 11:41:00 -04:00
Chenlei Hu
81bc0fd9cb
Release script ( #746 )
...
* Update main repo release script
* update readme [skip ci]
2024-09-05 11:40:05 -04:00
Chenlei Hu
38c957d3a9
Fix load of string node id workflow ( #744 )
...
* Update litegraph
* Fix string node id
* Add playwright test
* Update test expectations [skip ci]
---------
Co-authored-by: github-actions <github-actions@github.com >
2024-09-05 11:16:41 -04:00
Cesaryuan
49944a0745
Fix blurry links on HiDPI screen ( #116 )
2024-09-05 11:09:29 -04:00
Chenlei Hu
9d855d637e
Ignore missing dialog ( #743 )
...
* Do not report missing nodes/models warning repeatedly
* Add playwright tests
* cast finalOptions, add comments to interface
* Use old menu in tests to not break top left click methods
* Assert no dialog on undo and on redo separately
* nit
* nit
---------
Co-authored-by: christian-byrne <abolkonsky.rem@gmail.com >
2024-09-05 11:00:41 -04:00
Chenlei Hu
79d81ec990
0.7.64 ( #125 )
2024-09-05 10:59:13 -04:00
Chenlei Hu
8a5b165a5b
[skip ci] fix getNodeById arg type ( #124 )
2024-09-05 10:58:33 -04:00
bymyself
743683c01d
Add logging setting display name ( #742 )
2024-09-05 10:39:22 -04:00
Chenlei Hu
720e7e112d
1.2.46 ( #738 )
v1.2.46
2024-09-04 20:29:14 -04:00
Chenlei Hu
ce157afeac
Disable minify on release dist ( #737 )
2024-09-04 20:28:38 -04:00
Chenlei Hu
95701ab761
Add keyboard shortcut for pin/unpin node ( #736 )
...
* Add keyboard shortcut for pin/unpin node
* Add playwright test
* Add nextFrame calls
* Keyboard event on canvas
* disable test
2024-09-04 20:26:10 -04:00
Alex "mcmonkey" Goodwin
060e61f0db
initial model store ( #674 )
...
* initial model store
* refactor the 'modelstoreserviceimpl' to pinia
* pepper in some reactive
the inner ModelStore (per-folder) can't be pinia because its made of temporary instances, but it can be reactive
* use refs in metadata class
* remove 'reactive'
* remove ref too
* add simple unit tests for modelStore
* make things worse via autoformatting
* move mock impls to a function
2024-09-04 19:59:40 -04:00
Chenlei Hu
6c7fb5041d
Replace locking with pining in core ( #734 )
...
* Replace locking with pin in core
* Add extra expectation
* Update litegraph
* Update test expectations [skip ci]
---------
Co-authored-by: github-actions <github-actions@github.com >
2024-09-04 19:59:06 -04:00
Chenlei Hu
adb8ff335c
0.7.63 ( #122 )
2024-09-04 18:39:51 -04:00
Chenlei Hu
99d0de239c
Fix collapse and resize ( #121 )
2024-09-04 15:45:22 -04:00
Chenlei Hu
67f486fff7
Add pin icon to end of title ( #120 )
2024-09-04 15:13:10 -04:00
Chenlei Hu
6636f9869b
0.7.62 ( #119 )
2024-09-04 13:48:39 -04:00
Chenlei Hu
05ce780cee
Fix group title detect ( #118 )
2024-09-04 12:37:53 -04:00
Chenlei Hu
7897ffdaba
Support group pinning and show pin icon on pinned node & group ( #117 )
...
* Add locking mechanism
* Add group locking
* Lock move/resize
* Move group menu options
* Rename locked to pinned
* Disable resize on pinned nodes
* nit
2024-09-04 12:33:59 -04:00
Chenlei Hu
25a3c30fef
[skip ci] Update README ( #733 )
2024-09-04 10:31:12 -04:00
Chenlei Hu
287bd7ddd0
Add test on text widget popover dismiss ( #732 )
...
* Add test on text widget popover dismiss (#719 )
* nit
* Update test expectations [skip ci]
---------
Co-authored-by: bymyself <abolkonsky.rem@gmail.com >
Co-authored-by: github-actions <github-actions@github.com >
2024-09-04 10:31:01 -04:00
Chenlei Hu
b396d1a9fe
Trigger searchbox on group body db click ( #731 )
2024-09-04 10:16:12 -04:00
Chenlei Hu
ada8500d21
1.2.45 ( #727 )
v1.2.45
2024-09-03 20:17:34 -04:00
Chenlei Hu
0f32ab334a
Update litegraph (Group highlight option) ( #725 )
2024-09-03 15:34:01 -04:00
Chenlei Hu
22e671df7d
0.7.61 ( #115 )
2024-09-03 15:32:44 -04:00
Chenlei Hu
74345f27f7
Add selected group bound highlight ( #114 )
...
* Add drawSelectionBounding function
* Add selected group highlight
* nit
2024-09-03 15:30:11 -04:00
Chenlei Hu
5338a147ee
Refactor LGraphGroup.draw ( #113 )
2024-09-03 14:11:56 -04:00
Chenlei Hu
36cdebcad1
Restore context menu for new searchbox ( #724 )
...
* Searchbox revamp
* nit
* nit
* Add playwright test
* Update litegraph
* Rename setting
* Update test expectations [skip ci]
---------
Co-authored-by: github-actions <github-actions@github.com >
2024-09-03 13:28:26 -04:00
Chenlei Hu
658f60a241
0.7.60 ( #112 )
2024-09-03 13:08:19 -04:00
Chenlei Hu
85076881c8
showConnectionMenu with searchbox options ( #111 )
...
* showConnectionMenu with searchbox options
* nit
2024-09-03 13:07:38 -04:00
Chenlei Hu
974a7ef63f
Store shallowRef of litegraph canvas ( #722 )
...
* Store shallowRef of litegraph canvas
* nit
2024-09-03 10:11:31 -04:00
bymyself
b49b19c9b0
[skip ci] Add ToastMessageOptions docs to README ( #721 )
2024-09-03 08:10:23 -04:00
bymyself
a5d93f6910
Update Settings type with new fields ( #718 )
2024-09-02 22:50:56 -04:00
Chenlei Hu
8a99124470
1.2.44 ( #716 )
v1.2.44
2024-09-02 20:31:01 -04:00
Chenlei Hu
4a230f720e
Edit group name on group creation (With Ctrl + g) ( #715 )
...
* Editor store
* Merge editors
* nit
* Edit on group creation
* nit
2024-09-02 20:20:40 -04:00
Chenlei Hu
4ad1e67ebf
Double click group title to edit ( #714 )
...
* Double click group title to edit
* Add playwright test
* Update test expectations [skip ci]
---------
Co-authored-by: github-actions <github-actions@github.com >
2024-09-02 18:01:02 -04:00
Chenlei Hu
bcd3c6b30f
0.7.59 ( #110 )
2024-09-02 17:45:06 -04:00
Chenlei Hu
48c669626b
Add litegraph:group-double-click event ( #109 )
2024-09-02 17:44:19 -04:00
Chenlei Hu
80e4384644
Eager init nodeSearchService ( #713 )
2024-09-02 15:40:10 -04:00