-
Notifications
You must be signed in to change notification settings - Fork 37
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
Simulator embedding (very incomplete, behind flag) #816
Conversation
This simulator is very incomplete and experimental. It's UI placement will certainly need work for smaller screens!
)} | ||
</Box> | ||
{flags.simulator ? ( | ||
<SplitView |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This split view behaves poorly when nested like this (perhaps due to minimums).
The layout as a whole isn't consistent with the latest designs.
However, so long as it has no effect on the non-flagged layout I think it's worth merging so we can avoid maintaining a separate branch as we iterate on the simulator.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, I think it's the equivalent of this bug:
So we need to add an overlay element over the iframe (or for simplicity, each side) during the drag.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now I understand it I feel less bad about merging it. I'm going to leave this one to fix afterwards.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Flag works well, no unintended changes observed. As stated, come back to the split view drag issue.
The simulator is deployed separately from https://github.com/microbit-foundation/micropython-microbit-v2-simulator
It is not ready for use and is being merged behind a flag to enable iterative development of the UI and simulator features.