ParkingReformNetwork / parking-lot-map

Interactive map showing how much of downtowns are dominated by parking
https://parkingreform.org/parking-lot-map/
MIT License
1 stars 5 forks source link

Use an accordion for scorecard #210

Closed Eric-Arellano closed 1 month ago

Eric-Arellano commented 1 month ago

We now use an accordion in the scorecard to hide the details shown on the initial page load. Motivations:

before: mobile Screenshot 2024-07-06 at 5 55 09 PM
before: desktop Screenshot 2024-07-06 at 5 53 00 PM
after: mobile - unexpanded Screenshot 2024-07-06 at 5 54 38 PM
after: desktop - unexpanded Screenshot 2024-07-06 at 5 52 09 PM
after: mobile - expanded Screenshot 2024-07-06 at 5 56 19 PM
after: desktop - expanded Screenshot 2024-07-06 at 5 57 05 PM

This change allows us to always show the scorecard in the same location in the top right corner. That consistency is a better UI.

To counteract the scorecard covering the top of the map, we now translate the map downwards 40 pixels.

A follow up PR will revamp the top header to further improve upon this new map layout. I also still want to improve the scorecard entries, but in a follow up.