Fabian-Lars
|
35ea5956d0
|
fix(dialog): Create dialogs on main thread (#1073)
fixes https://github.com/tauri-apps/tauri/issues/6301
|
2024-03-13 15:41:23 +02:00 |
|
Fabian-Lars
|
16fc0f2ee3
|
fix(dialog): Remove Linux specific code for rfd 0.14 compatibility (#1033)
fixes #956
|
2024-03-06 19:38:51 +02:00 |
|
Amr Bashir
|
aa25c91bb0
|
feat(dialog): allow setting canCreateDirectories on macOS (#978)
* feat(dialog): allow setting `canCreateDirectories` on macOS
closes #949
* Discard changes to plugins/log/src/api-iife.js
* Discard changes to plugins/store/src/api-iife.js
* Discard changes to plugins/window-state/src/api-iife.js
* Update plugins/dialog/src/commands.rs
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>
* Update plugins/dialog/src/commands.rs
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>
* Update plugins/dialog/src/lib.rs
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>
* Update plugins/dialog/guest-js/index.ts
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>
* Update plugins/dialog/guest-js/index.ts
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>
---------
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>
|
2024-02-23 21:05:29 +02:00 |
|
Lucas Nogueira
|
8461cf1d1b
|
chore: update to tauri beta.3
|
2024-02-19 17:10:49 -03:00 |
|
pashokitsme
|
2e2c0a1b95
|
fix(dialog): fix message dialog return with custom buttons, fixes #711 (#769)
* fix confirm
* remove unnecessary lines
* fix
* change file
|
2023-11-27 19:55:26 +02:00 |
|
FabianLars
|
058d5dde0d
|
Merge remote-tracking branch 'origin/v1' into v1-into-v2-again
|
2023-11-23 19:59:58 +01:00 |
|
Lucas Fernandes Nogueira
|
e438e0a62d
|
feat: update to alpha.17, typed mobile plugin IPC arguments (#676)
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
|
2023-10-29 16:06:44 -03:00 |
|
Jason Tsai
|
be591d2feb
|
fix(dialog): using AsyncMessageDialog for non linux, closes tauri#7182 (#445)
|
2023-08-07 09:34:16 -03:00 |
|
Lucas Fernandes Nogueira
|
702b7b36bd
|
refactor: move deleted tauri APIs, prepare for next release (#355)
|
2023-05-13 12:32:30 -03:00 |
|
Lucas Fernandes Nogueira
|
7a8633f429
|
feat(dialog): add plugin (#306)
|
2023-04-18 22:41:12 -03:00 |
|