Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
b59ad87
migrate manager menu items
christian-byrne Apr 9, 2025
37a5add
Update locales [skip ci]
invalid-email-address Apr 9, 2025
2fc6ae0
switch to v2 manager API endpoints
christian-byrne Apr 9, 2025
aeb948a
re-arrange menu items
christian-byrne Apr 11, 2025
799f13a
await promises. update settings schema
christian-byrne Apr 14, 2025
0f282cc
move legacy option to startup arg
christian-byrne Apr 14, 2025
5733156
Add banner indicating how to use legacy manager UI
christian-byrne Apr 14, 2025
b4e4f45
Update locales [skip ci]
invalid-email-address Apr 14, 2025
3f598e4
add "Check for Updates", "Install Missing" menu items
christian-byrne Apr 14, 2025
f5744d2
Update locales [skip ci]
invalid-email-address Apr 14, 2025
becf55d
use correct response shape
christian-byrne Apr 14, 2025
40bdc9f
improve command names
christian-byrne Apr 14, 2025
450c3b0
dont show missing nodes button in legacy manager mode
christian-byrne Apr 15, 2025
62a33a6
[Update to v2 API] update WS done message
christian-byrne Apr 15, 2025
a29019f
Update locales [skip ci]
invalid-email-address Jul 19, 2025
84d6352
[fix] Fix json syntax error from rebase (#4607)
christian-byrne Jul 30, 2025
2827e78
Fix errors from rebase (removed `Tag` component import and duplicated…
christian-byrne Jul 30, 2025
2a8c474
Update locales [skip ci]
invalid-email-address Jul 30, 2025
2cf4dab
[Manager] "Restarting" state after clicking restart button (#4637)
viva-jinyi Aug 1, 2025
424f6de
[feat] Add reactive feature flags foundation (#4817)
christian-byrne Aug 7, 2025
08f25dd
[feat] Add v2/ prefix to manager service base URL (#4872)
christian-byrne Aug 9, 2025
574a1db
[cleanup] Remove unused manager route enums (#4875)
christian-byrne Aug 9, 2025
f82c4ce
[feat] Add manager capability feature flags
christian-byrne Aug 18, 2025
a257cd5
[feat] Add managerStateStore for three-state manager UI logic
christian-byrne Aug 18, 2025
6bf9fa6
[feat] Address PR review comments for managerStateStore
christian-byrne Aug 18, 2025
5fd1d17
[fix] Remove unnecessary @types/lodash dependency
christian-byrne Aug 21, 2025
08a11d0
[fix] Replace lodash import with es-toolkit/compat in api.ts
christian-byrne Aug 25, 2025
f18c70b
[feat] Apply manager state handling to all entry points
christian-byrne Aug 25, 2025
7e76637
[cleanup] Remove unnecessary comments and files
christian-byrne Aug 25, 2025
ceb54bb
[fix] Fix API URL prefix slash and add error handling
christian-byrne Sep 1, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update locales [skip ci]
  • Loading branch information
github-actions authored and christian-byrne committed Aug 17, 2025
commit f5744d224b64e713a57231cbaae680c87968bded
8 changes: 7 additions & 1 deletion src/locales/en/commands.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,13 @@
"label": "Load Default Workflow"
},
"Comfy_Manager_CustomNodesManager_ShowCustomNodesMenu": {
"label": "Custom Nodes (Beta)"
"label": "Custom Nodes Manager"
},
"Comfy_Manager_ShowMissingPacks": {
"label": "Install Missing"
},
"Comfy_Manager_ShowUpdateAvailablePacks": {
"label": "Check for Updates"
},
"Comfy_Manager_ToggleManagerProgressDialog": {
"label": "Toggle the Custom Nodes Manager Progress Bar"
Expand Down
2 changes: 2 additions & 0 deletions src/locales/en/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -1012,6 +1012,8 @@
"Custom Nodes (Beta)": "Custom Nodes (Beta)",
"Custom Nodes (Legacy)": "Custom Nodes (Legacy)",
"Manager Menu (Legacy)": "Manager Menu (Legacy)",
"Custom Nodes Manager": "Custom Nodes Manager",
"Install Missing": "Install Missing",
"Toggle Progress Dialog": "Toggle Progress Dialog",
"Unload Models": "Unload Models",
"Unload Models and Execution Cache": "Unload Models and Execution Cache",
Expand Down
6 changes: 6 additions & 0 deletions src/locales/es/commands.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,12 @@
"Comfy_Manager_CustomNodesManager_ShowCustomNodesMenu": {
"label": "Nodos personalizados (Beta)"
},
"Comfy_Manager_ShowMissingPacks": {
"label": "Instalar faltantes"
},
"Comfy_Manager_ShowUpdateAvailablePacks": {
"label": "Buscar actualizaciones"
},
"Comfy_Manager_ToggleManagerProgressDialog": {
"label": "Alternar diálogo de progreso del administrador"
},
Expand Down
2 changes: 2 additions & 0 deletions src/locales/es/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -787,6 +787,7 @@
"Convert selected nodes to group node": "Convertir nodos seleccionados en nodo de grupo",
"Decrease Brush Size in MaskEditor": "Disminuir tamaño del pincel en MaskEditor",
"Custom Nodes (Beta)": "Nodos personalizados (Beta)",
"Custom Nodes Manager": "Administrador de Nodos Personalizados",
"Delete Selected Items": "Eliminar elementos seleccionados",
"Desktop User Guide": "Guía de usuario de escritorio",
"Duplicate Current Workflow": "Duplicar flujo de trabajo actual",
Expand All @@ -802,6 +803,7 @@
"Help": "Ayuda",
"Help Center": "Centro de ayuda",
"Increase Brush Size in MaskEditor": "Aumentar tamaño del pincel en MaskEditor",
"Install Missing": "Instalar Faltantes",
"Interrupt": "Interrumpir",
"Load Default Workflow": "Cargar flujo de trabajo predeterminado",
"Manage group nodes": "Gestionar nodos de grupo",
Expand Down
6 changes: 6 additions & 0 deletions src/locales/fr/commands.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,12 @@
"Comfy_Manager_CustomNodesManager_ShowCustomNodesMenu": {
"label": "Nœuds personnalisés (Beta)"
},
"Comfy_Manager_ShowMissingPacks": {
"label": "Installer manquants"
},
"Comfy_Manager_ShowUpdateAvailablePacks": {
"label": "Vérifier les mises à jour"
},
"Comfy_Manager_ToggleManagerProgressDialog": {
"label": "Basculer la boîte de dialogue de progression"
},
Expand Down
5 changes: 3 additions & 2 deletions src/locales/fr/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@
"Bypass/Unbypass Selected Nodes": "Contourner/Ne pas contourner les nœuds sélectionnés",
"Canvas Toggle Link Visibility": "Basculer la visibilité du lien de la toile",
"Canvas Toggle Lock": "Basculer le verrouillage de la toile",
"Check for Updates": "Vérifier les mises à jour",
"Check for Updates": "Vérifier les Mises à Jour",
"Clear Pending Tasks": "Effacer les tâches en attente",
"Clear Workflow": "Effacer le flux de travail",
"Clipspace": "Espace de clip",
Expand All @@ -738,7 +738,7 @@
"Contact Support": "Contacter le support",
"Convert Selection to Subgraph": "Convertir la sélection en sous-graphe",
"Convert selected nodes to group node": "Convertir les nœuds sélectionnés en nœud de groupe",
"Custom Nodes (Beta)": "Nœuds personnalisés (Beta)",
"Custom Nodes Manager": "Gestionnaire de Nœuds Personnalisés",
"Delete Selected Items": "Supprimer les éléments sélectionnés",
"Desktop User Guide": "Guide de l'utilisateur de bureau",
"Duplicate Current Workflow": "Dupliquer le flux de travail actuel",
Expand All @@ -750,6 +750,7 @@
"Give Feedback": "Donnez votre avis",
"Group Selected Nodes": "Grouper les nœuds sélectionnés",
"Help": "Aide",
"Install Missing": "Installer Manquants",
"Interrupt": "Interrompre",
"Load Default Workflow": "Charger le flux de travail par défaut",
"Manage group nodes": "Gérer les nœuds de groupe",
Expand Down
6 changes: 6 additions & 0 deletions src/locales/ja/commands.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,12 @@
"Comfy_Manager_CustomNodesManager_ShowCustomNodesMenu": {
"label": "カスタムノード(ベータ版)"
},
"Comfy_Manager_ShowMissingPacks": {
"label": "不足しているパックをインストール"
},
"Comfy_Manager_ShowUpdateAvailablePacks": {
"label": "更新を確認"
},
"Comfy_Manager_ToggleManagerProgressDialog": {
"label": "プログレスダイアログの切り替え"
},
Expand Down
5 changes: 3 additions & 2 deletions src/locales/ja/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@
"Bypass/Unbypass Selected Nodes": "選択したノードのバイパス/バイパス解除",
"Canvas Toggle Link Visibility": "キャンバスのリンク表示を切り替え",
"Canvas Toggle Lock": "キャンバスのロックを切り替え",
"Check for Updates": "更新を確認する",
"Check for Updates": "更新を確認",
"Clear Pending Tasks": "保留中のタスクをクリア",
"Clear Workflow": "ワークフローをクリア",
"Clipspace": "クリップスペース",
Expand All @@ -738,7 +738,7 @@
"Contact Support": "サポートに連絡",
"Convert Selection to Subgraph": "選択範囲をサブグラフに変換",
"Convert selected nodes to group node": "選択したノードをグループノードに変換",
"Custom Nodes (Beta)": "カスタムノード(ベータ)",
"Custom Nodes Manager": "カスタムノードマネージャ",
"Delete Selected Items": "選択したアイテムを削除",
"Desktop User Guide": "デスクトップユーザーガイド",
"Duplicate Current Workflow": "現在のワークフローを複製",
Expand All @@ -750,6 +750,7 @@
"Give Feedback": "フィードバックを送る",
"Group Selected Nodes": "選択したノードをグループ化",
"Help": "ヘルプ",
"Install Missing": "不足しているものをインストール",
"Interrupt": "中断",
"Load Default Workflow": "デフォルトワークフローを読み込む",
"Manage group nodes": "グループノードを管理",
Expand Down
6 changes: 6 additions & 0 deletions src/locales/ko/commands.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,12 @@
"Comfy_Manager_CustomNodesManager_ShowCustomNodesMenu": {
"label": "사용자 정의 노드 (베타)"
},
"Comfy_Manager_ShowMissingPacks": {
"label": "누락된 팩 설치"
},
"Comfy_Manager_ShowUpdateAvailablePacks": {
"label": "업데이트 확인"
},
"Comfy_Manager_ToggleManagerProgressDialog": {
"label": "진행 상황 대화 상자 전환"
},
Expand Down
3 changes: 2 additions & 1 deletion src/locales/ko/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,7 @@
"Contact Support": "고객 지원 문의",
"Convert Selection to Subgraph": "선택 영역을 서브그래프로 변환",
"Convert selected nodes to group node": "선택한 노드를 그룹 노드로 변환",
"Custom Nodes (Beta)": "사용자 정의 노드 (베타)",
"Custom Nodes Manager": "사용자 정의 노드 관리자",
"Delete Selected Items": "선택한 항목 삭제",
"Desktop User Guide": "데스크톱 사용자 가이드",
"Duplicate Current Workflow": "현재 워크플로 복제",
Expand All @@ -750,6 +750,7 @@
"Give Feedback": "피드백 제공",
"Group Selected Nodes": "선택한 노드 그룹화",
"Help": "도움말",
"Install Missing": "누락된 설치",
"Interrupt": "중단",
"Load Default Workflow": "기본 워크플로 불러오기",
"Manage group nodes": "그룹 노드 관리",
Expand Down
6 changes: 6 additions & 0 deletions src/locales/ru/commands.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,12 @@
"Comfy_Manager_CustomNodesManager_ShowCustomNodesMenu": {
"label": "Пользовательские узлы (Бета)"
},
"Comfy_Manager_ShowMissingPacks": {
"label": "Установить отсутствующие"
},
"Comfy_Manager_ShowUpdateAvailablePacks": {
"label": "Проверить наличие обновлений"
},
"Comfy_Manager_ToggleManagerProgressDialog": {
"label": "Переключить диалоговое окно прогресса"
},
Expand Down
5 changes: 3 additions & 2 deletions src/locales/ru/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@
"Bypass/Unbypass Selected Nodes": "Обойти/восстановить выбранные ноды",
"Canvas Toggle Link Visibility": "Переключение видимости ссылки на холст",
"Canvas Toggle Lock": "Переключение блокировки холста",
"Check for Updates": "Проверить наличие обновлений",
"Check for Updates": "Проверить Обновления",
"Clear Pending Tasks": "Очистить ожидающие задачи",
"Clear Workflow": "Очистить рабочий процесс",
"Clipspace": "Клиппространство",
Expand All @@ -738,7 +738,7 @@
"Contact Support": "Связаться с поддержкой",
"Convert Selection to Subgraph": "Преобразовать выделенное в подграф",
"Convert selected nodes to group node": "Преобразовать выбранные ноды в групповую ноду",
"Custom Nodes (Beta)": "Пользовательские узлы (Бета)",
"Custom Nodes Manager": "Менеджер Пользовательских Узлов",
"Delete Selected Items": "Удалить выбранные элементы",
"Desktop User Guide": "Руководство пользователя для настольных ПК",
"Duplicate Current Workflow": "Дублировать текущий рабочий процесс",
Expand All @@ -750,6 +750,7 @@
"Give Feedback": "Оставить отзыв",
"Group Selected Nodes": "Сгруппировать выбранные ноды",
"Help": "Помощь",
"Install Missing": "Установить Отсутствующие",
"Interrupt": "Прервать",
"Load Default Workflow": "Загрузить стандартный рабочий процесс",
"Manage group nodes": "Управление групповыми нодами",
Expand Down
6 changes: 6 additions & 0 deletions src/locales/zh/commands.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,12 @@
"Comfy_Manager_CustomNodesManager_ShowCustomNodesMenu": {
"label": "自定义节点(测试版)"
},
"Comfy_Manager_ShowMissingPacks": {
"label": "安装缺失的包"
},
"Comfy_Manager_ShowUpdateAvailablePacks": {
"label": "检查更新"
},
"Comfy_Manager_ToggleManagerProgressDialog": {
"label": "切换进度对话框"
},
Expand Down
3 changes: 2 additions & 1 deletion src/locales/zh/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,7 @@
"Contact Support": "联系支持",
"Convert Selection to Subgraph": "将选中内容转换为子图",
"Convert selected nodes to group node": "将选中节点转换为组节点",
"Custom Nodes (Beta)": "自定义节点(测试版)",
"Custom Nodes Manager": "自定义节点管理器",
"Delete Selected Items": "删除选定的项目",
"Desktop User Guide": "桌面端用户指南",
"Duplicate Current Workflow": "复制当前工作流",
Expand All @@ -750,6 +750,7 @@
"Give Feedback": "提供反馈",
"Group Selected Nodes": "将选中节点转换为组节点",
"Help": "帮助",
"Install Missing": "安装缺失",
"Interrupt": "中断",
"Load Default Workflow": "加载默认工作流",
"Manage group nodes": "管理组节点",
Expand Down