From ac8f75c8a7a4e3b6e8fb1ff3960146e2f9f3eb42 Mon Sep 17 00:00:00 2001 From: Comfy Org PR Bot Date: Fri, 20 Mar 2026 19:50:43 +0900 Subject: [PATCH] [backport cloud/1.41] refactor: Unify app builder & app widget lists (#10335) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Backport of #9829 to `cloud/1.41` Automatically created by backport workflow. ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-10335-backport-cloud-1-41-refactor-Unify-app-builder-app-widget-lists-3296d73d3650814cb17ae9b652156de3) by [Unito](https://www.unito.io) Co-authored-by: pythongosssss <125205205+pythongosssss@users.noreply.github.com> --- src/components/builder/AppBuilder.vue | 46 +--- src/components/builder/AppModeWidgetList.vue | 212 ++++++++++++++++++ .../extensions/linearMode/LinearControls.vue | 133 +---------- src/stores/appModeStore.ts | 14 ++ 4 files changed, 237 insertions(+), 168 deletions(-) create mode 100644 src/components/builder/AppModeWidgetList.vue diff --git a/src/components/builder/AppBuilder.vue b/src/components/builder/AppBuilder.vue index bd2610d22b..73ed7a80e4 100644 --- a/src/components/builder/AppBuilder.vue +++ b/src/components/builder/AppBuilder.vue @@ -1,13 +1,13 @@