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
[refactor] Remove legacy manager UI support and tag from header
Removes the legacy manager UI tag from the manager header along with all related functionality:
- Remove "Use Legacy UI" tag and tooltip from ManagerHeader component
- Remove legacy UI i18n translation keys from all language files
- Update ManagerUIState enum to only support DISABLED and NEW_UI states
- Remove isLegacyManagerUI function and related service endpoints
- Update openManager calls to remove legacy-specific options
- Remove legacy manager commands from core commands
- Update all tests to reflect the new two-state system
- When server doesn't support v4, manager is now disabled instead of falling back to legacy UI
This simplifies the manager architecture by removing the legacy UI fallback path entirely.
Copy file name to clipboardExpand all lines: src/locales/es/main.json
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -633,9 +633,6 @@
633
633
"installationQueue": "Cola de Instalación",
634
634
"lastUpdated": "Última Actualización",
635
635
"latestVersion": "Última",
636
-
"legacyManagerUI": "Usar UI antigua",
637
-
"legacyManagerUIDescription": "Para usar la UI antigua del Manager, inicia ComfyUI con --enable-manager-legacy-ui",
638
-
"legacyMenuNotAvailable": "El menú del administrador antiguo no está disponible en esta versión de ComfyUI. Por favor, utiliza el nuevo menú del administrador en su lugar.",
"legacyManagerUIDescription": "Pour utiliser l'interface utilisateur de gestion héritée, démarrez ComfyUI avec --enable-manager-legacy-ui",
638
-
"legacyMenuNotAvailable": "Le menu du gestionnaire de l'ancienne version n'est pas disponible dans cette version de ComfyUI. Veuillez utiliser le nouveau menu du gestionnaire à la place.",
0 commit comments