1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-21 19:28:46 +00:00

Replace paper-toast with mwc-snackbar (#19579)

* toast

* Fixes

* Linting

* Remove empty styles

* PR feedback

Co-authored-by: Bram Kragten <mail@bramkragten.nl>

---------

Co-authored-by: Bram Kragten <mail@bramkragten.nl>
This commit is contained in:
Simon Lamon
2024-02-28 21:50:58 +01:00
committed by GitHub
parent 5287061699
commit 9ef07484dd
10 changed files with 724 additions and 679 deletions

View File

@@ -811,7 +811,7 @@ export class HaScriptEditor extends KeyboardShortcutMixin(LitElement) {
"ui.panel.config.script.editor.id_already_exists_save_error"
),
dismissable: false,
duration: 0,
duration: -1,
action: {
action: () => {},
text: this.hass.localize("ui.dialogs.generic.ok"),