You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to improve the logic used by Lovelace in displaying cards? We have the ability to rearrange cards, i.e., move them up or down in the stack. But that is mangled when you resize the window, often putting cards arranged contiguous;y vertically, on different sides of the windows.
Shown are two examples with the only change being the collapse of the left panel. Note the three Dimmer Cards, which are vertically contiguous in the YAML. Moving the very last card on any page up should move it up the right-hand column to the top, then to the bottom of the column to its left, to its top, then to the bottom of the column to ITS left, and so on, until it reaches the top left. That's not how it works.
In default HTML form, Lovelace adds them in reading fashion, left to right, next line, left to right, which would work IF all the cards were the same vertical height. For example, in the second image, moving Extra BR up moves it to the left column, and puts Office where Extra BR WAS. Not at all what one would expect given the view. In other words, Columnar vs Row.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to improve the logic used by Lovelace in displaying cards? We have the ability to rearrange cards, i.e., move them up or down in the stack. But that is mangled when you resize the window, often putting cards arranged contiguous;y vertically, on different sides of the windows.
Shown are two examples with the only change being the collapse of the left panel. Note the three Dimmer Cards, which are vertically contiguous in the YAML. Moving the very last card on any page up should move it up the right-hand column to the top, then to the bottom of the column to its left, to its top, then to the bottom of the column to ITS left, and so on, until it reaches the top left. That's not how it works.
In default HTML form, Lovelace adds them in reading fashion, left to right, next line, left to right, which would work IF all the cards were the same vertical height. For example, in the second image, moving Extra BR up moves it to the left column, and puts Office where Extra BR WAS. Not at all what one would expect given the view. In other words, Columnar vs Row.
Beta Was this translation helpful? Give feedback.
All reactions