mirror of
https://github.com/home-assistant/frontend.git
synced 2026-08-19 20:58:55 +01:00
* Show remaining tile card features below when position is inline Previously the tile card silently dropped every feature after the first one when "features_position" was set to "inline". The first feature is now rendered next to the name as before, and any additional features are stacked underneath, the same way they are in "bottom" position. The tile container gained a "features-bottom" slot for this, and the card size and grid options now account for the extra rows. * Add tests for hui-tile-card size and grid options calculations * Enhance hui-tile-card to support inline feature layout and improve feature counting logic * reduce vertical gap for inline features --------- Co-authored-by: Claude Opus 5 <noreply@anthropic.com>