mirror of
https://github.com/wavetermdev/wails.git
synced 2026-08-05 13:53:43 -07:00
Refactor menu functions and streamline devtools toggle across systems
This update adds implementation to several menu item functions, replacing their previous 'not implemented' state. This includes actions for close, reload, forcing reload, toggling of fullscreen, reset zoom, and others. The update also includes modifications for the handling of developer tools toggle under different build configurations. This refactoring is aimed to standardize devtools configuration across different operating systems.
This commit is contained in:
@@ -68,9 +68,13 @@ Basically, try to break it and let us know if you find any issues! :smile:
|
||||
|
||||
{{ read_csv("alpha4-wails3-dev.csv") }}
|
||||
|
||||
- Windows does work, with the following caveats
|
||||
- Sometimes the main app is built twice on change
|
||||
- Closing the main window does not terminate the dev process, requiring ctrl-c to terminate
|
||||
- Windows is partially working:
|
||||
- Frontend changes work as expected
|
||||
- Go changes cause the application to be built twice
|
||||
|
||||
- Mac is partially working:
|
||||
- Frontend changes work as expectedFrontend changes work as expected
|
||||
- Go changes terminates the vite process
|
||||
|
||||
`wails3 package` command:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user