Benjamin Lu
fef02e5f56
[refactor] Migrate litegraph imports from npm package to local subtree
...
- Updated all imports from '@comfyorg/litegraph' to '@/lib/litegraph/src/'
- Replaced deep dist imports with direct source paths
- Updated CSS import in main.ts
- All imports now use the @ alias consistently
2025-08-03 22:06:29 -04:00
Chenlei Hu
934f2674e9
[refactor] Reorganize CLAUDE.md into hierarchical subdirectory files ( #4640 )
2025-08-02 19:52:33 -07:00
Christian Byrne
baea47c493
Extract selection filtering logic to useSelectedLiteGraphItems composable and don't show toolbox when selecting Reroutes ( #4634 )
2025-07-31 18:02:08 -07:00
Christian Byrne
f85df302fb
[fix] show tooltip on color picker button in selection toolbox ( #4612 )
2025-07-30 17:24:48 -07:00
Christian Byrne
b2b50ac012
[Style] Update "convert to subgraph" icon ( #4611 )
2025-07-30 13:29:30 -07:00
Christian Byrne
efb08bf2ba
[Style] Fix node preview header/title overflow ( #4610 )
2025-07-30 11:46:50 -07:00
Christian Byrne
516eb26d3e
[feat] Add custom icon system with workflow icon ( #4590 )
2025-07-30 01:27:15 -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
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
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
pythongosssss
62f3ba0689
V3 UI - Tabs & Menu rework ( #4374 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-07-24 00:09:12 -07:00
guill
7eb3eb2473
Update the frontend to support async nodes. ( #4382 )
...
Co-authored-by: github-actions <github-actions@github.com >
Co-authored-by: Christian Byrne <cbyrne@comfy.org >
2025-07-23 13:46:00 +10:00
Christian Byrne
a39f6e6763
[feat] DOM widget promotion for subgraph inputs ( #4491 )
2025-07-21 11:52:54 -07:00
Terry Jia
ed1d944e0e
[3d] remove unnecessary uploadTexture ( #4357 )
2025-07-19 11:38:49 -07:00
Rizumu Ayaka
11eff4981f
Fix Help Center changelog toast overflows viewport ( #4469 )
2025-07-17 17:13:01 -07:00
Christian Byrne
a70d69cbd2
[fix] Sync subgraph node title changes with breadcrumb navigation ( #4394 )
2025-07-13 07:37:48 +10:00
Deep Roy
7cf5d1e86b
Add prompt ID to interrupt API call ( #4393 )
2025-07-10 17:24:21 -07:00
bmcomfy
1632798fd2
[System Pop Up] Improve help center and what's new popup UI ( #4395 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-07-09 16:17:50 -07:00
bmcomfy
d6f6407c44
[System Pop Up] Add setting to disable version update notifications ( #4388 )
2025-07-08 14:43:11 -07:00
RickyHuang
35556eb674
fIx: side toolbar tab tooltip not reactive when changing locale ( #4213 )
...
Co-authored-by: Huang Yun Qi <yun-qi.huang@ubisoft.com >
2025-07-05 02:54:23 -07:00
Terry Jia
c1db367422
add installedVersion ( #4337 )
...
Co-authored-by: bymyself <cbyrne@comfy.org >
2025-07-04 16:52:18 -07:00
bmcomfy
a45753486d
[System Pop Up] Improve help center menu behavior and Electron compatibility ( #4330 )
2025-07-02 16:13:13 -07:00
Christian Byrne
959ab3b3ec
[feat] Add ESLint i18n enforcement and fix hardcoded strings ( #4327 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-07-02 00:41:46 -07:00
Terry Jia
35ff882ff2
[3d] better solution to support reading extra resource/texture ( #4209 )
2025-07-01 21:25:18 -07:00
filtered
6470a0bbd9
[CodeHealth] Follow-up on #4288 - code style / async ( #4308 )
2025-07-01 09:46:24 -07:00
ComfyUI Wiki
c75015c5b8
Fix helper menu issues and align with the design. ( #4261 )
2025-06-30 21:36:09 -04:00
Terry Jia
5bbed91295
usage log table ( #4288 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-06-30 12:13:01 -07:00
filtered
a7fb685290
Add Subgraphs ( #3905 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-06-28 15:37:23 -07:00
bmcomfy
2d2cec2e79
[System Pop Up] Add help center with release notifications and "What's New" popup ( #4256 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-06-26 14:11:15 -07:00
filtered
a9b7ed2a53
Prevent video output nodes from showing edit model button ( #4278 )
2025-06-26 06:15:09 -07:00
filtered
35ee8f2d92
Only show edit image icon on valid nodes ( #4277 )
2025-06-26 03:00:05 -07:00
filtered
9a3530dc3a
Add initial edit model button (static) ( #4276 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-06-26 00:34:38 -07:00
Jin Yi
63181a1ddd
[Manager] Standardize Card Aspect Ratios & Enhance UI ( #4271 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-06-25 12:34:19 -07:00
Jin Yi
47145ce4b8
[Manager] Modal UI Adjustment (Align with Design) ( #4222 )
2025-06-23 21:30:56 -07:00
Christian Byrne
886e4908d4
[Manager] Fix flush timing issue when switching tabs ( #4253 )
2025-06-23 03:49:47 -07:00
Christian Byrne
a80a939324
Fix: virtual grid scrolling bug when container is rendered with emtpy items (switching tabs) ( #4251 )
2025-06-23 00:13:46 -07:00
Christian Byrne
b99214bf5e
[feat] Show version-specific missing core nodes in workflow warnings ( #4227 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-06-20 15:33:47 -07:00
Christian Byrne
429ab6c365
[Manager] Fix "total nodes" count when selecting multiple packs ( #4228 )
2025-06-20 15:20:26 -07:00
Jin Yi
fa14ec52f4
[Manager] Impletent “Install All” button ( #4196 )
...
Co-authored-by: github-actions <github-actions@github.com >
Co-authored-by: filtered <176114999+webfiltered@users.noreply.github.com >
Co-authored-by: Christian Byrne <cbyrne@comfy.org >
Co-authored-by: Terry Jia <terryjia88@gmail.com >
Co-authored-by: comfy-waifu <comfywaifu.ai@gmail.com >
Co-authored-by: Comfy Org PR Bot <snomiao+comfy-pr@gmail.com >
2025-06-18 10:52:24 +09:00
Christian Byrne
75077fe9ed
[Manager] Add registry search fallback with gateway pattern ( #4187 )
2025-06-15 17:22:05 -07:00
Christian Byrne
5b32d2aad0
[Manager] Persist/Restore Manager UI state ( #4180 )
2025-06-14 15:19:56 -07:00
Christian Byrne
23ba7e6501
[Manager] Fix version selector popover not closing when selecting different pack ( #4176 )
2025-06-14 15:06:32 -07:00
Christian Byrne
ec27d50333
[Manager] Fix selection state race condition during pack data merge ( #4165 )
2025-06-13 23:46:53 -07:00
Christian Byrne
693e156ab2
[Manager] Update PackCard styling to match Figma design ( #4164 )
2025-06-13 22:27:34 -07:00
Christian Byrne
55bf36564d
[Manager] Fix card selection highlight z-index and border radius issues ( #4160 )
2025-06-13 21:19:11 -07:00
Christian Byrne
48ac4a2b36
[Manager] Fix race condition in pack selection ( #4158 )
2025-06-14 03:53:06 +00:00
Christian Byrne
c9c1275e4c
[Manager] Add enable/disable toggle for installed node packs ( #4157 )
2025-06-13 20:43:38 -07:00
Christian Byrne
88f2cc7847
[Manager] Refactor search result types ( #4154 )
2025-06-13 15:08:55 -07:00