go-gitea / gitea

Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD
https://gitea.com
MIT License
44.97k stars 5.48k forks source link

[Feature] Add Filtering Links in Language Statistics #15963

Open delvh opened 3 years ago

delvh commented 3 years ago

Description

It would be nice if there was a display of the percentage of languages used somewhere in the repo. Might even be inside the activity tab. Edit: Apparently that has already been implemented.

It would be nice if this display would also be able to show exactly the files of the repository in the given language by clicking on a language (see screenshots below).

Screenshots

Screenshot_20210524_110758 Language statistics on GitHub, where the languages are clickable.

Screenshot_20210524_110834 Page opened by clicking on the link in the screenshot above.

lunny commented 3 years ago

Did you mean

图片

This has been implemented. But the filter via language is not.

delvh commented 3 years ago

Oh. I see. It's slightly hidden. I'll adapt the issue to only use the second part.