You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[feat] Improve UX for disabled node packs in Manager dialog (#5478) (#5485)
* [feat] Improve UX for disabled node packs in Manager dialog
- Hide "Update All" button when only disabled packs have updates
- Add tooltip on "Update All" hover to indicate disabled nodes won't be updated
- Disable version selector and show tooltip for disabled node packs
- Filter updates to only show enabled packs in the update queue
- Add visual indicators (opacity, cursor) for disabled pack cards
- Add comprehensive test coverage for new functionality
This improves the user experience by clearly indicating which packs
can be updated and preventing confusion about disabled packs.
🤖 Generated with [Claude Code](https://claude.ai/code)
* chore: missing nodes description added
* test: test code modified
---------
Co-authored-by: Jin Yi <[email protected]>
Co-authored-by: Claude <[email protected]>
Copy file name to clipboardExpand all lines: src/locales/en/main.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -187,6 +187,8 @@
187
187
"updateSelected": "Update Selected",
188
188
"updateAll": "Update All",
189
189
"updatingAllPacks": "Updating all packages",
190
+
"disabledNodesWontUpdate": "Disabled nodes will not be updated",
191
+
"enablePackToChangeVersion": "Enable this pack to change versions",
190
192
"license": "License",
191
193
"nightlyVersion": "Nightly",
192
194
"latestVersion": "Latest",
@@ -1436,6 +1438,8 @@
1436
1438
"missingModelsMessage": "When loading the graph, the following models were not found"
1437
1439
},
1438
1440
"loadWorkflowWarning": {
1441
+
"missingNodesTitle": "Some Nodes Are Missing",
1442
+
"missingNodesDescription": "When loading the graph, the following node types were not found.\nThis may also happen if your installed version is lower and that node type can’t be found.",
1439
1443
"outdatedVersion": "Some nodes require a newer version of ComfyUI (current: {version}). Please update to use all nodes.",
1440
1444
"outdatedVersionGeneric": "Some nodes require a newer version of ComfyUI. Please update to use all nodes.",
0 commit comments