tauri/examples
Lucas Fernandes Nogueira af61023273
refactor(core)!: Window::close triggers RunEvent::CloseRequested (#8710)
* refactor(core): Window::close triggers RunEvent::CloseRequested

* Update .changes/runtime-wry-window-close-event.md

Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>

* add destroy [skip ci]

* change files

* delete files

* fix tests

* fix tests

* fix test impl of the close flow

* fmt

* build bundle

---------

Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
2024-01-31 14:54:49 -03:00
..
.icons fix(cli): corrupted icons in bundled macOS icons (#5698) 2022-11-28 08:57:32 -03:00
api refactor(core)!: Window::close triggers RunEvent::CloseRequested (#8710) 2024-01-31 14:54:49 -03:00
commands refactor(api)!: Rename primitives mod to core (#8273) 2023-11-20 17:53:13 -03:00
file-associations refactor(core): add support to multiple webviews on a Tauri window (#8280) 2024-01-24 11:05:18 -03:00
helloworld feat: Add files field in macos build config, closes #3290 (#7798) 2023-12-28 12:10:50 -03:00
isolation refactor(api)!: Rename primitives mod to core (#8273) 2023-11-20 17:53:13 -03:00
multiwebview refactor(core): add support to multiple webviews on a Tauri window (#8280) 2024-01-24 11:05:18 -03:00
multiwindow refactor(core): add support to multiple webviews on a Tauri window (#8280) 2024-01-24 11:05:18 -03:00
navigation refactor: refactor parent APIs on WindowBuilder (#8622) 2024-01-31 13:59:14 -03:00
parent-window refactor: refactor parent APIs on WindowBuilder (#8622) 2024-01-31 13:59:14 -03:00
plugins/tauri-plugin-example feat(acl): generate schema for scope (#8690) 2024-01-29 13:36:31 -03:00
resources refactor(core): add support to multiple webviews on a Tauri window (#8280) 2024-01-24 11:05:18 -03:00
run-iteration refactor(core)!: App::run_iteration improvements (#8696) 2024-01-29 10:52:44 -03:00
splashscreen refactor(core): add support to multiple webviews on a Tauri window (#8280) 2024-01-24 11:05:18 -03:00
state fix: custom protocol on Windows, change scheme on Android, closes #7801 (#7808) 2023-09-11 12:25:06 -03:00
streaming refactor(api)!: Rename primitives mod to core (#8273) 2023-11-20 17:53:13 -03:00
tauri-dynamic-lib chore: bump MSRV to 1.70 (#8031) 2023-10-17 11:08:15 -03:00
web fix(examples): Update web example to latest dialog plugin (#8567) 2024-01-09 02:03:23 +02:00
workspace chore: bump MSRV to 1.70 (#8031) 2023-10-17 11:08:15 -03:00
README.md docs(examples): add missing Readme and clarify existing (#3327) 2022-02-04 17:56:57 -03:00

Examples

Following directories contain examples of tauri app functionality.

There are different execution steps depending on the example. See each directory README.md for execution method.