Refresh snapshot create/restore dialogs (#9223)

Co-authored-by: Bram Kragten <mail@bramkragten.nl>
This commit is contained in:
Joakim Sørensen
2021-05-25 21:29:32 +02:00
committed by GitHub
parent c32a4546f3
commit 0dd3757df2
7 changed files with 609 additions and 560 deletions

View File

@@ -12,6 +12,8 @@ export class HaButtonMenu extends LitElement {
@property({ type: Boolean }) public disabled = false;
@property({ type: Boolean }) public fixed = false;
@query("mwc-menu", true) private _menu?: Menu;
public get items() {
@@ -29,6 +31,7 @@ export class HaButtonMenu extends LitElement {
</div>
<mwc-menu
.corner=${this.corner}
.fixed=${this.fixed}
.multi=${this.multi}
.activatable=${this.activatable}
>