1
1
Fork 1
mirror of https://github.com/go-gitea/gitea.git synced 2024-06-03 11:46:18 +02:00
gitea/routers/web/org
yp05327 089ac06969
Improve profile for Organizations (#27982)
Fixes some problems in #27955:
- autofocus of the search box
before:
if access the home page will jump to the search box

![image](https://github.com/go-gitea/gitea/assets/18380374/7f100e8d-2bd6-4563-85ba-d6008ffc71d7)
after:
will not jump to the search box

![image](https://github.com/go-gitea/gitea/assets/18380374/9aab382c-8ebe-4d18-b990-4adbb6c341ad)

- incorrect display of overview tab
before:

![image](https://github.com/go-gitea/gitea/assets/18380374/b24c79e8-9b79-4576-9276-43bd19172043)
after:

![image](https://github.com/go-gitea/gitea/assets/18380374/7aab5827-f086-4874-bd84-39bd81b872f3)

- improve the permission check to the private profile repo
In #26295, we simply added access control to the private profile.
But if user have access to the private profile repo , we should also
display the profile.

- add a button which can jump to the repo list?
I agree @wxiaoguang 's opinion here:
https://github.com/go-gitea/gitea/pull/27955#issuecomment-1803178239
But it seems that this feature is sponsored. 
So can we add a button which can quickly jump to the repo list or just
move profile to the `overview` page?

---------

Co-authored-by: silverwind <me@silverwind.io>
2023-11-13 15:33:22 +01:00
..
setting Move secrets and runners settings to actions settings (#24200) 2023-04-27 20:08:47 -04:00
home.go Improve profile for Organizations (#27982) 2023-11-13 15:33:22 +01:00
main_test.go make writing main test easier (#27270) 2023-09-28 01:38:53 +00:00
members.go Replace more db.DefaultContext (#27628) 2023-10-15 17:46:06 +02:00
org.go Even more `db.DefaultContext` refactor (#27352) 2023-10-03 10:30:41 +00:00
org_labels.go Next round of `db.DefaultContext` refactor (#27089) 2023-09-16 14:39:12 +00:00
projects.go Penultimate round of `db.DefaultContext` refactor (#27414) 2023-10-11 04:24:07 +00:00
projects_test.go Move web/api context related testing function into a separate package (#26859) 2023-09-01 11:26:07 +00:00
setting.go Delete repos of org when purge delete user (#27273) 2023-10-19 13:16:11 +00:00
setting_oauth2.go Show always repo count in header (#26842) 2023-09-06 08:49:36 +00:00
setting_packages.go Show always repo count in header (#26842) 2023-09-06 08:49:36 +00:00
teams.go Fix the missing repo count in new team page and edit team page (#27743) 2023-10-25 13:55:56 +08:00