You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add possibility to prevent navigation away from current domain or page (
#686)
* Add possibility to prevent navigation away from current domain or page
* add missing return after merge conflict
---------
Co-authored-by: Willem Leuverink <willem@leuver.ink>
add `skipTaskbar` and `hiddenInMissionControl` window options (#671)
Introduced `skipTaskbar` and `hiddenInMissionControl` methods to configure window behavior. Updated `toArray` to include these new properties and extended tests to validate functionality.
Environment Helper (#527)
* Add Environment Class with OS Helpers
* Abstract all usages of PHP_OS_FAMILY to Environment class
* Fix styling
---------
Co-authored-by: Pete Bishop <pbishop@monarx.com>