-
Notifications
You must be signed in to change notification settings - Fork 35
Move explorer to use React #719
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #719 +/- ##
=======================================
Coverage 78.73% 78.74%
=======================================
Files 35 35
Lines 2996 3044 +48
=======================================
+ Hits 2359 2397 +38
- Misses 637 647 +10
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
…ponent def, but makes the explorer error out
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.
@arnavgautam this is looking great! I made a few comments and will now push a PR addressing them. I can also work on adding more tests for the functions we are adding.
@arnavgautam I think we're close here! I did two main things,
(1) added a bunch of CSS to our work to mesh with what Material UI does (I put some links in the top of the CSS file for notes on where I found info)
(2) did a very preliminary Material UI theme adoption to get the font size down (https://codesandbox.io/s/l48vjmk3om?file=/index.js; https://codesandbox.io/s/l48vjmk3om?file=/index.js) but this could probably be a lot more elegant :)
Some potential TODOs:
make the data view list item go blue or orange when selected (we'd have to change them from list items to buttons or something (probably not worth too much effort on this first pass we can just make it a TODO for later especially since the graph title makes it clear what is selected)
decide if we want the scroll bars to be always visible (that's the current state, see top of the CSS file)
alter Material UI in a more elegant way ... although I don't really feel motivated to do this right now since it looks good as is ...
any other changes you think would make it look better! We can show it at the meeting and see if people want something different!