mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-21 07:14:11 +00:00
## Summary Fixes missing cloud badges and server health alerts when workflow tabs are in the second-row position. ## Problem Badges were only visible when `Comfy.Workflow.WorkflowTabsPosition` was set to `'Topbar'`, but not when set to `'Topbar (2nd-row)'` which is the **default for screens < 1536px wide** on rh-test. The `SecondRowWorkflowTabs.vue` component only rendered `<WorkflowTabs />` but was missing `<TopbarBadges />`. ## Changes - Added `<TopbarBadges />` component to `SecondRowWorkflowTabs.vue` - Updated container to use flex layout to match other topbar badge implementations - Badges now display in both 'Topbar' and 'Topbar (2nd-row)' positions ## Testing - Cloud badges should now be visible on screens < 1536px wide (default setting) - Server health alerts from remote config should display properly in second-row tabs ## Note This is an **rh-test only** issue. The main branch removed the 'Topbar (2nd-row)' option in the Floating Menus PR (#5980). ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-6515-fix-add-cloud-badges-and-server-health-alerts-to-second-row-workflow-tabs-29e6d73d365081c4a4defaf97d2e789e) by [Unito](https://www.unito.io) Co-authored-by: Christian Byrne <c.byrne@comfy.org>