-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Milestone
Description
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.
abaurens
Metadata
Metadata
Assignees
Labels
No labels