mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Fix ZHA group dashboard display on mobile (#22279)
This commit is contained in:
parent
eea9e660ac
commit
d2e00a0f0a
@ -6,6 +6,7 @@ import { customElement, property, state } from "lit/decorators";
|
|||||||
import memoizeOne from "memoize-one";
|
import memoizeOne from "memoize-one";
|
||||||
import type { HASSDomEvent } from "../../../../../common/dom/fire_event";
|
import type { HASSDomEvent } from "../../../../../common/dom/fire_event";
|
||||||
import { navigate } from "../../../../../common/navigate";
|
import { navigate } from "../../../../../common/navigate";
|
||||||
|
import type { LocalizeFunc } from "../../../../../common/translations/localize";
|
||||||
import type {
|
import type {
|
||||||
DataTableColumnContainer,
|
DataTableColumnContainer,
|
||||||
RowClickedEvent,
|
RowClickedEvent,
|
||||||
@ -19,7 +20,6 @@ import { haStyle } from "../../../../../resources/styles";
|
|||||||
import type { HomeAssistant, Route } from "../../../../../types";
|
import type { HomeAssistant, Route } from "../../../../../types";
|
||||||
import { formatAsPaddedHex, sortZHAGroups } from "./functions";
|
import { formatAsPaddedHex, sortZHAGroups } from "./functions";
|
||||||
import { zhaTabs } from "./zha-config-dashboard";
|
import { zhaTabs } from "./zha-config-dashboard";
|
||||||
import type { LocalizeFunc } from "../../../../../common/translations/localize";
|
|
||||||
|
|
||||||
export interface GroupRowData extends ZHAGroup {
|
export interface GroupRowData extends ZHAGroup {
|
||||||
group?: GroupRowData;
|
group?: GroupRowData;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user