Block a user
Fix Overlap on smaller displays
This is close. Small issues on smaller laptops will have collision. Push the elements a little more to the right?
Scroll wheel gets in the way of edge of homepage
Switch from Queue Times to Six Flags API directly
With this we can add a fast lane toggle to instead show those wait times instead, and when the toggle is on we should make it so just fast lane rides are visible. Similar to coaster mode.
Switch from Queue Times to Six Flags API directly
If a ride is closed, then it will be entirely missing from this output. But we can cross reference / utilize the output from the operating-hours endpoint for the park that day.
Switch from Queue Times to Six Flags API directly
Returns isFastLane regularWaitTime fastLaneWaitTime
Switch from Queue Times to Six Flags API directly
Convert Scraper to proper backend
Current Design Issues:
- Scraper has to run as a second container (not terrible), but just runs hacky npm commands
- Scraper is very limited in how flexible it can be. With an actual backend,…
Convert Scraper to proper backend