DayInReview / day-in-review

Full Day In Review application
http://dayinreview.org
Apache License 2.0
2 stars 0 forks source link

Menu Drawer #58

Closed ishan0102 closed 3 years ago

ishan0102 commented 3 years ago

Problem

The menu icon was not actually functional.

Solution

When the menu icon is clicked, a drawer slides out from the left hand side with list items for each of the widgets. Clicking one of these will take you to the corresponding widget.

Testing

I tested this by making sure all of the links worked from all of the different locations on the site.

Notes

In this PR I also removed unnecessary Sass files, made some of the colors easier on the eyes, and removed the placeholder to-do widgets. I did this mainly because now that it's deployed, it's probably a good idea to make sure everything is actually functional and good looking.

Closes #57