-
Notifications
You must be signed in to change notification settings - Fork 1
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
Update dependency tree #28
base: master
Are you sure you want to change the base?
Update dependency tree #28
Conversation
started preload.js for electron integration
Oh, and as d98f822 says, only |
Wow, this was a huge effort, thanks! I'll try to put aside some time to do a full review and some testing in the next few weeks |
I am seeing everything stacked vertically instead of in responsive columns, any idea why that might be? |
I can't even get the ui to connect to the local server, so it'll take me some time to troubleshoot. |
Major update of the UI source code to be compatible with the latest React, React-Router and Electron.
I think all functionality should work, but since I have little experience with how the UI should be used, I might be wrong.
Also, packaging the electron app on my machine makes it display nothing (as in, electron launches an empty blue window). I don't know what's up with that, but at least the development version works (
npm run electron
).Please test thoroughly before merging.
Closes #27