Christian Byrne
|
59d04a9c04
|
[backport core/1.42] fix: App mode - Widget dropdowns clipped in sidebar (#10338) (#10884)
Backport of #10338 to core/1.42
Conflict resolution: modify/delete on linearMode.spec.ts — kept the file
(new test file).
Co-authored-by: pythongosssss <125205205+pythongosssss@users.noreply.github.com>
|
2026-04-06 14:36:56 -07:00 |
|
pythongosssss
|
9101e2dedd
|
[backport core/1.42] fix: App mode - renaming widgets on subgraphs (#10245) (#10469)
## Summary
- Backport of #10245 to `core/1.42`
- Fixes renaming of widgets from subgraph nodes in app builder/app mode
## Conflict resolution
- `src/utils/widgetUtil.test.ts`: Accepted PR's behavior changes
(subgraph nodes resolve without explicit parents), kept target branch's
`_subgraphSlot.label` test, removed now-contradicted "does not resolve
for subgraph node without parents" test
🤖 Generated with [Claude Code](https://claude.com/claude-code)
┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-10469-backport-core-1-42-fix-App-mode-renaming-widgets-on-subgraphs-10245-32d6d73d36508150adcafab638b4874e)
by [Unito](https://www.unito.io)
|
2026-03-24 17:23:27 -07:00 |
|
Comfy Org PR Bot
|
560622924b
|
[backport core/1.42] feat: App mode - enable mask editor (#10443)
Backport of #9876 to `core/1.42`
Automatically created by backport workflow.
┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-10443-backport-core-1-42-feat-App-mode-enable-mask-editor-32d6d73d3650818b997ec26ff490f7de)
by [Unito](https://www.unito.io)
Co-authored-by: pythongosssss <125205205+pythongosssss@users.noreply.github.com>
|
2026-03-24 08:28:52 -07:00 |
|
Comfy Org PR Bot
|
538fcd9880
|
[backport core/1.42] feat: App mode - allow resizing of textarea and image previews (#10346)
Backport of #9792 to `core/1.42`
Automatically created by backport workflow.
┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-10346-backport-core-1-42-feat-App-mode-allow-resizing-of-textarea-and-image-previews-3296d73d3650811d995ce4fcac8845ce)
by [Unito](https://www.unito.io)
Co-authored-by: pythongosssss <125205205+pythongosssss@users.noreply.github.com>
|
2026-03-20 10:11:13 -07:00 |
|
pythongosssss
|
f1626acb61
|
refactor: Unify app builder & app widget lists (#9829)
## Summary
Currently app builder & app mode use slightly different rendering paths
for the widgets, giving a different preview to what you actually get,
this changes it to use the same path for both.
## Changes
- **What**:
- Extract LinearControls widget rendering
- Replace app builder arrange step with this
- Add ability to rename/remove widgets during app mode
## Screenshots (if applicable)
<img width="1205" height="853" alt="image"
src="https://github.com/user-attachments/assets/9160e33f-08c7-4863-a62d-c03929ffd3c8"
/>
<img width="1246" height="843" alt="image"
src="https://github.com/user-attachments/assets/82d8bacd-fd32-4ad7-b09d-eaa6670590ef"
/>
┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-9829-refactor-Unify-app-builder-app-widget-lists-3216d73d36508157a888f08dbe3655ea)
by [Unito](https://www.unito.io)
|
2026-03-13 10:01:46 -07:00 |
|