edfan / firehose

A class-picking website for MIT students.
35 stars 11 forks source link

implemented semester dropdown and dark mode #10

Closed mdlu closed 4 years ago

mdlu commented 4 years ago

Allows for access of previous semesters using a dropdown menu under the firehose logo.

Also implements a working dark mode for the site. The color scheme mostly preserves what was already being used in light mode. I do note that I have a small issue I wasn't able to resolve with being unable to uninvert the colors of the links in the first column of the table of classes from orange to blue. This currently works only with Fall 2020, as I wasn't sure how to effectively edit the necessary compiled JS files in the older semesters (see below).

I also changed index.html to reference script.js rather than script-compiled.js, as I wasn't sure how to best generate the compiled version; I will let you handle that, if that's alright.

Let me know if everything otherwise looks okay. Thanks!

image

mdlu commented 4 years ago

I figured out a solution for the table of classes and will update the code with the fix tonight. Thanks!

mdlu commented 4 years ago

Should be basically good to go now!

image

edfan commented 4 years ago

Woo- thanks again! Sorry that this took a while to release.