1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-04-02 00:27:49 +01:00

Simplify dialogs (#29848)

This commit is contained in:
Wendelin
2026-03-08 16:27:04 +01:00
committed by GitHub
parent d9d2ebfb9d
commit 872d1c684f
22 changed files with 310 additions and 243 deletions

View File

@@ -118,7 +118,7 @@ class HaLandingPage extends LandingPageBaseElement {
protected firstUpdated(changedProps: PropertyValues) {
super.firstUpdated(changedProps);
makeDialogManager(this, this.shadowRoot!);
makeDialogManager(this);
if (window.innerWidth > 450) {
import("../../src/resources/particles");