5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-20 19:09:29 +08:00
wails/v3
Travis McLane 021efab84d
allow for non-Window WailsEvent listeners (#3406)
* allow for non-Window WailsEvent listeners

- adds a RegisterListener function on the App struct such
  that code can listen for WailsEvent(s) even if it isn't a Window
- rename dispatchEventToWindows -> dispatchEventToListeners
- add all windows and WailsEventListeners to slice before emitting

* Update v3/pkg/application/application.go

---------

Co-authored-by: Lea Anthony <lea.anthony@gmail.com>
2024-04-20 09:39:57 +10:00
..
cmd/wails3 Add BundledAssetFileServer for bundled /wails/runtime.js. Update examples. 2024-03-17 15:08:30 +11:00
examples Major plugin updates 2024-04-14 21:41:33 +10:00
internal Merge branch 'refs/heads/v3-alpha-feature/plugin-updates' into v3-alpha 2024-04-14 21:42:16 +10:00
pkg allow for non-Window WailsEvent listeners (#3406) 2024-04-20 09:39:57 +10:00
plugins Major plugin updates 2024-04-14 21:41:33 +10: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 fix dev mode windows pipe (#3402) 2024-04-18 23:14:20 +10:00
go.sum fix dev mode windows pipe (#3402) 2024-04-18 23:14:20 +10:00
README.md Update doc dependencies 2023-09-08 10:57:47 +10:00
Taskfile.yaml disable 'server' example 2024-04-08 13:29:42 -05: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.