Skip to content

kcms/activities: Port from SwipeListItem and simplify interaction

Ismael Asensio requested to merge work/iasensio/port-swipelistitem into master

First commit is the same deal as in teams/vdg/issues#34 (closed): port from SwipeListItem to ItemDelegate to fix the background and highlight.

While at I, thought that we could simplify the interaction by making the whole delegate the click target to configure an activity, instead of a Configure Button. Otherwise pressing/clicking would do nothing at all.

BEFORE Plain Port Press to config
Screenshot_20231206_233501 Screenshot_20231206_233559 Screenshot_20231206_233703

Merge request reports