From 348d6744559eadb191dc22151578497d6b716734 Mon Sep 17 00:00:00 2001 From: Comfy Org PR Bot Date: Sun, 11 Jan 2026 03:52:09 +0900 Subject: [PATCH] [backport cloud/1.36] fix: Model upload UI improvements (#7943) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Backport of #7938 to `cloud/1.36` Automatically created by backport workflow. ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-7943-backport-cloud-1-36-fix-Model-upload-UI-improvements-2e46d73d365081fcadd1f71e7fa012d6) by [Unito](https://www.unito.io) Co-authored-by: Alexander Brown Co-authored-by: Amp Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- src/components/honeyToast/HoneyToast.vue | 2 +- src/components/toast/ProgressToastItem.vue | 9 +-- .../components/ModelImportProgressDialog.vue | 33 ++++++---- .../assets/components/UploadModelDialog.vue | 66 ++++++++++--------- .../assets/components/UploadModelUrlInput.vue | 31 +++++++-- .../components/UploadModelUrlInputCivitai.vue | 29 ++++++-- .../assets/components/VideoHelpDialog.vue | 2 +- .../assets/composables/useModelUpload.ts | 4 +- 8 files changed, 110 insertions(+), 66 deletions(-) diff --git a/src/components/honeyToast/HoneyToast.vue b/src/components/honeyToast/HoneyToast.vue index 4da85ce954..a7d86ba77e 100644 --- a/src/components/honeyToast/HoneyToast.vue +++ b/src/components/honeyToast/HoneyToast.vue @@ -26,7 +26,7 @@ function toggle() { v-if="visible" role="status" aria-live="polite" - class="fixed inset-x-0 bottom-6 z-50 mx-auto w-4/5 max-w-3xl overflow-hidden rounded-lg border border-border-default bg-base-background shadow-lg" + class="fixed inset-x-0 bottom-6 z-9999 mx-auto w-4/5 max-w-3xl overflow-hidden rounded-lg border border-border-default bg-base-background shadow-lg" >
-
- {{ job.assetName }} - +
+ {{ + job.assetName + }}
-
+