-
Notifications
You must be signed in to change notification settings - Fork 216
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
Fix web_gui build #1035
Fix web_gui build #1035
Conversation
505b7f9
to
1d3f406
Compare
@glados-verma @dbhatman would be happy to get your eyes on this. |
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.
Thanks for your excellent work @lalten !
Note for any future readers - we still need to downgrade the Node version (e.g. via the n command) to v9 in order to build this (PR #1024 might help us use newer Node versions). Additionally the instructions in CONTRIBUTDING.md are outdated; check the README.md in the web_gui directory (I'll fix the docs in a separate PR).
The web interface is currently broken on master and won't build.
This PR:
SafeHtml
typeFixes #1039
This change is