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
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
Terry Jia
c1db367422
add installedVersion ( #4337 )
...
Co-authored-by: bymyself <cbyrne@comfy.org >
2025-07-04 16:52:18 -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
Christian Byrne
49400c69b6
Set output as background ( #3079 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-05-21 12:15:15 -04:00
filtered
7f2b8a5321
[CodeHealth] Add various minor fixes - logging, missed i18n ( #3895 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-05-15 22:04:48 +10:00
Chenlei Hu
e6d649b596
[Refactor] Convert NodeBadge.vue to composable ( #3883 )
2025-05-13 21:56:26 -04:00
filtered
58906fa821
[CodeHealth] Remove remaining uses of global app var ( #3868 )
2025-05-13 12:01:02 -04:00
filtered
31be0a04f0
Use upstreamed viewport serialisation ( #3864 )
2025-05-13 05:33:10 +10:00
filtered
36bd1f74ca
[TS] Fix weak ds.offset type breaks litegraph CI ( #3861 )
2025-05-13 04:34:47 +10:00
filtered
7144ec54aa
Fix UI crash when selecting broken node + TS fixes ( #3859 )
2025-05-12 17:57:59 +10:00
filtered
00c2181bb6
Show warning toast when no items are selected ( #3741 )
2025-05-03 11:14:02 -04:00
Christian Byrne
743f3cb5a1
[Subgraph] Add subgraph breadcrumbs component ( #3241 )
...
Co-authored-by: filtered <176114999+webfiltered@users.noreply.github.com >
2025-05-03 09:31:45 +10:00
filtered
bd1890a422
[Refactor] Convert save viewport in workflow to watcher ( #3673 )
2025-04-29 06:49:41 +10:00
Chenlei Hu
585d52e24e
[Bug] Fix DOM widgets position when canvas bounding box change ( #3565 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-04-22 15:11:54 -04:00
Chenlei Hu
b7535755f0
Revert "[nit] Remove tab index on canvas element" ( #3566 )
2025-04-22 12:58:37 -04:00
Chenlei Hu
6b7b0f6ec1
[nit] Remove tab index on canvas element ( #3563 )
2025-04-22 11:40:22 -04:00
Chenlei Hu
a03841cb1a
[lint] Enable plugin vue recommended rules ( #3403 )
2025-04-11 12:53:20 -04:00
Chenlei Hu
dc5d7ea1be
[lint] Enforce @typescript-eslint/no-floating-promises ( #3402 )
2025-04-11 12:19:22 -04:00
Benjamin Lu
fa75614dc3
Add autosave feature ( #3330 )
...
Co-authored-by: Benjamin Lu <templu1107@proton.me >
2025-04-06 18:48:00 -04:00
Chenlei Hu
6d09b7165f
[TS] Fix event type for executing listener ( #3310 )
2025-04-02 11:16:36 -04:00
Chenlei Hu
8fc6840434
[Bug] Fix progress bar display on last output node ( #3309 )
2025-04-02 11:07:25 -04:00
Laurent Erignoux
ccb71bf1a3
Ensures we clean missing local storage comfy UserId ( #3289 )
2025-04-01 22:42:00 -04:00
Chenlei Hu
cb06d96930
[Refactor] Use NodeSlot.hasErrors API ( #3284 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-03-30 20:10:28 -04:00
Chenlei Hu
10bed33383
[Refactor] Use LGraphNode.progress API ( #3281 )
2025-03-30 18:13:31 -04:00
Chenlei Hu
a049e9ae2d
[TS] Enable strict mode ( #3136 )
2025-03-18 22:57:17 -04:00
Chenlei Hu
e8997a7653
[TS] Fix ts-strict errors in Vue components (Part 2) ( #3123 )
...
Co-authored-by: Christian Byrne <cbyrne@comfy.org >
2025-03-18 10:51:23 -04:00
Chenlei Hu
f7be9157e0
Dom widget store ( #2899 )
2025-03-06 13:23:58 -05:00
Chenlei Hu
79db202925
[New Feature] Selection Toolbox ( #2608 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-02-17 19:07:49 -05:00
Chenlei Hu
0658698a13
Selection Overlay ( #2592 )
2025-02-16 21:23:07 -05:00
Chenlei Hu
9082903956
[Style] Fix pointer events on graph canvas panel content ( #2534 )
2025-02-12 14:11:54 -05:00
Chenlei Hu
9017513979
[Refactor] Manage comfyui-body elements with Vue ( #2522 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-02-11 18:37:08 -05:00
Chenlei Hu
2da23fd373
[Refactor] Extract litegraph settings sync to a composable ( #2461 )
2025-02-06 15:21:11 -05:00
Chenlei Hu
7ddcac88d7
[Refactor] Upstream drag zoom feature to litegraph ( #2459 )
2025-02-06 14:54:36 -05:00
Chenlei Hu
1061620783
[Refactor] Move paste handling to usePaste composable ( #2452 )
2025-02-06 13:37:37 -05:00
Chenlei Hu
af7a6601e0
[Refactor] Move copy handling to useCopy composable ( #2451 )
2025-02-06 13:22:48 -05:00
Chenlei Hu
6525ae7cf4
[Refactor] Rename hooks/ to composables/ ( #2437 )
2025-02-05 15:05:56 -05:00
KarryCharon
2c12df12ab
[i18n] Impl i18n context menu translation ( #2425 )
...
Co-authored-by: github-actions <github-actions@github.com >
Co-authored-by: huchenlei <huchenlei@proton.me >
2025-02-05 12:07:40 -05:00
Chenlei Hu
98c197e8b1
Add LiteGraph.Canvas.LowQualityRenderingZoomThreshold setting ( #2412 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-02-03 20:28:07 -05:00
Chenlei Hu
7afc1baf7d
[Refactor] Extract litegraph canvas drop target logic as composable ( #2381 )
2025-01-29 17:15:01 -08:00
Chenlei Hu
7bdad335ca
[Refactor] Extract global window litegraph as a composable ( #2380 )
2025-01-29 16:53:26 -08:00
filtered
e3ab0e4d68
Add option to disable combo box zoom-in scaling ( #2362 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-01-27 22:56:40 +11:00
bymyself
7bd8527bca
Add cursor drop effect when dragging nodes/models onto graph ( #2354 )
2025-01-26 07:08:10 -05:00
Chenlei Hu
2852720b2c
[Refactor] Extract workflow/workflow tabs restore into a composable ( #2350 )
2025-01-25 16:58:50 -05:00
Chenlei Hu
38b8a68e50
[Refactor] Move workflow restore from app to GraphCanvas ( #2349 )
2025-01-25 15:36:50 -05:00
Chenlei Hu
1bcc00cd33
[i18n] Load custom nodes locales from ComfyUI server ( #2314 )
2025-01-22 17:37:02 -05:00
bymyself
ce0726d85e
Restore all open workflows on load ( #2238 )
2025-01-13 20:24:40 -05:00