Skip to content

Dynamic list #4

@EricKotato

Description

@EricKotato

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions