bymyself
d05153a0dc
[feat] Integrate header registry with all HTTP clients
...
- Replace direct fetch() with fetchWithHeaders across entire codebase
- Replace axios.create() with createAxiosWithHeaders in all services
- Update tests to properly mock network client adapters
- Fix hoisting issues in test mocks for axios instances
- Ensure all network calls now support header injection
This completes Step 2: integrating the header registry infrastructure with all existing HTTP clients in the codebase.
2025-08-17 14:00:48 -07:00
bymyself
0d6e5a75a9
feat: Add header registry infrastructure
...
- Create TypeScript interfaces for header providers
- Implement header registry with priority-based ordering
- Add network client adapters that integrate with the registry
- Add comprehensive unit tests
Co-Authored-By: Claude <noreply@anthropic.com >
2025-08-17 13:43:58 -07:00
AustinMroz
9dbdc6a72b
Fix inconsistency on bypass from context menu ( #4988 )
...
When a node is bypassed from the selection toolbox or by pressing a
keybind for bypass, it will also recursively bypass the contents of a
subgraph. This effect was not applied when clicking the bypass button
from the context menu. The context menu option has been updated to
perform the same action as the others so that behaviour is consistent.
2025-08-14 22:34:20 -07:00
AustinMroz
db71365768
Implement subgraph unpacking ( #4840 )
2025-08-12 13:45:29 -07:00
Christian Byrne
c42c9315f4
[refactor] Replace lodash with es-toolkit ( #4935 )
2025-08-12 12:22:09 -07:00
Christian Byrne
71a43193df
[feat] Make hotkey for exiting subgraphs configurable in user keybindings ( #4818 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-08-11 10:22:13 -07:00
Terry Jia
d22d62b670
[3d] initial version of 3d viewer ( #3968 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-08-10 21:09:19 -07:00
pythongosssss
03ad06ea14
Add preview to workflow tabs ( #4290 )
2025-08-09 14:39:40 -07:00
AustinMroz
1fc4fd2ca8
Remove subgraphs from add node context menu ( #4820 )
2025-08-07 14:54:14 -07:00
Johnpaul Chiwetelu
5e9b8785a5
Scroll templates better ( #4584 )
2025-08-06 16:13:29 -07:00
Benjamin Lu
fad8dae796
Merge branch 'main' into bl-merge-lg-fe
2025-08-05 18:24:29 -04:00
Christian Byrne
681d4c6758
[Bug] SaveAnimatedPNG node does not display generated APNG ( #4197 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-08-04 14:57:54 -07:00
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
Christian Byrne
f987cf9dbd
[feat] Improve SubgraphNode badge with sitemap icon and primary color ( #4596 )
2025-07-30 02:48:02 -07: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
brucew4yn3rp
83aa887456
[Feature] Enhanced MaskEditor to an Image Canvas ( #4361 )
...
Co-authored-by: duckcomfy <a@a.a>
2025-07-24 16:23:50 +10:00
Sidharth
b240c090aa
Fix: Escape closes Settings dialog if login dialog open ( #4364 )
2025-07-23 22:41:26 -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
1cd6a7f667
[chore] Update litegraph to 0.16.14 ( #4494 )
2025-07-21 17:48:32 -07:00
Christian Byrne
a39f6e6763
[feat] DOM widget promotion for subgraph inputs ( #4491 )
2025-07-21 11:52:54 -07:00
Terry Jia
c1db367422
add installedVersion ( #4337 )
...
Co-authored-by: bymyself <cbyrne@comfy.org >
2025-07-04 16:52:18 -07:00
Christian Byrne
44bbfa9f39
[feat] Implement getNodeByComfyNodeName API integration ( #4343 )
2025-07-03 17:59:21 -07: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
Christian Byrne
eb8b67dd9d
[docs] Update nested README files with comprehensive component listings ( #4303 )
2025-06-29 19:55:21 -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
Jin Yi
47145ce4b8
[Manager] Modal UI Adjustment (Align with Design) ( #4222 )
2025-06-23 21:30:56 -07:00
Christian Byrne
e8dd26ff59
[Manager] Fix: When using registry search provider, results not properly paginated' ( #4249 )
2025-06-22 20:05:37 -07:00
filtered
e23547dd5a
[TS] Remove expect-error (type fix) ( #4235 )
2025-06-21 20:52:35 -07:00
Christian Byrne
4b32786ef5
[Manager] Update Algolia mappings ( #4230 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-06-21 11:09:14 -07:00
Christian Byrne
2ef760c599
[Manager] Keep progress dialog on top using priority system ( #4225 )
2025-06-20 15:22:42 -07:00
Christian Byrne
75077fe9ed
[Manager] Add registry search fallback with gateway pattern ( #4187 )
2025-06-15 17:22:05 -07:00
Christian Byrne
a6bd04f951
[Manager] Make dialog closeable with button and hotkey ( #4179 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-06-14 15:21:43 -07:00
Christian Byrne
5b32d2aad0
[Manager] Persist/Restore Manager UI state ( #4180 )
2025-06-14 15:19:56 -07:00
Christian Byrne
88f2cc7847
[Manager] Refactor search result types ( #4154 )
2025-06-13 15:08:55 -07:00
Christian Byrne
a937ac59ad
Revert Algolia proxy changes ( #4133 )
2025-06-11 06:41:35 -07:00
Benjamin Lu
86aeeb87bb
Change hosts accept from readWrite to read ( #4058 )
2025-06-03 03:16:43 +00:00
Benjamin Lu
88817e5bc0
Use new Algolia proxy ( #4030 )
2025-06-02 00:20:37 -07:00
Benjamin Lu
40cfc43c54
Add Help Menu in NodeLibrarySidebarTab ( #3922 )
...
Co-authored-by: github-actions <github-actions@github.com >
Co-authored-by: Claude <noreply@anthropic.com >
2025-06-01 23:24:31 +10:00
Christian Byrne
69f33f322f
[fix] Clear CSS background variable when canvas background image is removed ( #4034 )
2025-06-01 13:41:17 +10:00
Christian Byrne
dee00edc5f
[feat] Add node library sorting and grouping controls ( #4024 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-05-31 17:39:39 +10:00
filtered
0cdaa512c8
Allow extensions to raise their own Vue dialogs ( #4008 )
2025-05-29 21:05:52 +10:00
Terry Jia
b531d34027
[3d] performance improve ( #3961 )
2025-05-21 21:29:52 -04: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
Christian Byrne
22dc84324e
[docs] add READMEs for major folders ( #3923 )
2025-05-18 12:11:56 -04:00
Chenlei Hu
c1442ec755
[Cleanup] Remove api nodes news dialog ( #3890 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-05-14 21:06:08 -04:00
Christian Byrne
bc360eef15
[Manager] Cache Algolia searches and limit suggestions queries ( #3876 )
2025-05-13 15:28:42 -04:00
Christian Byrne
a9bdc70e28
[API Node] Show message tip about API-key-based login ( #3851 )
...
Co-authored-by: github-actions <github-actions@github.com >
Co-authored-by: Chenlei Hu <hcl@comfy.org >
2025-05-13 13:03:13 -04:00
filtered
5fa0401acd
Fix workflow Export missing viewport scale/offset ( #3828 )
2025-05-09 14:58:16 +10:00
Chenlei Hu
2a297e512d
Fit view on workflow load without extra.ds ( #3822 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-05-08 17:39:44 -04:00