Open athiosh opened 4 months ago
Describe the bug I am trying to setup adaptive dashboard and the popup does not show if it is set in grid-template-areas in the adaptive-ui.yaml file.
To Reproduce Steps to reproduce the behavior:
remove popup under grid-template-areas in adaptive-ui.yaml
Expected behavior A clear and concise description of what you expected to happen.
Screenshots remove popup under grid-template-areas with popup under grid-template-areas
Additional context Add any other context about the problem here.
Related Logs (can be found in the browser-console (F12)) Add related logs for the problem
Related Card Config Add the card config from ui-lovelace.yaml with the related problem
ui-lovelace.yaml
remove popup under gird-template-areas
title: "UI Lovelace Minimalist" theme: "minimalist-desktop" background: "var(--background-image)" views: - type: "custom:grid-layout" title: "home" icon: "mdi:home" path: "0" layout: grid-template-columns: "1fr 1fr" grid-template-rows: "min-content" grid-template-areas: | "main" # original "main popup" mediaquery: "(max-width: 1100px), (orientation: portrait)": grid-template-columns: "100%" grid-template-areas: "main" cards: - !include "views/main.yaml" - !include "popup/popup.yaml"
Hi, just want to check and see if there is any update on this? Would love to get the adaptive dashboard working.
Describe the bug I am trying to setup adaptive dashboard and the popup does not show if it is set in grid-template-areas in the adaptive-ui.yaml file.
To Reproduce Steps to reproduce the behavior:
remove popup under grid-template-areas in adaptive-ui.yaml
Expected behavior A clear and concise description of what you expected to happen.
Screenshots remove popup under grid-template-areas with popup under grid-template-areas
Additional context Add any other context about the problem here.
Related Logs (can be found in the browser-console (F12)) Add related logs for the problem
Related Card Config Add the card config from
ui-lovelace.yaml
with the related problemremove popup under gird-template-areas