asticode / go-astilectron

Build cross platform GUI apps with GO and HTML/JS/CSS (powered by Electron)
MIT License
4.9k stars 344 forks source link

Update window bounds attributes on change #362

Closed maddie closed 2 years ago

maddie commented 2 years ago

This commit depends on PR asticode/astilectron#55, and targets astilectron release 0.53.0 (yet to be tagged and released).

With the added listener and function, users should now be able to get the window's position and size in real time.

Should fix issue #127

coveralls commented 2 years ago

Coverage Status

Coverage increased (+0.04%) to 78.607% when pulling faa47cf89912c752171a6053cacffd138ec855e3 on maddie:master into a95bcffcf5d4ac0a4017b4ad9bde0e990864aee3 on asticode:master.

maddie commented 2 years ago

The pushed code depends on astilectron 0.53.0 and CI fails to download it, so it fails :(

asticode commented 2 years ago

Cheers