Skip to content

Conversation

@dvail
Copy link
Contributor

@dvail dvail commented Jan 9, 2026

Description

Simplified version of #18413. Simply render the Nav inline at a slightly lower level of the component tree.

The main downside from this that I can see is that under VM, the navigation flickers and disappears when navigating between pages. This is because the Image/Node/Platform/VM CVEs are all at a different level of the route hierarchy, so we are essentially getting a new page even if the layout remains the same.

Core component:

Typical usage:

User-facing documentation

Testing and quality

  • the change is production ready: the change is GA, or otherwise the functionality is gated by a feature flag
  • CI results are inspected

Automated testing

  • added unit tests
  • added e2e tests
  • added regression tests
  • added compatibility tests
  • modified existing tests

How I validated my change

change me!

@dvail
Copy link
Contributor Author

dvail commented Jan 9, 2026

This change is part of the following stack:

Change managed by git-spice.

@openshift-ci
Copy link

openshift-ci bot commented Jan 9, 2026

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@rhacs-bot
Copy link
Contributor

rhacs-bot commented Jan 9, 2026

Images are ready for the commit at ab66825.

To use with deploy scripts, first export MAIN_IMAGE_TAG=4.10.x-753-gab66825e6e.

@codecov
Copy link

codecov bot commented Jan 9, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 48.93%. Comparing base (4640e3b) to head (ab66825).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master   #18429      +/-   ##
==========================================
- Coverage   48.93%   48.93%   -0.01%     
==========================================
  Files        2631     2631              
  Lines      197964   197964              
==========================================
- Hits        96868    96864       -4     
- Misses      93707    93710       +3     
- Partials     7389     7390       +1     
Flag Coverage Δ
go-unit-tests 48.93% <ø> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@dvail dvail force-pushed the dv/refactor-simplify-nav branch from 7763780 to ab66825 Compare January 12, 2026 20:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants