aalok05 / CodeHub

A UWP GitHub Client
MIT License
177 stars 34 forks source link

Hide readme pivot page for empty readme files / private repos #36

Closed Sergio0694 closed 7 years ago

Sergio0694 commented 7 years ago

Right now, opening a repo page for a repo with no readme, or an empty readme file, or a private repo that has a blocked readme, you just get a blank WebView that just wastes space. The whole pivot page should be hidden in these situations to save screen space.

aalok05 commented 7 years ago

1052d60f88ca7601bb342e19b3c2dac85aa6331a takes care of this.

Sergio0694 commented 7 years ago

@aalok05 Great 👍 Anyways, next time you have a commit that fixes an issue, make sure to include "fixes #issuenumber" in the commit message, so that GitHub will automatically reference the issue from the commit. See the guide here.