codeforamerica / city-analytics-dashboard

⛔️ DEPRECATED Display google analytics from a city's website as a dashboard
MIT License
38 stars 34 forks source link

Truncate vertical lists to prevent infinite page growth #78

Open migurski opened 9 years ago

migurski commented 9 years ago

Each of the three lists—Live search, Active pages, and Most popular pages—grows without limit.

Ensure that a reasonable, limited number of items are shown so that the page does not scroll infinitely over time while still showing a single full screen of data. Use the clientHeight of the window or simply pick a workable number.

oakland