Chenlei Hu
0a188aaf72
Disable zoom when editing titles ( #813 )
2024-09-13 11:42:24 +09:00
Chenlei Hu
eb45cca031
Pin searchbox at top when node library scrolls ( #811 )
...
* minor style fix
* nit
* Pin searchbox at top when node library scrolls
2024-09-13 10:50:06 +09:00
Chenlei Hu
d8d6fa86e4
Add button to clear pending tasks ( #810 )
2024-09-13 10:23:28 +09:00
Chenlei Hu
880ac4fa5a
Add node lifecycle badge text ( #809 )
2024-09-13 10:04:36 +09:00
Chenlei Hu
7d3b8dc44c
Make \n correctly displayed on error message ( #805 )
2024-09-13 09:04:21 +09:00
Chenlei Hu
8889c4de4a
Fix node def registeration ( #803 )
2024-09-12 20:17:21 +09:00
Chenlei Hu
637f5b501e
Add about panel in settings dialog ( #799 )
...
* basic about page
* Remove frontend version from setting dialog header
* Style about page
* basic system stats
* Basic styling
* Reword
* Format memory amount
2024-09-12 17:31:19 +09:00
Chenlei Hu
c99ca004b4
Fix badge position on collapsed nodes ( #797 )
...
* Update litegraph (Proper collapsed node handling)
* Add playwright test
* Update test expectations [skip ci]
---------
Co-authored-by: github-actions <github-actions@github.com >
2024-09-12 17:15:20 +09:00
Chenlei Hu
fa9a415c62
Fix litegraph crash on using custom colorPalette ( #795 )
2024-09-12 16:56:17 +09:00
Chenlei Hu
da3271fe57
Move InputSlider to common/ ( #794 )
2024-09-12 15:19:36 +09:00
Chenlei Hu
110c007912
Update litegraph (Proper ContextMenu export) ( #790 )
2024-09-12 14:09:00 +09:00
Chenlei Hu
80ca1808f0
Node source/id badge ( #781 )
...
* Add basic node badge
* Node source badge
* Prevent manager badge rendering
* Update litegraph (Badge support)
* Add playwright tests
* Separate nodes
* nit
* Checkout devtools repo for browser test expectation CI
* Fix failing unittests
* Rename setting
* Hide all badges in playwright tests
* Handle group node
* Update test expectations [skip ci]
* Fix unittest
---------
Co-authored-by: github-actions <github-actions@github.com >
2024-09-12 09:36:06 +09:00
Chenlei Hu
b8bdba0bcc
Fix tailwindcss in NoResultsPlaceholder.vue ( #780 )
2024-09-11 17:38:42 +09:00
Chenlei Hu
8ce7b515a3
Fix ComfyExtension types ( #778 )
2024-09-11 10:43:01 +09:00
Chenlei Hu
06a05cb283
Fix loading large workflow embedded in webp ( #777 )
...
* Fix loading large workflow embedded in webp
* Update test expectations [skip ci]
* nit
---------
Co-authored-by: github-actions <github-actions@github.com >
2024-09-11 10:12:01 +09:00
bymyself
15758101aa
Fix searchbox popover on touch devices ( #773 )
...
* Add delay on touch pointer event when opening searchbox
* Add playwright mobile test
2024-09-11 08:55:04 +09:00
ArtificialLab
05b3ad2f59
Front stack primary updates and improvements ( #757 )
...
* (fix) index.html formating for prettier
* (add) proper icon management
- on-demand icons auto importing
- handle all available icon sets (https://icones.js.org )
* (fix) proper css management
* (add) front stack improvement:
- implement vue router
- prepare for App.vue simplification
- proper management of views and layouts
- fix Tailwind CSS and prepare for overall css cleaning
* (fix) move back user.css to public dir
* (fix) remove user.css import from main.ts
2024-09-11 08:53:54 +09:00
bymyself
90abf9744c
Document registerCustomNodes ( #772 )
2024-09-10 12:43:39 +09:00
filtered
0e01bb3c07
Fix reroute to wildcard & multi-typed slots ( #769 )
...
Use the same type check the rest of the connection process uses.
2024-09-09 17:53:47 +09:00
Chenlei Hu
a41de30dc5
Fix tailwind css setup ( #768 )
...
* Fix tailwind css setup
* Install as dev dep
* Uninstall primeui tailwind
2024-09-09 16:56:32 +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
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
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
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
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
bymyself
743683c01d
Add logging setting display name ( #742 )
2024-09-05 10:39:22 -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
b396d1a9fe
Trigger searchbox on group body db click ( #731 )
2024-09-04 10:16:12 -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
974a7ef63f
Store shallowRef of litegraph canvas ( #722 )
...
* Store shallowRef of litegraph canvas
* nit
2024-09-03 10:11:31 -04:00
bymyself
a5d93f6910
Update Settings type with new fields ( #718 )
2024-09-02 22:50:56 -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
80e4384644
Eager init nodeSearchService ( #713 )
2024-09-02 15:40:10 -04:00
Chenlei Hu
51b7467012
Auto transforms bugged node pos ( #712 )
2024-09-02 14:41:45 -04:00
Chenlei Hu
e733b87f22
Add beforeRegisterVueAppNodeDefs hook ( #709 )
...
* Add beforeRegisterVueAppNodeDefs hook
* Remove min-char constraint on node library search
2024-09-02 11:06:16 -04:00
Chenlei Hu
adcef7d2f4
Add locale setting ( #708 )
2024-09-02 10:01:00 -04:00
mijuku233
8ba5da14bc
Custom background image ( #698 )
2024-09-01 19:46:55 -04:00
Chenlei Hu
d9a7537169
Fix top level bookmark migration ( #706 )
2024-09-01 18:55:56 -04:00
Chenlei Hu
75e91137f0
Display node display_name instead of name ( #704 )
2024-09-01 18:33:19 -04:00
Chenlei Hu
a4a298924e
Show node id name in node searchbox ( #703 )
...
* Show node unique name in node searchbox
* nit
2024-09-01 18:12:27 -04:00
Chenlei Hu
14da8433f7
Migrate node library sidebar to use unique name instead of display name ( #702 )
...
* Migrate node library sidebar to use unique name instead of display name
* Break word
2024-09-01 17:52:53 -04:00
Chenlei Hu
ff2d160230
Reduce divider margin in node library ( #701 )
2024-09-01 14:49:31 -04:00
Chenlei Hu
b0b5f92940
Add setting to control tree explorer item padding ( #700 )
2024-09-01 14:36:15 -04:00