migtools / crane-ui-plugin

OpenShift Dynamic Plugin for Crane UI
1 stars 11 forks source link

WIP: show namespace switcher bar at the top of the wizard page #66

Closed mturley closed 2 years ago

mturley commented 2 years ago

By changing the URL prefix to /k8s/ns/:namespace/* the console automatically shows this project switcher at the top of the page:

Screen Shot 2022-04-01 at 2 08 49 PM

this helps make sure the user is migrating to the namespace they expect and allows them to switch it easily without going back to the Add page.

WIP: works correctly when switching to another specific namespace, but gives a 404 page when choosing "All projects". Need to figure out how to make that present a project selector like the base Add page does.

mturley commented 2 years ago

Closing this, opening an issue to solve it with a different approach: https://github.com/konveyor/crane-ui-plugin/issues/106