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)
* [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)
Co-Authored-By: Claude <[email protected]>
* chore: missing nodes description added
* test: test code modified
---------
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
@@ -193,6 +193,8 @@
193
193
"updateSelected": "Update Selected",
194
194
"updateAll": "Update All",
195
195
"updatingAllPacks": "Updating all packages",
196
+
"disabledNodesWontUpdate": "Disabled nodes will not be updated",
197
+
"enablePackToChangeVersion": "Enable this pack to change versions",
196
198
"license": "License",
197
199
"nightlyVersion": "Nightly",
198
200
"latestVersion": "Latest",
@@ -1470,6 +1472,8 @@
1470
1472
"missingModelsMessage": "When loading the graph, the following models were not found"
1471
1473
},
1472
1474
"loadWorkflowWarning": {
1475
+
"missingNodesTitle": "Some Nodes Are Missing",
1476
+
"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.",
1473
1477
"outdatedVersion": "Some nodes require a newer version of ComfyUI (current: {version}). Please update to use all nodes.",
1474
1478
"outdatedVersionGeneric": "Some nodes require a newer version of ComfyUI. Please update to use all nodes.",
0 commit comments