You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
anim
property of animation can be rewritten.The text was updated successfully, but these errors were encountered: