From 487ce3da98595f7776337ba96ddbcd87bdc8710b Mon Sep 17 00:00:00 2001 From: Comfy Org PR Bot Date: Thu, 27 Nov 2025 04:26:27 +0900 Subject: [PATCH] [backport core/1.32] feat: mobile breakpoint for vue nodes banner (#6947) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Backport of #6942 to `core/1.32` Automatically created by backport workflow. ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-6947-backport-core-1-32-feat-mobile-breakpoint-for-vue-nodes-banner-2b76d73d36508198aa06d6ccbedb2f1b) by [Unito](https://www.unito.io) Co-authored-by: Simula_r <18093452+simula-r@users.noreply.github.com> --- src/components/topbar/TryVueNodeBanner.vue | 7 +++++-- src/locales/en/main.json | 5 +++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/src/components/topbar/TryVueNodeBanner.vue b/src/components/topbar/TryVueNodeBanner.vue index a852b8e9e..99a74f1da 100644 --- a/src/components/topbar/TryVueNodeBanner.vue +++ b/src/components/topbar/TryVueNodeBanner.vue @@ -3,9 +3,12 @@ v-if="showVueNodesBanner" class="pointer-events-auto relative w-full h-10 bg-gradient-to-r from-blue-600 to-blue-700 flex items-center justify-center px-4" > -
+
- {{ $t('vueNodesBanner.message') }} + {{ $t('vueNodesBanner.title') }} +