We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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"
The text was updated successfully, but these errors were encountered:
Hi, just want to check and see if there is any update on this? Would love to get the adaptive dashboard working.
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: