To resolve a design flaw in the current implementation (initially raised by a user). Currently when there a multiple windows open, opening a saved tab group via the extension will close all pinned tabs in all windows. This should only close tabs in the current active window.
👆 Doing the above will allow users to have multiple windows open and use the extension to open groups per window. The user raised the fact that they have emails open in a separate window (as many people do, including myself! 😁)
✅ Definition of Done
[x] Users can open a saved group in one window and a secondary open window is not impacted by this
📓 Notes
There are some good APIs for the tabs to handle this here
👀 Purpose
✅ Definition of Done
📓 Notes