5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-16 17:09:28 +08:00
wails/v3
Lea Anthony 6522657893
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.
2024-01-21 20:52:32 +11:00
..
cmd/wails3 Initial implementation of dev mode. 2024-01-19 21:34:49 +11:00
examples [V3/macos] Fix systray click handling when no attached window (#3207) 2024-01-17 22:36:22 +11:00
internal Refactor menu functions and streamline devtools toggle across systems 2024-01-21 20:52:32 +11:00
pkg Refactor menu functions and streamline devtools toggle across systems 2024-01-21 20:52:32 +11:00
plugins @wailsio/runtime alpha.9 - Fix call responses. 2023-12-30 15:49:23 +11:00
tasks Improve window teardown on termination 2024-01-09 07:45:56 +11:00
.gitignore Fix production build 2023-09-01 22:06:43 +10:00
.prettierignore chore: add Prettier as format tool (#2689) 2023-05-30 07:40:54 +10:00
.prettierrc.yml chore: add Prettier as format tool (#2689) 2023-05-30 07:40:54 +10:00
go.mod Initial implementation of dev mode. 2024-01-19 21:34:49 +11:00
go.sum Initial implementation of dev mode. 2024-01-19 21:34:49 +11:00
README.md Update doc dependencies 2023-09-08 10:57:47 +10:00
Taskfile.yaml Update parser and bindings generation 2023-11-05 18:06:11 +11:00

v3 Alpha

Thanks for wanting to help out with testing/developing Wails v3! This guide will help you get started.

Getting Started

All the instructions for getting started are in the v3 documentation directory: mkdocs-website. Please read the README.md file in that directory for more information.