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
43.11k stars 5.32k forks source link

Add .profile README overview tab to organization pages #31326

Open axeldvera opened 3 weeks ago

axeldvera commented 3 weeks ago

Feature Description

Previously, user hazycora made a pull request with a feature that was discarded (apparently by mistake, as it was confused with another similar pull request).

in the PR the user "added the overview tab everywhere the organization tabs are visible (of course, only when the .profile repo and a README file exist, matching the behavior for user profile pages)"

The closed PR link is the following:

https://github.com/go-gitea/gitea/pull/27125

We would like to be able to obtain this functionality since, if we add a readme that is too long in the "repositories" section, they remain far below the page, making it difficult to view them.

Can this lost PR be recovered? thank you so much!

Screenshots

image

a1012112796 commented 3 weeks ago

Hmm, How about limit max height of profile README on ui?

axeldvera commented 3 weeks ago

Hmm, How about limit max height of profile README on ui?

We don't want that restriction. We have been using github for a long time and are used to that functionality. We would like to have the same "Overview" tab as is already being used in the personal profile.