-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Description
What problem will this feature address?
When managing multiple environments (e.g., production, staging, development), switching between them requires navigating back to the project page and manually selecting another environment.
This slows down the workflow, especially when frequently comparing or debugging environment-specific configurations.
I’m often frustrated when I need to switch environments quickly while viewing an app, deployment, logs, or backups, but must click multiple levels back through the UI.
Describe the solution you'd like
Add a small environment selector dropdown (if it's more than one) inside the breadcrumb bar.
This would allow instantly switching environments without leaving the current page flow.
Example behavior:
If I’m on:
Projects › myproject › production › app
A dropdown on “production” would let me select “staging” or “development”
After selection, redirect directly to:
Projects › myproject › staging › app
This improves navigation speed and reduces unnecessary clicks when working across multiple environments.
Describe alternatives you've considered
The only current workaround is navigating back to the project overview page and manually selecting another environment from there.
While this works, it adds multiple extra clicks and disrupts the workflow when switching environments frequently.
No other quick-switch method exists in the UI now.
Additional context
This enhancement would significantly improve UX for developers who manage several environments and frequently switch between them.
Here is an example:
Will you send a PR to implement it?
Yes