Problem
We pretty frequently need a widget that represents an avatar and we're currently relying on Adw for this, but in GTK4 it's really trivial now to clip paintables to a widget
Proposal
Write our own avatar widget with:
Prior Art (Optional)
https://valadoc.org/libadwaita-1/Adw.Avatar.html
https://github.com/search?q=org%3Aelementary%20Adw.Avatar&type=code
Problem
We pretty frequently need a widget that represents an avatar and we're currently relying on Adw for this, but in GTK4 it's really trivial now to clip paintables to a widget
Proposal
Write our own avatar widget with:
has_frameproperty since we use a flat style in quick settingsPrior Art (Optional)
https://valadoc.org/libadwaita-1/Adw.Avatar.html
https://github.com/search?q=org%3Aelementary%20Adw.Avatar&type=code