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

Change (V/H)Stack implementation from grid to flex #515

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Tyler-pollick
Copy link

Completed @SwiftCoderJoe conversion of (V/H)Stack from grid to flex (PR #466).

As @SwiftCoderJoe mentioned in his PR, this change should fix the Spacer issues described in #441.

All relevant tests have been updated. I will circle back around and back fill with more (V/H)Stack tests.

@SwiftCoderJoe
Copy link

SwiftCoderJoe commented Sep 6, 2022

It's interesting to me that this works with the ZStack... I thought I had applied the same changes from grid syntax to flex syntax and then added minimum heights and widths to 0, but either I for some reason never tested it with this configuration or you have something special that I missed! Either way, I'm really glad to see this finally completed and I'm glad we're moving forward on this! Thanks!

As I'm looking at this now, it seems that you're also failing the testMaterial visual test. I'm on my phone and can't currently look at test screenshots, but if someone could post them that would be great.

@carson-katri carson-katri added bug Something isn't working DOM/HTML renderer Tokamak in the browser labels Sep 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working DOM/HTML renderer Tokamak in the browser
Development

Successfully merging this pull request may close these issues.

None yet

3 participants