modrinth / code

The Modrinth monorepo containing all code which powers Modrinth!
https://modrinth.com
Other
921 stars 171 forks source link

Put link to GH page on user page #1985

Closed triphora closed 2 years ago

triphora commented 3 years ago

Is your feature request related to a problem? Someone's username might not always match up with their GitHub username (e.g.: me), and it can be useful to have a quick link to someone's GH profile.

Describe the solution you'd like Add a link to the user's GitHub page somewhere on the user page.

Additional context Can be easily done since the API response for a user includes the GitHub ID, and that GitHub ID can in turn easily be turned into a link by querying GitHub's API (html_url).

Would possibly need to be revisited after auth? Hint of uncertainty because I still don't know how auth is going to be structured.

triphora commented 2 years ago

Fixed in modrinth/knossos#531