-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Fix inconsistent user profile layout across tabs #25625
Fix inconsistent user profile layout across tabs #25625
Conversation
Big Profile avatar is implemented. Org profile avatar is separated out from profile avater file. Org layout for code, project, packages and package_versions pages is simplified.
I tried my best to not use |
@denyskon Please tag this pr to v1.21 milestone |
I don't have the permission to assign to milestone |
Some problems:
|
Yes, I agree with your point. But with profile page the code is shared between followers, followings, stars, activity and in repository tabs. The impact radius is large so I don't want to touch that code. We need a complete restructure of
Fixed. |
What are the The "page-content" means a whole page's main content in Gitea's templates, so only one for each page. Mixing them would cause unintentional style/selector conflicts. |
You can use "curl" to push a generic package. |
I like this |
Gave it another quick test, still working fine. Pushed one small indendation fix. |
Looks good. Tested. |
* giteaofficial/main: [skip ci] Updated translations via Crowdin Remove unused code (go-gitea#25734) Fix commits table regression (go-gitea#25710) Fix inconsistent user profile layout across tabs (go-gitea#25625) Simplify the LFS GC logger usage (go-gitea#25717) Allow/fix review (approve/reject) of empty PRs (go-gitea#25690) Correct permissions for `.ssh` and `authorized_keys` (go-gitea#25721) Sync branches when mirroring (go-gitea#25722)
…abs" (#25739) Follow #25625 (comment) 1. Fix the incorrect "project view" layout 2. Fix the "follow/unfollow" link on "packages" and "projects" tab Before: ![image](https://github.com/go-gitea/gitea/assets/2114189/3b071235-c186-4097-8a19-dd90dcb2a344) After: ![image](https://github.com/go-gitea/gitea/assets/2114189/d1d23cd7-28d8-43e3-9f68-03e8a34a9b97) --------- Co-authored-by: Giteabot <teabot@gitea.io>
Fix ::User Profile Page Project Tab Have Inconsistent Layout and Style
Added the big_avator for consistency in the all header_items tabs.
Fixes: #24871
Before
After changes
Project View
Packages View
Org view for projects page
Org view for packages page