Multiple working contexts: tabs, multiple windows, or both? #2435
robertobandini
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Two open feature requests point at the same underlying need: working on more than one context at the same time without losing your place.
Speaking personally, I agree this would be useful! It is a need I have felt myself while working with Freelens, and something I had already been thinking about. But this touches the core navigation model of the app, so before choosing a direction we want to hear from the community and align within the teams:
A note on scope: one tab per cluster is close to what the app already does internally, while multiple independent views of the same cluster is a much deeper architectural change (memory usage, per-view state, extension API).
A note on timing: our current focus is the v2.0.0 milestone, a major refactoring that already breaks compatibility for extensions. Realistically any implementation of this would land after v2. That said, this is exactly the right moment to discuss the direction: knowing where we want to go helps us avoid decisions in the v2 refactoring and in the Extensions API v2 spec (#2304) that would make multi-context support harder later. Thank you! 🙏
All reactions