-
Notifications
You must be signed in to change notification settings - Fork 32
Description
🐛 Bug Description
Summary:
On the 5th-level pages (ex 'Create RFE Workspace' and 'agentic-session...') page as well as any give RFE Workspace page, there is a 'Back ' link in the top center of the view. It is redundant with the breadcrumb control, sidebar nav control, and native browser back button. In some cases it shifts the page heading to the center of the view creating an inconsistency with other views that makes the view hard to scan and feel very WIP.
🔄 Steps to Reproduce
Navigate to the 'Create RFE Workspace' view or the page for any RFE Workspace that is already created. Observe how the heading is pushed toward the center of the page.
🖼️ Screenshots
🌍 Environment
The latest staging version: https://ambient-code.apps.rosa.vteam-stage.7fpc.p3.openshiftapps.com/
🔍 Possible Solution
Remove the 'Back' links from the fifth level pages.
✅ Acceptance Criteria
- Bug is reproduced and root cause identified
- Fix is implemented and tested
- Regression tests added to prevent future occurrences
- Documentation updated if needed
- Fix is verified in staging environment
🏷️ Labels
- Priority: [low/medium/high/critical]
- Complexity: [trivial/easy/medium/hard]
- Component: [frontend/backend/operator/tools/docs]