macos-preact
macos-preact copied to clipboard
Auto-resize windows when viewport height/width change
Currently, if the viewport width changes the opened app window stays the same.
Before:

After viewport height is changed:

Instead of showing the current behavior, it should resize the open app window(s) automatically.
Possible solution: Apply event listener on window and watch for fullscreen change. Better make a custom hook for it