-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
proposal: add max height limit and overflow for organization profile #31349
Conversation
as title, maybe usefull for user to jump to repository quickly when the profile READEME is too long Signed-off-by: a1012112796 <[email protected]>
Signed-off-by: a1012112796 <[email protected]>
Why not implement the same behaviour as Gitea user profile? Would be awesome to have the same github behaviour instead of a separate functionality. |
How does GitHub solve it? Surely there must be a mechanism to limit overly long profile readmes on both org an user. |
GitHub Adds an "Overview" tab to view the organization's readme file. There is a proposal regarding this that adds this functionality: |
Tested on GitHub, there is no limit and here is a org with a 3k lines README. Tbh, I still prefer that over any nested scroll mechanisms. |
This works fine as long as the readme is viewed from a separate tab (Overview) and not at the top of the "Repositories" tab |
a little not like too many tabs. |
I'm in favour of the alternative PR you created. |
like user profile, add a new overviw tab to show profile READEME when it is exist. replace #31349 (another solution option) example view: ![屏幕截图 2024-06-14 094116](https://github.com/go-gitea/gitea/assets/25342410/3303a1f2-ae02-48e0-9519-7fa11e65657f) ![屏幕截图 2024-06-14 094101](https://github.com/go-gitea/gitea/assets/25342410/7a4a5a48-dc2b-4ad4-b2a2-9ea4ab5d5808) --------- Signed-off-by: a1012112796 <[email protected]>
like user profile, add a new overviw tab to show profile READEME when it is exist. replace go-gitea#31349 (another solution option) example view: ![屏幕截图 2024-06-14 094116](https://github.com/go-gitea/gitea/assets/25342410/3303a1f2-ae02-48e0-9519-7fa11e65657f) ![屏幕截图 2024-06-14 094101](https://github.com/go-gitea/gitea/assets/25342410/7a4a5a48-dc2b-4ad4-b2a2-9ea4ab5d5808) --------- Signed-off-by: a1012112796 <[email protected]>
as title, maybe usefull for user to jump to repository quickly when the profile READEME is too long.
example view: