Merry3750 / scorigami

This project is dedicated to tracking all scorigami throughout history and keeping the scorigami chart up to date at all times.
http://NFLScorigami.com
MIT License
52 stars 19 forks source link

Added Search Mode #57

Open ajtriolo1 opened 10 months ago

ajtriolo1 commented 10 months ago

I decided to add a "search" mode to the "mode" selector.

This update helps out especially on mobile devices for times that you want to lookup a specific score to see if there has been scorigami. However, since mobile screens are so small, it's nearly impossible to find a specific score since the table axes don't show at the same time (something else I'm looking to possibly fix in the future).

I also noticed the use of the "invisible" class, which seems a bit weird to me. This class ends up leaving a bunch of extra whitespace that should probably be created using normal margin based styling. I modified this class to change the display type of whatever elements the class applies to to "hidden". This allowed me to reuse the whitespace at the top of the page for the score search text boxes.