mirror of
https://github.com/Kong/insomnia.git
synced 2026-09-18 19:25:25 -04:00
## Summary - Splits the single "Manage Environments" popover into two independent dropdowns — project-level and collection-level — each with a scope tooltip and an inheritance-order hint (folder overrides collection, which overrides project). - Replaces the hidden "+" menu in the collection environment editor and the project-level full-page environment editor with explicit, always-visible "Add Sub Environment" / "Add Private Sub Environment" buttons. - Adds an "Add Project Environment" action to the project dropdown (does not auto-select the new environment). - Adds a keyboard shortcut for the project dropdown (Cmd/Ctrl+Alt+E), alongside the existing collection-environment shortcut (Cmd/Ctrl+Shift+E). - Fixes smoke tests broken by removing the old single-picker trigger, and adds new coverage for the split dropdowns and create flows.