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

Course / section hover color-change #29

Open
RobertConde opened this issue Sep 11, 2023 · 6 comments · May be fixed by #50
Open

Course / section hover color-change #29

RobertConde opened this issue Sep 11, 2023 · 6 comments · May be fixed by #50
Assignees
Labels
enhancement New feature or request

Comments

@RobertConde
Copy link
Collaborator

  • On hover over a course/section, change the color of sections that belong to that course.
  • On hovering over a section (on the left), change the color of the same section (in the middle) if it exists
  • On hovering over a section (in the middle), change the color of other sections in the middle that belong to the same course

The goal is to easily identify groups of courses.

@RobertConde RobertConde added the enhancement New feature or request label Sep 11, 2023
@chrisnicollo
Copy link

Working on changing the color of sections in the middle when a course on the left is hovered. Progress is slow, new to Typescript and React

@RobertConde
Copy link
Collaborator Author

This may help you.

This may be a little tough tho.

@RobertConde
Copy link
Collaborator Author

And this too.

@chrisnicollo
Copy link

I was able to get a basic version of it working using prop drilling of a state function defined in from ScheduleBuilder.tsx, although the code is currently messy, and I'm not sure if it's the most optimal right now

@chrisnicollo
Copy link

Actually after skimming those stack overflow links, it seems like my solution is the somewhat 'expected' one. Code is still a mess though

@RobertConde
Copy link
Collaborator Author

RobertConde commented Sep 13, 2023

Well, commit it to your fork of this repo. Then make a pull request on yours to ours.
I'll be happy to take a look 😃

@chrisnicollo chrisnicollo linked a pull request Sep 19, 2023 that will close this issue
@RobertConde RobertConde linked a pull request Sep 29, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants