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

Add Initial CanvasLayout component on top of initial project to aid testing/setup #38

Merged
merged 6 commits into from
Mar 9, 2022

Commits on Mar 9, 2022

  1. [WIP] Add Initial CanvasLayout for ItemsRepeater

    Issues:
    - Text isn't realized on first load if all items on screen (may be because we aren't getting/measuring containers in current measure step)
    - Scrolling is getting locked trying to keep an item on screen, not sure what this may be (maybe not recycling containers?)
    
    Need to try properly measuring/recylcing containers and see if that resolves any current issues...
    michael-hawker committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    4a637aa View commit details
    Browse the repository at this point in the history
  2. Add Uno Guard

    michael-hawker committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    018c730 View commit details
    Browse the repository at this point in the history
  3. Add container realization to CanvasLayout

    Still has issue in UWP about scrolling getting stuck... (had tested seemed ok in WASM)
    michael-hawker committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    4f28464 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0187f67 View commit details
    Browse the repository at this point in the history
  5. Fix messed up rebase

    michael-hawker committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    f914d3b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8efb390 View commit details
    Browse the repository at this point in the history