Jin Yi
2d9cb002f0
[refactor] WIP: python version, has_registry, security_pending deleted
2025-07-30 12:03:00 +09:00
Jin Yi
24ae277ebe
[Manager] Fix toggle modal dismiss bug ( #4534 )
2025-07-26 07:14:24 +09:00
comfy-jinyi
7c2a648ab8
[Manager] Fix package version matching in conflict detection ( #4530 )
...
Co-authored-by: Jin Yi <jin12cc@gmail.com >
Co-authored-by: Claude <noreply@anthropic.com >
2025-07-25 14:10:55 +09:00
Jin Yi
b169772f9f
Manager Conflict Nofitication ( #4443 )
...
Co-authored-by: github-actions <github-actions@github.com >
Co-authored-by: bymyself <cbyrne@comfy.org >
Co-authored-by: Claude <noreply@anthropic.com >
2025-07-25 08:35:46 +09:00
Jin Yi
0a2f2d8368
[Manager] Compatibility Detection Logic ( #4348 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-07-21 17:43:43 +09:00
bymyself
e4e5e4d331
fix rebase error
2025-07-21 17:43:42 +09:00
Jin Yi
79bf5d9b67
[Manager] Add update all button functionality
...
- Add PackUpdateButton component for bulk updates
- Add useUpdateAvailableNodes composable to track available updates
- Integrate update all button in RegistrySearchBar
- Add localization strings for update functionality
- Add comprehensive tests for update functionality
- Add loading state to PackActionButton
2025-07-21 17:43:42 +09:00
bymyself
19f6138f92
[tests] Update useServerLogs test after log subscription change
...
The test was expecting subscribeLogs(false) to be called, but this was commented out in commit 33d64475 to fix logs stopping after the first of multiple queue tasks. Updated test to reflect this temporary change.
2025-07-21 17:43:42 +09:00
bymyself
b7c8180eb3
[tests] Update useServerLogs test to handle task-started events
...
Update test to simulate cm-task-started events before logs events to match the actual behavior of the composable.
2025-07-21 17:43:42 +09:00
Christian Byrne
ad6395933d
[Manager] Filter task queue and history by client id ( #4241 )
2025-07-21 17:43:42 +09:00
bymyself
a28aa80370
[manager] Update tests for new manager API
...
Updated tests for manager queue composable, server logs composable, and manager store to work with the new API signatures and functionality.
2025-07-21 17:43:42 +09:00
bymyself
478499c188
[Update to v2 API] update WS done message
2025-07-21 17:41:45 +09:00
guill
1200c07fcd
Add support for Feature Flags ( #4439 )
2025-07-15 15:59:11 -07:00
bmcomfy
f5b03f323d
[System Pop Up] Hide hidden and deprecated settings from search results ( #4390 )
2025-07-08 17:19:37 -07:00
bmcomfy
d6f6407c44
[System Pop Up] Add setting to disable version update notifications ( #4388 )
2025-07-08 14:43:11 -07:00
Christian Byrne
2906ea3fd9
[fix] Correct API node pricing discrepancies ( #4381 )
2025-07-07 23:33:55 -07:00
Terry Jia
4cbcded820
add defaultsByInstallVersion ( #4354 )
2025-07-06 13:28:58 -07:00
Christian Byrne
191b4574b9
[fix] Add dynamic pricing for API nodes with quantity parameters ( #4362 )
2025-07-05 20:50:33 -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
3b435e337e
[fix] Add dynamic pricing for Ideogram nodes based on num_images parameter ( #4351 )
2025-07-04 16:13:33 -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
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
e8dd26ff59
[Manager] Fix: When using registry search provider, results not properly paginated' ( #4249 )
2025-06-22 20:05:37 -07:00
Christian Byrne
3a1bd1829a
[feat] Add auto-refresh on task completion for RemoteWidget nodes ( #4191 )
...
Co-authored-by: filtered <176114999+webfiltered@users.noreply.github.com >
2025-06-22 17:30:24 -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
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
2ef760c599
[Manager] Keep progress dialog on top using priority system ( #4225 )
2025-06-20 15:22:42 -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
filtered
f251af25cc
Revert "[refactor] Refactor file handling" ( #4103 )
2025-06-08 07:20:15 +00:00
Christian Byrne
73be826956
[Feature] Add "All" category to template workflows ( #3931 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-06-04 02:58:00 -07:00
Christian Byrne
398dc6d8a6
[feat] Add dynamic pricing for API nodes with real-time updates ( #3963 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-06-04 02:04:24 -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
b81c2f7cd2
[bugfix] Filter model metadata by current widget selection ( #4021 )
...
Co-authored-by: filtered <176114999+webfiltered@users.noreply.github.com >
2025-06-01 12:43:00 +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
Christian Byrne
30ee669f5c
[refactor] Refactor file handling ( #3955 )
2025-05-30 02:05:41 -07:00
Christian Byrne
4ad6475283
[Feature] Add audio preview support to queue sidebar ( #3954 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-05-21 21:31:38 -04:00
Christian Byrne
774bff2ed6
[Refactor] Move component test next to component ( #3940 )
2025-05-20 11:52:26 +10:00
Christian Byrne
3a6018589e
Add testing documentation guides for frontend tests ( #3927 )
2025-05-19 08:41:51 +10:00
Christian Byrne
a7ee3fae05
Add tests for ChatHistoryWidget and related features ( #3921 )
2025-05-18 12:16:06 -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
b152f67d95
[Refactor] useBrowserTabTitle composable ( #3881 )
2025-05-13 17:02:54 -04:00
filtered
7144ec54aa
Fix UI crash when selecting broken node + TS fixes ( #3859 )
2025-05-12 17:57:59 +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
Christian Byrne
1ef3c007e6
[Auth] Allow user select GitHub account on login ( #3801 )
2025-05-07 12:03:23 -04:00
Chenlei Hu
d05a340949
[Auth] Allow user select google account on login ( #3777 )
2025-05-05 23:16:16 -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
Christian Byrne
23d32282bc
Fix: server fails to load SVG outputs when user has "Preview Format" setting specified ( #3734 )
2025-05-02 10:09:50 -07:00