UI-Lovelace-Minimalist / UI

UI-Lovelace-Minimalist is a "theme" for HomeAssistant
https://ui-lovelace-minimalist.github.io/UI/
Other
1.68k stars 439 forks source link

popup not working in adaptive dashboard #1524

Open athiosh opened 4 months ago

athiosh commented 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 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 commented 3 months ago

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