wails/v3
Lea Anthony 05b16f1d63 Improve Linux application events and refactor app method receivers
This commit includes the addition of common events for the Linux platform. Refactored and standardized the method receivers for the application from 'm' to 'l'. Also, the application startup events in the window example have been updated according to the new naming scheme.
2024-03-06 11:42:19 -06:00
..
cmd/wails3 v3.0.0-alpha.4 2024-02-01 21:09:03 +11:00
examples Improve Linux application events and refactor app method receivers 2024-03-06 11:42:19 -06:00
internal Update windowSetupSignalHandlers & linux events 2024-03-06 11:42:19 -06:00
pkg Improve Linux application events and refactor app method receivers 2024-03-06 11:42:19 -06:00
plugins [v3] Restore ToggleMaximise method in Window interface (#3281) 2024-02-29 08:42:57 +11:00
tasks Update windowSetupSignalHandlers & linux events 2024-03-06 11:42:19 -06: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 [v3] Add option for showing the toolbar in fullscreen mode on macOS (#3282) 2024-03-02 20:10:25 +11:00
go.sum Fixed runtime. cp tool. 2024-01-29 21:29:16 +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.