mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +00:00
* Improve popout window UX for fullscreen macOS Adds special handling for popout windows when the sender is in fullscreen mode on macOS. The sender window moves from fullscreen to maximized before opening the popout, and the new window is focused after creation to improve user experience. * Add tests for fullscreen popout behavior on mac added happy path and skip path tests * Move popout window check before fullscreen logic * Refactor openPopout tests for platform-specific fullscreen handling * run prettier --------- Co-authored-by: Addison Beck <github@addisonbeck.com>