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
Unify button handling in LabelContent, PropertyContent and SectionHeader (#11164)
### Related
* closes#6191
* closes#6203
* related to #10762 (RR-1532)
### What
Unify button handling via new `ItemButtons` struct and introduce ext
trait to unify convenience helper fns.
This changes the default behavior of the PropertyContent to only show
icon buttons on hover. In some places this may be desired (usually if
there are a lot of items with the same buttons (e.g. blueprint panel)),
sometimes not (e.g. if buttons are only on select items in a list, they
should always be visible for discoverability). We should check that this
should make sense for all property content buttons.
0 commit comments