Amr Bashir
|
509eba8d44
|
feat: support message dialogs with 3 buttons (#2641)
* feat: support message dialogs with 3 buttons
* change file
* From<String>
* untagged & YesNoCancel
* revert package.json
* Update plugins/dialog/src/desktop.rs
Co-authored-by: Tony <68118705+Legend-Master@users.noreply.github.com>
* no optional
* Update desktop.rs
* Update plugins/dialog/src/models.rs
Co-authored-by: Tony <68118705+Legend-Master@users.noreply.github.com>
* change to an enum
* convert back into union
* regen
* update @since
* map buttons for linux
* enhance type
* Add examples
---------
Co-authored-by: Tony <68118705+Legend-Master@users.noreply.github.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.app>
Co-authored-by: Tony <legendmastertony@gmail.com>
|
2025-08-27 09:40:47 -03:00 |
|
Tony
|
2302c2db1c
|
fix(dialog): ask and confirm not using system button texts (#1910)
* Fix `ask`'s button texts being ok and cancel
* Update change file
|
2024-10-20 08:48:45 -03:00 |
|
Tony
|
04459afbb6
|
refactor(dialog)!: use enum instead of label for buttons (#1842)
* refactor(dialog)!: use enum instead of label
* Add change file
* Fix doc comment typo
* Move ok and cancel to lib.rs
|
2024-10-01 09:34:20 -03:00 |
|
renovate[bot]
|
6bf1bd8d44
|
fix(deps): update rust crate rfd to 0.15 (v2) (#1805)
* fix(deps): update rust crate rfd to 0.15
* Fix compilation
* Add change file
* Remove platform specific note
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tony <legendmastertony@gmail.com>
|
2024-09-19 20:04:02 +08:00 |
|
mikoto2000
|
448846b834
|
feat(fs): resolve content URIs on Android (#1658)
* Implemented writeTextFile on Android.
* Added license headers.
* fix fmt checks.
* implement more file APIs
* change file
* cleanup
* refactor dialog plugin to leverage new FS APIs
* implement metadata functions
* fix build
* expose FS rust API
* resolve resources on android
* update pnpm
* update docs
---------
Co-authored-by: Lucas Nogueira <lucas@tauri.app>
|
2024-08-23 13:35:53 -03:00 |
|
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 |
|