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

Make code editor collapsible #184

Merged
merged 3 commits into from
Oct 16, 2021
Merged

Make code editor collapsible #184

merged 3 commits into from
Oct 16, 2021

Conversation

jvfe
Copy link
Contributor

@jvfe jvfe commented Oct 14, 2021

I had to change around some of the preexisting HTML and CSS so the page would better support the changes I was introducing without breaking the current layout, but as far as I've seen it hasn't broken anything.

jvfe added 2 commits October 14, 2021 14:33
- Changes some of the html/css in view_sketch to add a new button to
  collapse the code editor
Copy link
Owner

@berinhard berinhard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jvfe the usability of the button is great and I'm ok on merging this PR. But when I tested it locally, it seems I'm getting an encoding error with something:

Screenshot from 2021-10-15 17-57-32

I think this is the only blocker with this PR. Again, thanks for your contribution.

Seems to cause encoding errors in some systems.
@jvfe
Copy link
Contributor Author

jvfe commented Oct 15, 2021

@jvfe the usability of the button is great and I'm ok on merging this PR. But when I tested it locally, it seems I'm getting an encoding error with something:

Screenshot from 2021-10-15 17-57-32

I think this is the only blocker with this PR. Again, thanks for your contribution.

Oh, that's unfortunate hahah. I tried inserting a UTF-8 arrow in the button and didn't foresee that it would be a problem.
Removed! Thanks for pointing that out.

Copy link
Owner

@berinhard berinhard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @jvfe

@berinhard berinhard merged commit e569919 into berinhard:develop Oct 16, 2021
@jvfe jvfe deleted the feat/collapse_editor branch October 16, 2021 14:00
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.

Collapsible/resizable code editor on web interface
2 participants