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

Show runtime error list docked to the bottom of the preview #57

Merged
merged 2 commits into from Feb 6, 2016

Conversation

outoftime
Copy link
Contributor

If a runtime error occurs, we don’t want to completely cover the preview like we do for a compilation error. Instead, slide up a list of errors docked to the bottom of the preview column.

Also changes the toolbar/menu to be absolutely positioned, which is better for the layout.

If a runtime error occurs, we don’t want to completely cover the preview
like we do for a compilation error. Instead, slide up a list of errors
docked to the bottom of the preview column.
Absolutely position the toolbar and make space for it using padding.
Means that the whole thing now takes up 100% of the viewport height,
instead of more than 100%. Also means that opening the toolbar covers
the environment rather than pushing it down, which I think is better.

Ultimately I think flexbox is probably the right move here but this is
an improvement from the previous layout.
outoftime added a commit that referenced this pull request Feb 6, 2016
Show runtime error list docked to the bottom of the preview
@outoftime outoftime merged commit f37bdd5 into master Feb 6, 2016
@outoftime outoftime deleted the runtime-error-list branch February 6, 2016 21:10
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

Successfully merging this pull request may close these issues.

None yet

1 participant