Bubble-Card icon indicating copy to clipboard operation
Bubble-Card copied to clipboard

Rows and Columns Editor missing & Rows no longer applied

Open StaleLoafOfBread opened this issue 9 months ago • 4 comments
trafficstars

Describe the bug
Rows and Columns Editor missing & Rows no longer applied

To Reproduce

  1. Create card via yaml below.
  2. Observe gui lacks old drop down
  3. Observe that card is repecting the column but not the row

If this feature is purposely deprecated, then the version should probably be v3 as this would be a breaking change.

Expected behavior
The card to be 25% as high when row set to 0.25 and twice as high when set to 2. The old gui to still be present (see screenshots).

Screenshots
v2.5.0-beta.7: Image

v2.4.0: Image

YAML

type: custom:bubble-card
card_type: separator
modules:
  - default
name: Example
rows: 0.25
columns: 2

Informations (please complete the following information):

  • OS: Windows 11
  • Browser/App: [Chrome
  • Bubble Card version: v2.5.0-beta.7
  • Home Assistant version: v2025.2.4

StaleLoafOfBread avatar Feb 21 '25 02:02 StaleLoafOfBread

@Clooos

Commit Editor from L230-L251

MrBearPresident avatar Feb 21 '25 08:02 MrBearPresident

Hi! This is intended, I've removed it because this is not needed anymore, the migration of previous columns/rows values should be automatic, you can now use the default "Layout" tab in the editor for that.

Clooos avatar Feb 21 '25 10:02 Clooos

Indeed rows are not migrated, I will add that for the next release.

Clooos avatar Feb 21 '25 10:02 Clooos

Thank you for the clarification and adding row migration to your list of things to add to the next release!

StaleLoafOfBread avatar Feb 21 '25 21:02 StaleLoafOfBread