cscarney / syndic

Convergent feed reader for Plasma and Android
12 stars 2 forks source link

Port away from Kirigami.AbstractArticleListItem #194

Closed cscarney closed 10 months ago

cscarney commented 10 months ago

AbstractListItem is deprecated upstream.

This ports our AbstractListItem-based components to ItemDelegate, and copies the bindings that we were depending on in AbstractListItem directly into those components.

Do not merge this unless AbstractListItem actually gets removed upstream. We should continue to rely on the framework to provide consistent behavior across applications as long as that continues to be possible.