Alexander Brown
fa9f5fbca6
Fix: Vue node/widget positioning and scroll issue ( #5441 )
...
* [feat] Refactor overlay compatibility into reusable composable
- Create useTransformCompatOverlayProps composable for centralized overlay prop management
- Update Select, MultiSelect, TreeSelect, and FileUpload components to use composable
- Provides appendTo='self' for transform inheritance in CSS-transformed parents
- Enables easy future additions of other transform compatibility props
- Fix duplicate v-bind attributes by combining props into single computed object
* fix: Keep the canvas container from being scrolled by children
* types: Align the appendTo type with primevue internals
* Update test expectations [skip ci]
---------
Co-authored-by: bymyself <cbyrne@comfy.org >
Co-authored-by: github-actions <github-actions@github.com >
2025-09-08 16:05:33 -07:00
Alexander Brown
85017dbba0
Upgrade: Tailwind v4 ( #5246 )
...
* temp: move tailwind calls out of the layer
* temp: ts tailwind config
* upgrade: Tailwind v4
This got a little out of hand.
Had to add a relative reference to the stylesheet in any component that uses @apply instead of the utility classes directly.
* upgrade: bg-opacity is now a modifier
* fix: Classic menu buttons assume a border
* Update test expectations [skip ci]
* fix: New preflight removal pattern
* fix: Skeletons don't have skin
* Update test expectations [skip ci]
* fix: Missing @reference
* [auto-fix] Apply ESLint and Prettier fixes
---------
Co-authored-by: github-actions <github-actions@github.com >
Co-authored-by: GitHub Action <action@github.com >
2025-09-03 12:37:43 -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
filtered
00f031e382
[Refactor] Remove old workarounds ( #2242 )
2025-01-14 10:52:34 -05:00
Chenlei Hu
44610674ee
[Desktop] Fix server start view layout ( #2226 )
2025-01-10 22:14:01 -05:00
Chenlei Hu
e076783b89
[Desktop] Native window virtual menu bar ( #2215 )
2025-01-09 20:21:03 -05:00