bymyself
82ca3031dd
Fix environment variable access for Vite compatibility
...
Changed from process.env to import.meta.env in src/config/comfyDomain.ts
to fix CI timeout in i18n collection script. In Vite, process.env is not
available and causes initialization issues.
2025-07-20 18:50:40 -07:00
bymyself
1b3522b250
Fix CI timeout by reverting to navigator-based platform detection
...
The systemStatsStore approach was causing CI timeouts because it added Pinia store initialization overhead during page load. Reverting getDesktopGuideUrl to use navigator.platform directly resolves the i18n collection timeout that started with our URL centralization.
2025-07-20 16:43:13 -07:00
bymyself
256ad03210
Fix systemStatsStore access in CI environment
...
Make systemStatsStore access truly lazy in HelpCenterMenuContent by creating store instance inside action function instead of at component initialization time
2025-07-19 18:07:57 -07:00
bymyself
3f27e7532d
Simplify OS detection to use systemStatsStore only
...
- Remove navigator fallback since systemStatsStore is the standard
- Default to Windows when OS info not available
- Simplify tests to match new behavior
- More consistent with app architecture
2025-07-19 15:06:07 -07:00
bymyself
939323b563
Fix URL constants tests to match actual implementation
...
- Update getLocalized tests to expect full URLs with domain instead of paths
- Fix test for empty path to avoid double slashes
- Update allowedDomains regex to handle localhost URLs properly
- Rename test to reflect it validates URLs, not just domain names
2025-07-18 14:41:21 -07:00
bymyself
08daa6f3ef
Fix regex patterns in URL constants tests
...
Remove unnecessary escape characters in regex patterns to satisfy eslint no-useless-escape rule.
2025-07-18 14:14:01 -07:00
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
Comfy Org PR Bot
282f9ce27a
[chore] Update Comfy Registry API types from comfy-api@9ccb96a ( #4470 )
...
Co-authored-by: viva-jinyi <53567196+viva-jinyi@users.noreply.github.com >
2025-07-18 15:53:21 +09:00
Rizumu Ayaka
11eff4981f
Fix Help Center changelog toast overflows viewport ( #4469 )
2025-07-17 17:13:01 -07:00
Benjamin Lu
927773f553
Fix Danger.js Security Issues ( #4462 )
2025-07-16 12:15:05 -07:00
guill
1200c07fcd
Add support for Feature Flags ( #4439 )
2025-07-15 15:59:11 -07:00
Christian Byrne
be7edab141
[feat] Add GitHub Action for automated Claude PR reviews ( #4452 )
2025-07-14 16:44:51 -07:00
filtered
f3168aac89
Revert "[fix] Fix Danger CI permissions for PRs from forks" ( #4450 )
2025-07-15 04:52:01 +10:00
Benjamin Lu
2f3c762e85
[fix] Fix Danger CI permissions for PRs from forks ( #4449 )
...
It's good to have working and in ASAP, although better approaches are being researched and investigated
2025-07-14 14:08:44 -04:00
Benjamin Lu
8b8caa4b29
Add Danger PR Review ( #4442 )
2025-07-13 21:21:29 -07:00
Christian Byrne
a70d69cbd2
[fix] Sync subgraph node title changes with breadcrumb navigation ( #4394 )
2025-07-13 07:37:48 +10:00
filtered
01c735d943
Fix cannot check widget value if undefined ( #4433 )
2025-07-12 09:05:58 +10:00
Comfy Org PR Bot
f0bc4c6959
[chore] Update litegraph to 0.16.9 ( #4432 )
...
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com >
2025-07-12 09:01:24 +10:00
filtered
19eaf6ecdc
Fix SubgraphNode widget values ignored ( #4429 )
2025-07-11 22:37:23 +10:00
Comfy Org PR Bot
054077c445
[chore] Update litegraph to 0.16.8 ( #4427 )
...
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com >
2025-07-11 22:28:02 +10:00
filtered
ef9b625208
Fix DTO return type to allow clean test/merge ( #4426 )
2025-07-11 19:27:31 +10:00
Comfy Org PR Bot
688193ad9a
1.24.1 ( #4425 )
...
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com >
v1.24.1
2025-07-11 18:13:36 +10:00
filtered
5c119fcbda
Improve execution logic / Fix group node execution ( #4422 )
2025-07-11 00:40:48 -07:00
Comfy Org PR Bot
998abbbdbd
[chore] Update litegraph to 0.16.7 ( #4424 )
...
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com >
2025-07-11 00:22:05 -07:00
filtered
696c8720b6
[CI] Improve claude code release command ( #4413 )
2025-07-11 00:19:59 -07:00
ComfyUI Wiki
80e5cf1b9d
Update template translation ( #4396 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-07-10 23:10:42 -07:00
Deep Roy
7cf5d1e86b
Add prompt ID to interrupt API call ( #4393 )
2025-07-10 17:24:21 -07:00
Emanuel F.
ab43b5e421
Menu bar mobile behavior change ( #4312 )
2025-07-10 15:08:51 -07:00
ComfyUI Wiki
43f73f8856
Correct the translation for 'Credits' in the zh-TW locale. ( #4415 )
2025-07-10 12:44:25 +00:00
filtered
0b5ade3a3b
[chore] Update docs - node.js versions ( #4414 )
2025-07-10 05:34:28 -07:00
Christian Byrne
eb63b5c536
[feat] Add Traditional Chinese language support ( #4410 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-07-10 01:52:47 -07:00
Christian Byrne
e6d78ab22c
docs: Add Claude Code command to create release ( #4408 )
2025-07-09 22:53:07 -07:00
Christian Byrne
bc4753e119
[docs] Improve language contribution process ( #4409 )
2025-07-09 22:51:12 -07:00
Comfy Org PR Bot
733c9f81b0
1.24.0 ( #4406 )
...
Co-authored-by: christian-byrne <72887196+christian-byrne@users.noreply.github.com >
v1.24.0
2025-07-09 17:20:33 -07:00
filtered
1afae4f723
[CI] Fix frontend package release skipped ( #4404 )
2025-07-09 16:28:55 -07:00
bmcomfy
1632798fd2
[System Pop Up] Improve help center and what's new popup UI ( #4395 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-07-09 16:17:50 -07:00
Christian Byrne
103139fdab
1.24.0 ( #4401 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-07-09 15:00:20 -07:00
filtered
834ac3ea61
[CodeHealth] Simplify code as follow-up to #4354 ( #4400 )
2025-07-09 13:08:33 -07:00
Christian Byrne
22c70d5d1b
[fix] use getter functions for sidebar tab command labels to resolve i18n collection issues ( #4370 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-07-08 23:50:49 -07:00
bmcomfy
f5b03f323d
[System Pop Up] Hide hidden and deprecated settings from search results ( #4390 )
2025-07-08 17:19:37 -07:00
bmcomfy
d6f6407c44
[System Pop Up] Add setting to disable version update notifications ( #4388 )
2025-07-08 14:43:11 -07:00
Christian Byrne
2906ea3fd9
[fix] Correct API node pricing discrepancies ( #4381 )
2025-07-07 23:33:55 -07:00
Comfy Org PR Bot
c03771988d
[chore] Update litegraph to 0.16.6 ( #4380 )
...
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com >
Co-authored-by: github-actions <github-actions@github.com >
2025-07-07 23:16:09 -07:00
Christian Byrne
368c54bcf6
[docs] Add Claude Code command for automated hotfix releases ( #4369 )
2025-07-07 20:43:50 -07:00
Christian Byrne
f1575a693f
[update] Video to Video API node pricing ( #4378 )
2025-07-07 20:24:33 -07:00
Christian Byrne
4eeff5533a
[feat] Add dynamic pricing for new API nodes ( #4367 )
2025-07-06 18:31:04 -07:00
Alexander Piskun
c7877dbd18
fix(float-precision): correct float widget rounding ( #4291 )
...
Signed-off-by: Alexander Piskun <bigcat88@icloud.com >
2025-07-06 15:40:27 -07:00
Terry Jia
4cbcded820
add defaultsByInstallVersion ( #4354 )
2025-07-06 13:28:58 -07:00
Comfy Org PR Bot
469594e5cc
[chore] Update litegraph to 0.16.5 ( #4365 )
...
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com >
2025-07-06 13:38:06 +00:00
Christian Byrne
191b4574b9
[fix] Add dynamic pricing for API nodes with quantity parameters ( #4362 )
2025-07-05 20:50:33 -07:00