Skip to content
New issue

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

popup not working in adaptive dashboard #1524

Open
athiosh opened this issue Jul 18, 2024 · 1 comment
Open

popup not working in adaptive dashboard #1524

athiosh opened this issue Jul 18, 2024 · 1 comment
Labels

Comments

@athiosh
Copy link

athiosh commented Jul 18, 2024

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
image
with popup under grid-template-areas
image

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

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"
@athiosh
Copy link
Author

athiosh commented Aug 14, 2024

Hi, just want to check and see if there is any update on this? Would love to get the adaptive dashboard working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant