1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-20 02:38:53 +00:00

Replace paper item in sidebar (#24883)

* replace paper item in sidebar

* make items same height as before

* remove polymer refs

* fix user badge

* replace removed styles (and remove unused)
This commit is contained in:
Bram Kragten
2025-04-10 18:32:38 +02:00
committed by GitHub
parent 7383e3247b
commit 21b3177f95
32 changed files with 314 additions and 767 deletions

View File

@@ -1,9 +1,6 @@
import "../onboarding/ha-onboarding";
import("../resources/ha-style");
import("@polymer/polymer/lib/utils/settings").then(
({ setCancelSyntheticClickEvents }) => setCancelSyntheticClickEvents(false)
);
declare global {
interface Window {