Mailspring/internal_packages/github-contact-card/lib
Max Stoiber c0c39e69b9 Fix Github Sidebar Plugin (#2003)
Hopefully fixes #1991

I don't have N1 setup locally, so this is a blind shot–would appreciate somebody who has it set up to pull this and verify this fixes the issue, but as far as I can tell it should.

The gist is:

> Looking at the code, what you do is use the `search/users` endpoint to find users by email and taking the repos from there. You then load the repositories of the username, but we can't sort those by most-starred: "sort string Can be one of `created`, `updated`, `pushed`, `full_name`. Default: `full_name`" *([src](https://developer.github.com/v3/repos/#list-user-repositories))*
> What we could instead do is use the search API, which **allows us to search for repositories by a specific user and sort by most starred**. This is a tiny bit hacky, but works perfectly fine. E.g. this is the URL for my most starred repos: `https://api.github.com/search/repositories?q=user:mxstbr&sort=stars&order=desc`
2016-04-19 16:13:30 -07:00
..
github-contact-card-section.jsx fix(sidebar): minor sidebar style and padding tweaks 2016-03-10 15:06:59 -05:00
github-user-store.es6 Fix Github Sidebar Plugin (#2003) 2016-04-19 16:13:30 -07:00
main.jsx es6(*): convert 20+ source files used in example packages to ES2016 2016-02-29 18:47:22 -08:00