v0.1.1
Highlights
- Fixes the compact alerts badge title wrapping letter-by-letter in a
narrow sections column. - The compact badge shows count chips only by default; its title only
appears once explicitly configured, and it no longer wraps. - The badge now asks dashboards for a little more column width so it
isn't squeezed down to a single column.
Fixed
switchboard-alerts-cardcompact badge: the title no longer wraps
letter by letter in a narrow sections column (e.g. "Al / ert / es").
The compact badge now shows chips only by default —titleis only
rendered on the badge once explicitly configured, and when it is, it is
laid out to never wrap (white-space: nowrap+ ellipsis, with chips
shrinking first).getGridOptions()for compact mode now declares
min_columns: 3/columns: 4so the sections view has less room to
squeeze it down to a single column in the first place. (#1)