Truncate list of badges in About Sections #3352
Labels
kind/feature
New feature
triage/accepted
The issue was reviewed and is complete enough to start working on it
Description
Follow up to #3300
Next to the adoption of the
AppAboutSection
component, we started to use badges for the information displayed in the About Section card. Some of them show list of badges. In order to improve the layout and reduce the noise in these cards we should consider to truncate these lists.Some of the lists use the
TagList
component that can be optionally truncated. The default is currently set tofalse
. We should consider to set default totrue
.In other cases we create these lists inline and use
XBadge
or other components (e.g.KumaPort
) directly. We should consider to align this (if possible) and maybe always useTagList
.Context/Examples
No Truncation
Truncation
The text was updated successfully, but these errors were encountered: