Show the dominant language of a tip4commit repo#107
Show the dominant language of a tip4commit repo#107joshumax wants to merge 2 commits intotip4commit:masterfrom joshumax:master
Conversation
|
@AlexandrZ Thoughts? |
|
I would prefer to move it somewhere else and leave repo names only in the first column. Maybe it's better to show a repo language after its name or in a separate column. Now it's possible to search by a language. Maybe we don't need to show languages in the list, but add a filter in the header with the list of available languages. |
|
@AlexandrZ I can certainly try moving the tags around to see what would look best...As for the second choice of adding a filter, that might be a bit tougher...since statically defining a list of languages to filter by would be quite odd. One way to do this might be to query all of the tip4commit repos at once and insert each unique language to a dynamic filter list, but wouldn't that just create a whole bunch of unneeded backend traffic through the github api? Would there be a better way to do this? |
|
It's easy to get the list: |
|
@joshumax are you continuing this? |
This commit allows users to quickly see what language their favorite tip4commit repo is written in.