arturssmirnovs / github-profile-readme-generator

GitHub profile readme generator allows you to create nice and simple GitHub profile readme files that will be included in your profile previews.
https://arturssmirnovs.github.io/github-profile-readme-generator/
MIT License
859 stars 81 forks source link

Added option to enable private repos in GitHub Statistics #14

Closed fx2000 closed 3 years ago

fx2000 commented 3 years ago

The checkbox is disabled until the user enables Statistics

max-programming commented 3 years ago

Wait @fx2000 There is one problem with it. Change the name from Show GitHub Statistics to Show Most used Languages image and make the change the Private Repos checkbox to this:

<div class="custom-control custom-checkbox mb-2">
  <input type="checkbox" id="customCheck4" class="custom-control-input" disabled="disabled">
  <label for="customCheck4" class="custom-control-label">Include Private Repositories</label>
</div>

To make it look like the other checkboxes

@arturssmirnovs maybe u caqn reopn this