Replies: 1 comment 1 reply
-
If you put your cards in stacks / grids the will stay and not be moved to other columns. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Every time I reload my 3 columned lovelace front end, I end up with a different layout. The placement of the cards is not deterministic. More over, the layout is often completely illogical with some columns being more than twice as long as others. Example:

Im not completely sure what causes the randomness, but i think that lovelace has problems predicting the height of certain cards before they are rendered, and thus organizes them, well, not very intelligently. AFAICT this is at least true for image cards / camera views and it is definitely the case for conditional cards, where it seems to assume the conditions are always met (I have a ton of conditional cards below the media control buttons in the third column). It may affect other cards too.
here is my proposed solution: allow us to give LL hints about the height of the card, so that LL can use that hint to determine their placement. That should make it both deterministic and allow us more flexibility in choosing the placement, particularly prevent conditional cards that are rarely shown from messing up our layouts.
Beta Was this translation helpful? Give feedback.
All reactions