-
Notifications
You must be signed in to change notification settings - Fork 45
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
Highlight sections on course hover #50
base: main
Are you sure you want to change the base?
Conversation
Also I converted SectionDisplay to a functional component |
This is great work! Let me know when you want me to actually review it for a merge. :)) |
OMG I just checked out your changes. I am sooooo pleased!!! It's so responsive, I love it!!!! |
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.
See bug above.
I've tried to use redux for message dispatching on this branch, but I've no clue if the code works because locally I'm getting dependency issues where redux cannot resolve references to react |
Addresses part of #29.
Make it so when courses are hovered on the left, sections in the middle are highlighted. I can add functionality to highlight sections on section hover in this branch later using a similar pattern.