bymyself
5faf9e0105
[refactor] centralize hardcoded URLs into organized constants
...
- Create src/constants/urls.ts with centralized URL constants (COMFY_URLS, GITHUB_REPOS, MODEL_SOURCES, DEVELOPER_TOOLS)
- Move runtime domain config to src/config/comfyDomain.ts to allow forkers to customize via env var
- Rename uvMirrors.ts to mirrors.ts for better naming consistency
- Add platform and locale-aware desktop guide URL generation (matching PR #4471 )
- Update 10 components to use centralized URL constants
- Add comprehensive unit and e2e tests for URL constants validation
This refactoring improves maintainability by centralizing 150+ hardcoded URLs found across 50+ files into a single organized structure.
2025-07-18 13:45:32 -07:00
Deep Roy
7cf5d1e86b
Add prompt ID to interrupt API call ( #4393 )
2025-07-10 17:24:21 -07:00
filtered
a7fb685290
Add Subgraphs ( #3905 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-06-28 15:37:23 -07:00
filtered
9a3530dc3a
Add initial edit model button (static) ( #4276 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-06-26 00:34:38 -07:00
Christian Byrne
a6bd04f951
[Manager] Make dialog closeable with button and hotkey ( #4179 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-06-14 15:21:43 -07:00
duckcomfy
995979a4e1
feat: add keyboard shortcut to move selected nodes (unbound by default) ( #4066 )
...
Co-authored-by: duckcomfy <a@a.a>
Co-authored-by: filtered <176114999+webfiltered@users.noreply.github.com >
2025-06-11 06:35:49 -07:00
Christian Byrne
a9bdc70e28
[API Node] Show message tip about API-key-based login ( #3851 )
...
Co-authored-by: github-actions <github-actions@github.com >
Co-authored-by: Chenlei Hu <hcl@comfy.org >
2025-05-13 13:03:13 -04:00
filtered
7144ec54aa
Fix UI crash when selecting broken node + TS fixes ( #3859 )
2025-05-12 17:57:59 +10:00
Chenlei Hu
2425e32d51
Partial execute to selected output nodes ( #3818 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-05-08 11:44:26 -04:00
Chenlei Hu
b05407ffdd
[Refactor] Split authStore into authStore and authService ( #3612 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-04-24 20:45:30 -04:00
Chenlei Hu
0caf1686c3
Add Comfy.User.SignOut command ( #3608 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-04-24 16:33:26 -04:00
Christian Byrne
1bcf5e28d4
[API Node] Contact support button ( #3571 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-04-22 19:47:23 -04:00
Christian Byrne
c1bc664edd
Add command to open signin dialog ( #3556 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-04-21 22:46:31 -07:00
Benjamin Lu
b22713daf0
Add source prop to commands ( #3429 )
...
Co-authored-by: Benjamin Lu <templu1107@proton.me >
Co-authored-by: github-actions <github-actions@github.com >
2025-04-12 21:20:53 -04:00
Chenlei Hu
dc5d7ea1be
[lint] Enforce @typescript-eslint/no-floating-promises ( #3402 )
2025-04-11 12:19:22 -04:00
Chenlei Hu
34f9603961
[Feature Request]: Add resize keybinding ( #3356 ) ( #3358 )
...
Co-authored-by: Emanuel F. <70411130+efrancisworks@users.noreply.github.com >
Co-authored-by: github-actions <github-actions@github.com >
2025-04-08 23:05:21 -04:00
Chenlei Hu
24dcaa7f72
[i18n] Translate toast messages ( #3228 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-03-24 22:22:17 -04:00
Christian Byrne
bd1be28478
[Manager] Add progress queue dialog ( #3091 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-03-17 12:16:36 -04:00
Christian Byrne
d8721760f1
Add custom nodes manager UI ( #2923 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-03-08 18:54:08 -05:00
filtered
97f9d654b6
[TS] Fix nullability ( #2702 )
...
`LGraphCanvas.graph` may explicity set to null by litegraph.
2025-02-24 22:00:19 +11:00
Chenlei Hu
25e5ab3a36
Add bypass action to selection toolbox ( #2616 )
2025-02-18 12:25:49 -05:00
Chenlei Hu
79db202925
[New Feature] Selection Toolbox ( #2608 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-02-17 19:07:49 -05:00
Chenlei Hu
f7556e0015
Add DeleteSelectedItems command ( #2606 )
2025-02-17 17:16:12 -05:00
Chenlei Hu
d7673af8f5
[Refactor] Move resetView to litegraphService ( #2456 )
2025-02-06 14:22:40 -05:00
Chenlei Hu
6525ae7cf4
[Refactor] Rename hooks/ to composables/ ( #2437 )
2025-02-05 15:05:56 -05:00