Fabian-Lars
|
5438a5cd22
|
chore: apply clippy fixes (#3092)
|
2025-11-09 18:43:17 +01:00 |
|
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 |
|
Lucas Fernandes Nogueira
|
7a8633f429
|
feat(dialog): add plugin (#306)
|
2023-04-18 22:41:12 -03:00 |
|