Skip to content

omarryhan/trendzz

Repository files navigation

Logo

Build Status Software License

Trendzz

Github trending PWA

Live website

https://trendzz.vercel.app/

Known issues

  1. If you're having trouble seeing the bottom select row, you can either:
  • Add the app to your homescreen and open it again. This will correctly show the full height (100vh).

Or:

  • Try pulling the header upwards.

I think browsers should always show 100vh regardless whether the user has started scrolling down or not. Firefox doesn't seem to have this issue. Chrome and Chromium based browsers do. Yay Firefox.

  1. Some browsers disallow access to indexed db in Incognito. I tried to make sure that all the indexed db ops fail gracefully, so that the app never errors if it can't mark a repo as read.

Thanks

To: Hu Chen for providing the API for this project.