sddm-slice icon indicating copy to clipboard operation
sddm-slice copied to clipboard

Dynamic list

Open EricKotato opened this issue 5 years ago • 0 comments

Opening issue here to track progress.

Currently scrollable lists of sessions and users are fixed to 5 elements with hardcoded locations. I plan to make it dynamic and get rid of hardcode.

Thoughts for now:

  • PathView – very nice and easy way, but lags for some reason, so it won't do.
  • ListView – doesn't support looping. Tecnically could be done, but that's kinda hacky (like everything in QML 😁)
  • Repeater – can be changed once (on theme start). Animations doesn't support dynamic number of components, but anim property of animation can be rewritten.

EricKotato avatar Jan 14 '19 09:01 EricKotato