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

fix: height in grid #1155

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open

Conversation

ildar170975
Copy link
Collaborator

Before:
image

  - type: grid
    columns: 2
    square: false
    title: not square
    cards:
      - &ref_graph_card
        type: custom:mini-graph-card
        entities:
          - entity: sensor.xiaomi_cg_1_co2
      - &ref_entity_card
        type: entity
        entity: sun.sun
      - *ref_entity_card
      - *ref_graph_card

  - type: grid
    columns: 2
    square: true
    title: square
    cards:
      - *ref_graph_card
      - *ref_entity_card
      - *ref_entity_card
      - *ref_graph_card

After:
image

Probably may be useful in case of using a new experimental "sections" views (honestly, do not care about this still beta feature).

@akloeckner akloeckner changed the title fix height in Grid fix: height in grid Oct 2, 2024
@akloeckner
Copy link
Collaborator

Should we then merge this after #1139 ?

(honestly, do not care about this still beta feature)

What do you mean by this? Are sections still beta?

@ildar170975
Copy link
Collaborator Author

Are sections still beta?

Yes, still experimental... But many beginners use it and some of them seems like unaware about the old-style working way...

@ildar170975
Copy link
Collaborator Author

ildar170975 commented Oct 2, 2024

Should we then merge this after #1139 ?

Recently got home, have not seen this PR yet.

@ildar170975
Copy link
Collaborator Author

Based on my estimation of users using sections: I would say that my PR may come first )))))

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

Successfully merging this pull request may close these issues.

2 participants