bymyself
642f79c20d
remove the temporary check for legacy custom node version of manager
2025-07-31 16:41:53 +09:00
bymyself
64a2d0d152
fix: logs stops listening after 1st of multiple queue tasks
2025-07-31 16:41:53 +09:00
Christian Byrne
6a07ead4e4
[Manager] Fix: failed tasks logs not correctly partitioned in UI ( #4242 )
2025-07-31 16:41:53 +09:00
bymyself
d61c0483c4
fix failed task tab state binding
2025-07-31 16:41:53 +09:00
Christian Byrne
175b728dd9
[Manager] Filter task queue and history by client id ( #4241 )
2025-07-31 16:41:53 +09:00
github-actions
8ad3a0b212
Update locales [skip ci]
2025-07-31 16:41:53 +09:00
bymyself
d8799b6a9f
fix rebase errors
2025-07-31 16:41:09 +09:00
bymyself
0177361554
[manager] Fix test failures and missing type definitions
...
- Fix ManagerProgressDialogContent test mock to include all required store methods
- Add missing MergedNodePack, RegistryPack type definitions and isMergedNodePack type guard
- Ensure all unit tests (548 passed) and component tests (174 passed) are working
- Fix TypeScript compilation errors related to manager store interfaces
2025-07-31 16:41:09 +09:00
bymyself
eef8c0408a
[manager] Update UI components for new manager interface
...
Updated manager dialog components, pack cards, version selectors, and action buttons to work with the new manager API and state management structure.
2025-07-31 16:41:09 +09:00
bymyself
42a7deae2b
[manager] Update composables and state management
...
Updated manager queue composable, server logs composable, workflow packs composable, and manager store to support the new manager API structure and state management patterns.
2025-07-31 16:41:09 +09:00
bymyself
3db88b7172
[manager] Update core services for new manager API
...
Updated ComfyUI Manager service and dialog service to support the new menu items structure and API endpoints.
2025-07-31 16:41:09 +09:00
bymyself
f2cfd2a841
[manager] Update type definitions and schemas for menu items migration
...
Updated ComfyUI Manager types and API schemas to support the new menu items structure and manager functionality.
2025-07-31 16:41:09 +09:00
github-actions
dafa767c0c
Update locales [skip ci]
2025-07-31 16:41:09 +09:00
bymyself
f10b693bbb
dont show missing nodes button in legacy manager mode
2025-07-31 16:40:53 +09:00
bymyself
efde93168e
use correct response shape
2025-07-31 16:40:53 +09:00
github-actions
a50c26fe76
Update locales [skip ci]
2025-07-31 16:40:53 +09:00
bymyself
6a87933a78
add "Check for Updates", "Install Missing" menu items
2025-07-31 16:39:00 +09:00
bymyself
f82d8d56b8
move legacy option to startup arg
2025-07-31 16:38:41 +09:00
bymyself
891593971b
await promises. update settings schema
2025-07-31 16:38:41 +09:00
github-actions
408644fe08
Update locales [skip ci]
2025-07-31 16:38:41 +09:00
bymyself
38ab2833eb
migrate manager menu items
2025-07-31 16:34:26 +09:00
github-actions
5abe2d0822
Update locales [skip ci]
2025-07-30 18:30:36 +00:00
Christian Byrne
bf9cf06de2
Fix errors from rebase (removed Tag component import and duplicated imports in api.ts) ( #4608 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-07-30 11:26:05 -07:00
Christian Byrne
c7520eac3e
[fix] Fix json syntax error from rebase ( #4607 )
2025-07-30 10:22:05 -07:00
Jin Yi
972160782c
Merge branch 'main' into manager/menu-items-migration
2025-07-30 19:56:49 +09:00
Christian Byrne
f987cf9dbd
[feat] Improve SubgraphNode badge with sitemap icon and primary color ( #4596 )
2025-07-30 02:48:02 -07:00
Christian Byrne
b370b6387d
[fix] DOM widgets lose correct positioning when SubgraphNodes are nested ( #4588 )
2025-07-30 02:18:58 -07:00
Christian Byrne
516eb26d3e
[feat] Add custom icon system with workflow icon ( #4590 )
2025-07-30 01:27:15 -07:00
Christian Byrne
596c51d1ef
[fix] Fix "Require confirmation before clearing workflow" setting not working ( #4587 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-07-30 00:08:06 -07:00
Christian Byrne
d70949dd47
[feat] Remove default Backspace keybinding to clear workflow ( #4586 )
2025-07-29 20:42:38 -07:00
Rizumu Ayaka
abf591d122
fix: DOM widget position offset after canvas moves ( #4557 )
2025-07-29 01:40:47 -07:00
Christian Byrne
cf072b8420
[fix] Fix link input slots not being updated in subgraphs ( #4575 )
2025-07-29 00:32:39 -07:00
Christian Byrne
4b75528c39
[fix] Fix graph configuration callbacks not reaching subgraph nodes ( #4572 )
2025-07-29 00:17:03 -07:00
Christian Byrne
dd14144f47
[fix] Update Search & Replace to support nodes in subgraphs ( #4576 )
2025-07-29 00:10:56 -07:00
Christian Byrne
00cd9fadec
[feat] Prevent browser zoom on UI components with canvas wheel event forwarding ( #4574 )
2025-07-28 23:51:09 -07:00
Christian Byrne
98d694f7e3
[fix] Prevent incorrect 'frontend_only' badges in subgraphs ( #4571 )
2025-07-28 23:05:27 -07:00
Christian Byrne
b1fc8846a3
[fix] Update API node pricing for multiple providers ( #4564 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-07-28 23:01:46 -07:00
Jin Yi
680c09a584
[fix] Detect missing nodes in subgraphs ( #4547 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-07-28 21:55:53 -07:00
Christian Byrne
7fe4c07a9c
[fix] Preserve subgraph structure when clearing workflow ( #4567 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-07-28 20:53:05 -07:00
SHIVANSH GUPTA
577cd23c3e
Feature Implemented: Warning displayed when frontend version mismatches ( #4363 )
...
Co-authored-by: bymyself <cbyrne@comfy.org >
Co-authored-by: Claude <noreply@anthropic.com >
2025-07-28 18:23:49 -07:00
Christian Byrne
b1436a068b
[feat] sync subgraph node titles with breadcrumb renaming ( #4565 )
2025-07-28 18:00:59 -07:00
Christian Byrne
b6922cf386
Add delay to breadcrumb and workflow tab tooltips ( #4559 )
2025-07-28 13:09:34 -07:00
Dr.Lt.Data
6167861340
refine locales/ko ( #4549 )
2025-07-27 13:10:55 -07:00
Jennifer Weber
67277d483d
Update missing nodes dialog title ( #4545 )
...
Co-authored-by: Jennifer Weber <weberjc@MacBookPro.attlocal.net >
Co-authored-by: github-actions <github-actions@github.com >
2025-07-27 00:29:57 -07:00
Terry Jia
344afa21a7
minimap ( #4520 )
...
Co-authored-by: github-actions <github-actions@github.com >
Co-authored-by: Christian Byrne <cbyrne@comfy.org >
2025-07-26 18:16:41 -07:00
Terry Jia
e3628ed156
add CanvasNavigationMode ( #4533 )
...
Co-authored-by: bymyself <cbyrne@comfy.org >
Co-authored-by: github-actions <github-actions@github.com >
2025-07-25 19:01:43 -07:00
Comfy Org PR Bot
35fb141b07
[chore] Update litegraph to 0.16.17 ( #4528 )
...
Co-authored-by: christian-byrne <72887196+christian-byrne@users.noreply.github.com >
Co-authored-by: github-actions <github-actions@github.com >
2025-07-24 19:40:33 -07:00
Sambhavi Pandey
475c9f7f89
fix(queryRegex): safe escape for query regex ( #4493 )
...
Co-authored-by: Sambhavi Pandey <sambhavi.pandey@aexp.com >
2025-07-24 15:31:07 -07:00
filtered
4d0ba197a8
[Cleanup] Remove deprecated: node def validation ( #4038 )
2025-07-24 17:54:29 +10:00
Terry Jia
906bc42f7f
record audio node support ( #4289 )
...
Co-authored-by: github-actions <github-actions@github.com >
Co-authored-by: Christian Byrne <cbyrne@comfy.org >
2025-07-24 00:22:16 -07:00