Comfy Org PR Bot
|
fb07de4c38
|
[backport rh-test] [feat] implement dynamic imports for locale code splitting (#6159)
Backport of #6076 to `rh-test`
Automatically created by backport workflow.
┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-6159-backport-rh-test-feat-implement-dynamic-imports-for-locale-code-splitting-2926d73d3650812b8681d216e98a4818)
by [Unito](https://www.unito.io)
Co-authored-by: sno <snomiao@gmail.com>
Co-authored-by: Claude <noreply@anthropic.com>
|
2025-10-19 23:33:49 -07:00 |
|
Arjan Singh
|
0239a83da2
|
Update rh-test (as of 2025-10-11) (#6044)
## Summary
Tested these changes and confirmed that:
1. Feedback button shows.
2. You can run workflows and switch out models.
3. You can use the mask editor. (thank you @ric-yu for helping me
verify).
## Changes
A lot, please see commits.
Gets us up to date with `main` as of 10-11-2025.
---------
Co-authored-by: Simula_r <18093452+simula-r@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: snomiao <snomiao@gmail.com>
Co-authored-by: Christian Byrne <cbyrne@comfy.org>
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: DrJKL <DrJKL@users.noreply.github.com>
Co-authored-by: Alexander Brown <drjkl@comfy.org>
Co-authored-by: Marwan Ahmed <155799754+marawan206@users.noreply.github.com>
Co-authored-by: DrJKL <DrJKL0424@gmail.com>
Co-authored-by: Rizumu Ayaka <rizumu@ayaka.moe>
Co-authored-by: Comfy Org PR Bot <snomiao+comfy-pr@gmail.com>
Co-authored-by: AustinMroz <4284322+AustinMroz@users.noreply.github.com>
Co-authored-by: Austin Mroz <austin@comfy.org>
Co-authored-by: Johnpaul Chiwetelu <49923152+Myestery@users.noreply.github.com>
Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: filtered <176114999+webfiltered@users.noreply.github.com>
Co-authored-by: Benjamin Lu <benceruleanlu@proton.me>
Co-authored-by: Jin Yi <jin12cc@gmail.com>
Co-authored-by: Robin Huang <robin.j.huang@gmail.com>
|
2025-10-14 15:59:26 -07:00 |
|
Arjan Singh
|
5869b04e57
|
Merge main (as of 10-06-2025) into rh-test (#5965)
## Summary
Merges latest changes from `main` as of 10-06-2025.
┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-5965-Merge-main-as-of-10-06-2025-into-rh-test-2856d73d3650812cb95fd8917278a770)
by [Unito](https://www.unito.io)
---------
Signed-off-by: Marcel Petrick <mail@marcelpetrick.it>
Co-authored-by: filtered <176114999+webfiltered@users.noreply.github.com>
Co-authored-by: Christian Byrne <cbyrne@comfy.org>
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: Alexander Brown <drjkl@comfy.org>
Co-authored-by: Benjamin Lu <benceruleanlu@proton.me>
Co-authored-by: Terry Jia <terryjia88@gmail.com>
Co-authored-by: snomiao <snomiao@gmail.com>
Co-authored-by: Simula_r <18093452+simula-r@users.noreply.github.com>
Co-authored-by: Jake Schroeder <jake.schroeder@isophex.com>
Co-authored-by: Comfy Org PR Bot <snomiao+comfy-pr@gmail.com>
Co-authored-by: AustinMroz <4284322+AustinMroz@users.noreply.github.com>
Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: Johnpaul Chiwetelu <49923152+Myestery@users.noreply.github.com>
Co-authored-by: Marcel Petrick <mail@marcelpetrick.it>
Co-authored-by: Alexander Brown <DrJKL0424@gmail.com>
Co-authored-by: Benjamin Lu <benjaminlu1107@gmail.com>
Co-authored-by: Alexander Piskun <13381981+bigcat88@users.noreply.github.com>
Co-authored-by: Rizumu Ayaka <rizumu@ayaka.moe>
Co-authored-by: JakeSchroeder <jake@axiom.co>
Co-authored-by: AustinMroz <austin@comfy.org>
Co-authored-by: DrJKL <DrJKL@users.noreply.github.com>
Co-authored-by: ComfyUI Wiki <contact@comfyui-wiki.com>
|
2025-10-08 19:06:40 -07:00 |
|
bymyself
|
ff0c15b119
|
merge main into rh-test
|
2025-09-28 15:33:29 -07:00 |
|
Jin Yi
|
59a1380f39
|
[feat] Cloud onboarding flow implementation (#5494)
* feature: cloud onboarding scaffolding
* fix: redirect unknown routes
* feature: cloud onboarding flow
* chore: code review
* test: api mock for test failing
* refactor: Centralize onboarding routing with dedicated check views
- Add UserCheckView to handle all user status routing decisions
- Add InviteCheckView to manage invite code validation flow
- Simplify auth.ts by removing async operations and extra complexity
- Update login/signup to always redirect through UserCheckView
- Remove distributed routing logic from all onboarding components
- Simplify router guards to delegate to check views
- Fix infinite redirect loops for non-whitelisted users
- Use window.location.href for final navigation to bypass router conflicts
Breaking changes:
- Removed claimInvite from auth.ts (moved to CloudClaimInviteView)
- Changed route names to use cloud- prefix consistently
- Simplified getMe() to synchronous function
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
* fix: delete unused file
* Revert "test: api mock for test failing"
This reverts commit 06ca56c05e.
* feature: API applied
* feature: survey view
* feature: signup / login view completed
* style: min-h-screen deleted
* feature: completed login flow
* feature: router view added
---------
Co-authored-by: Claude <noreply@anthropic.com>
|
2025-09-14 16:36:57 -07:00 |
|
Jennifer Weber
|
a055ec2dff
|
[bugfix] Fix queue not updating with completed task images (#4936)
Co-authored-by: Jennifer Weber <weberjc@MacBookPro.lan>
|
2025-08-11 22:36:43 -07:00 |
|
SHIVANSH GUPTA
|
577cd23c3e
|
Feature Implemented: Warning displayed when frontend version mismatches (#4363)
Co-authored-by: bymyself <cbyrne@comfy.org>
Co-authored-by: Claude <noreply@anthropic.com>
|
2025-07-28 18:23:49 -07:00 |
|
Emanuel F.
|
ab43b5e421
|
Menu bar mobile behavior change (#4312)
|
2025-07-10 15:08:51 -07:00 |
|
filtered
|
fada8bf9cf
|
Follow-up on #4256 (#4307)
|
2025-06-30 12:25:55 -07:00 |
|
bmcomfy
|
2d2cec2e79
|
[System Pop Up] Add help center with release notifications and "What's New" popup (#4256)
Co-authored-by: github-actions <github-actions@github.com>
|
2025-06-26 14:11:15 -07:00 |
|
Chenlei Hu
|
c1442ec755
|
[Cleanup] Remove api nodes news dialog (#3890)
Co-authored-by: github-actions <github-actions@github.com>
|
2025-05-14 21:06:08 -04:00 |
|
Chenlei Hu
|
b152f67d95
|
[Refactor] useBrowserTabTitle composable (#3881)
|
2025-05-13 17:02:54 -04:00 |
|
Chenlei Hu
|
be84d81c32
|
[Branding] Show execution progress in favicon (#3880)
|
2025-05-13 15:57:18 -04:00 |
|
Chenlei Hu
|
2a21dd1004
|
[Branding] Use new logo favicon (#3787)
|
2025-05-06 11:02:49 -04:00 |
|
Chenlei Hu
|
2d9a0d02ab
|
[API Nodes] Add API Nodes new feature dialog (#3755)
Co-authored-by: github-actions <github-actions@github.com>
|
2025-05-04 17:20:05 -04:00 |
|
Yiximail
|
630fa04882
|
Fix dynamic screen height (#3626)
|
2025-04-25 13:12:30 -04:00 |
|
Chenlei Hu
|
a03841cb1a
|
[lint] Enable plugin vue recommended rules (#3403)
|
2025-04-11 12:53:20 -04:00 |
|
Chenlei Hu
|
dc5d7ea1be
|
[lint] Enforce @typescript-eslint/no-floating-promises (#3402)
|
2025-04-11 12:19:22 -04:00 |
|
Christian Byrne
|
65f1561ec6
|
Add option to disable reconnecting toasts (#3327)
|
2025-04-05 18:50:25 -04:00 |
|
Chenlei Hu
|
58dec5ea42
|
Add reroute migration toast (#3286)
Co-authored-by: github-actions <github-actions@github.com>
|
2025-03-30 21:48:10 -04:00 |
|
Chenlei Hu
|
fcc22f06ac
|
[Refactor/TS] Simplify node filter logic (#3275)
|
2025-03-29 13:00:18 -04:00 |
|
Chenlei Hu
|
d9e62ff860
|
[Vue] Use Vue 3.5 syntax for prop default value (#3165)
|
2025-03-20 12:40:49 -04:00 |
|
Chenlei Hu
|
a049e9ae2d
|
[TS] Enable strict mode (#3136)
|
2025-03-18 22:57:17 -04:00 |
|
Chenlei Hu
|
96ff8a7785
|
[TS] Fix ts-strict errors in Vue components (Part 3) (#3126)
|
2025-03-18 11:38:43 -04:00 |
|
Chenlei Hu
|
cdf42d5ad7
|
[Refactor] Move zod schemas to schemas/ folder (#2753)
|
2025-02-27 13:05:01 -05:00 |
|
filtered
|
08a6867c00
|
[Desktop] Offer Troubleshoot page instead of Reinstall on start error (#2623)
Co-authored-by: github-actions <github-actions@github.com>
|
2025-02-19 10:30:23 -05:00 |
|
Chenlei Hu
|
ca2aee296a
|
[Cleanup] Remove unnecessary pointer-event-auto (#2523)
|
2025-02-11 21:41:47 -05:00 |
|
Chenlei Hu
|
9017513979
|
[Refactor] Manage comfyui-body elements with Vue (#2522)
Co-authored-by: github-actions <github-actions@github.com>
|
2025-02-11 18:37:08 -05:00 |
|
filtered
|
774ed4178f
|
[Cleanup] Fix file and variable names to match usage (#2458)
|
2025-02-06 14:48:24 -05:00 |
|
filtered
|
78e4161c51
|
[Refactor] Terminal output drawer shared component (#2457)
|
2025-02-06 14:33:12 -05:00 |
|
filtered
|
dda9a72966
|
[Desktop] Add desktop updating page (#2454)
Co-authored-by: github-actions <github-actions@github.com>
|
2025-02-06 14:23:51 -05:00 |
|
Chenlei Hu
|
6525ae7cf4
|
[Refactor] Rename hooks/ to composables/ (#2437)
|
2025-02-05 15:05:56 -05:00 |
|
filtered
|
5f59fbdead
|
[Desktop] Persist troubleshooting terminal when hidden (#2398)
Co-authored-by: github-actions <github-actions@github.com>
|
2025-02-02 14:29:47 -05:00 |
|
Chenlei Hu
|
2c8c8718e9
|
[Desktop] Apply default pypi mirror when installing CPU torch (#2367)
|
2025-01-28 18:00:08 -08:00 |
|
Chenlei Hu
|
430f051c64
|
Add UV mirrors settings (#2333)
Co-authored-by: github-actions <github-actions@github.com>
|
2025-01-28 14:39:51 -08:00 |
|
filtered
|
8cfc1c4682
|
[Desktop] Remove beforeunload handler - unusable in electron (#2318)
|
2025-01-22 15:35:21 -05:00 |
|
filtered
|
c7bce87b8d
|
[Desktop] Use Window Controls Overlay API (#2316)
Co-authored-by: huchenlei <huchenlei@proton.me>
|
2025-01-22 13:22:21 -05:00 |
|
filtered
|
cd5283c4b7
|
[Refactor] Desktop maintenance task runner (#2311)
|
2025-01-21 20:18:01 -05:00 |
|
filtered
|
0b69d3cbfe
|
[Desktop] Startup maintenance screen (#2253)
Co-authored-by: github-actions <github-actions@github.com>
|
2025-01-21 16:10:15 -05:00 |
|
Chenlei Hu
|
ef24efe5a3
|
[Desktop] Report execution complete events (#2306)
|
2025-01-20 17:24:15 -05:00 |
|
bymyself
|
3df911c1bf
|
Add consent prompt view (#2268)
Co-authored-by: github-actions <github-actions@github.com>
|
2025-01-17 17:39:50 -05:00 |
|
Chenlei Hu
|
af26b9ad6d
|
[Desktop] Report completed generation status (#2279)
|
2025-01-17 17:36:46 -05:00 |
|
Chenlei Hu
|
d503873980
|
Move queueStore update from QueueSidebarTab to GraphView (#2278)
|
2025-01-17 17:14:22 -05:00 |
|
filtered
|
d6e5c8950c
|
[Desktop] Loading screen (#2274)
Co-authored-by: huchenlei <huchenlei@proton.me>
|
2025-01-17 11:12:03 -05:00 |
|
Chenlei Hu
|
ad1c1ce9c2
|
[chore] Update electron-types to 0.4.9 (#2276)
|
2025-01-17 10:59:41 -05:00 |
|
Chenlei Hu
|
65542b885a
|
[Style] Fix root CSS selector (#2263)
|
2025-01-15 19:44:46 -05:00 |
|
Chenlei Hu
|
f739f704af
|
[CodeHealth] Use scoped CSS in views (#2262)
|
2025-01-15 19:35:01 -05:00 |
|
Chenlei Hu
|
37abdbe35d
|
[Desktop] Add install screen stepper change metrics (#2261)
|
2025-01-15 19:27:05 -05:00 |
|
Chenlei Hu
|
84b652a281
|
[CodeHealth] Convert useAutoSize to kwargs (#2259)
|
2025-01-15 17:06:45 -05:00 |
|
bymyself
|
7e78c5b1dc
|
Fix type error in BaseViewTemplate (#2245)
|
2025-01-14 20:19:35 -05:00 |
|