Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dynamic list #4

Open
EricKotato opened this issue Jan 14, 2019 · 0 comments
Open

Dynamic list #4

EricKotato opened this issue Jan 14, 2019 · 0 comments
Milestone

Comments

@EricKotato
Copy link
Owner

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 EricKotato added this to the 1.5 milestone Jan 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant