wails/v3
Lea Anthony 861ddea1b2
Add option to prevent application shutdown
This update allows the application shutdown to be cancelled. It implements the shouldQuit function, which can prevent the application from quitting if it returns false. Additional checks have been added to ensure cleanup and quit processes are performed only if required. The darwin delegate and linux and windows applications were modified to include this new functionality.
2024-01-17 20:45:30 +11:00
..
cmd/wails3 [windows] initial wails dev support 2023-11-27 20:38:42 +11:00
examples Add option to prevent application shutdown 2024-01-17 20:45:30 +11:00
internal [bindings] Support aliases in package imports 2024-01-14 08:07:47 +11:00
pkg Add option to prevent application shutdown 2024-01-17 20:45:30 +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 Update bindings generator to generate bindings in packages and files. 2023-12-22 20:01:42 +11:00
go.sum Support generating bindings by name 2023-12-19 21:28:23 +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.