Skip to content

Conversation

@christian-byrne
Copy link
Contributor

Summary

Fixes incorrect badge placement from PR #6515. Badges should remain in the main topbar row at all times, not move to the second row with workflow tabs.

Problem

PR #6515 added TopbarBadges to SecondRowWorkflowTabs.vue, causing badges to appear in the second row when workflow tabs position was set to 'Topbar (2nd-row)'.

The original issue was that badges weren't visible when tabs were in second-row mode because they were conditionally rendered only when workflowTabsPosition === 'Topbar'.

Changes

  • Remove TopbarBadges from SecondRowWorkflowTabs.vue (badges should never be in second row)
  • Move TopbarBadges from conditional workflow tabs row to main topbar in TopMenubar.vue
  • Badges now always display in main topbar regardless of workflow tabs position

Testing

  • Badges visible in main topbar when workflowTabsPosition === 'Topbar'
  • Badges visible in main topbar when workflowTabsPosition === 'Topbar (2nd-row)'
  • Workflow tabs correctly move to second row without badges

Fixes issue introduced in #6515

…sition

## Summary

Fixes incorrect badge placement from PR #6515. Badges should remain in the
main topbar row at all times, not move to the second row with workflow tabs.

## Problem

PR #6515 added TopbarBadges to SecondRowWorkflowTabs.vue, causing badges to
appear in the second row when workflow tabs position was set to 'Topbar (2nd-row)'.

The original issue was that badges weren't visible when tabs were in second-row
mode because they were conditionally rendered only when workflowTabsPosition === 'Topbar'.

## Changes

- Remove TopbarBadges from SecondRowWorkflowTabs.vue (badges should never be in second row)
- Move TopbarBadges from conditional workflow tabs row to main topbar in TopMenubar.vue
- Badges now always display in main topbar regardless of workflow tabs position
@dosubot dosubot bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Nov 5, 2025
@christian-byrne christian-byrne merged commit bdf94bd into rh-test Nov 5, 2025
10 checks passed
@christian-byrne christian-byrne deleted the fix-topbar-badges-position branch November 5, 2025 06:34
@github-actions
Copy link

github-actions bot commented Nov 5, 2025

🎭 Playwright Test Results

Some tests failed

⏰ Completed at: 11/05/2025, 06:50:13 AM UTC

📈 Summary

  • Total Tests: 211
  • Passed: -108 ✅
  • Failed: 14 ❌
  • Flaky: 1 ⚠️
  • Skipped: 304 ⏭️

📊 Test Reports by Browser


🎉 Click on the links above to view detailed test results for each browser configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants