tastejs / hacker-news-pwas

HNPWA - Hacker News readers as Progressive Web Apps 📱
https://hnpwa.com
2.38k stars 207 forks source link

Add Quasar HNPWA #153

Closed rstoenescu closed 6 years ago

sindresorhus commented 6 years ago

App must display 30 items per-page for story list views - https://github.com/tastejs/hacker-news-pwas#specification


Looks great otherwise. Nice work! :)

rstoenescu commented 6 years ago

@sindresorhus Done. 30 stories per page.

sindresorhus commented 6 years ago

@rstoenescu That was fast! You also need to update the performance-based numbers like Lighthouse as they can be affected by the increased amount of entries (That's why we enforce a number, to make it comparable).

rstoenescu commented 6 years ago

@sindresorhus Done also :) Thanks!