Skip to content

kickoff: use Kirigami.Avatar directly instead of wrapping in RoundButton

Jan Blackquill requested to merge work/janb/avatar-directly into master

This works around a Kirigami bug in a manner that can be shipped in 5.21, as well as bringing consistency with other clickable avatars which typically use actions.main instead of wrapping the Avatar in another component.

As a bonus, we lose a lot of excess code.

CCBUG: 428380

Merge request reports