github-stars-tagger icon indicating copy to clipboard operation
github-stars-tagger copied to clipboard

Clear unstarred repos

Open benoitgrelard opened this issue 8 years ago • 2 comments

If tags have been added to a repo but then the repo is unstarred, it will still count/show in the sidebar.

benoitgrelard avatar Sep 08 '15 16:09 benoitgrelard

One way to do it I think would be to use the github API to grab the actual list of starred repo (cannot relying on the DOM) then cross reference it with the list of tags we have in the model and clear the model accordingly.

benoitgrelard avatar Sep 11 '15 14:09 benoitgrelard

The API is paginated making this a bit harder

benoitgrelard avatar Sep 11 '15 16:09 benoitgrelard