You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/routers/web/repo
Giteabot 84ee02faa7
Improve tree not found page (#26570) (#27346)
Backport #26570 by @yp05327

Before:

![before](https://github.com/go-gitea/gitea/assets/18380374/383822d5-7d77-4ec3-b49b-4ab1e8b167ce)

After:

![after](https://github.com/go-gitea/gitea/assets/18380374/32afa0a3-fa05-4087-b96e-7d067f0ed756)

In Github:
https://github.com/yp05327/test/blob/main/test.drawio

Updated:
UI changed

![image](https://github.com/go-gitea/gitea/assets/18380374/41ed07ff-b815-4b4e-9779-5ab36b5f3980)

![image](https://github.com/go-gitea/gitea/assets/18380374/5d7b28d6-a2fc-4d4c-8d6d-d93f9c9a270b)

Co-authored-by: yp05327 <576951401@qq.com>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: delvh <dev.lh@web.de>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
1 year ago
..
actions Artifacts retention and auto clean up (#26131) 1 year ago
setting Another round of `db.DefaultContext` refactor (#27103) (#27262) 1 year ago
activity.go Implement FSFE REUSE for golang files (#21840) 2 years ago
attachment.go More refactoring of `db.DefaultContext` (#27083) 1 year ago
blame.go Improve tree not found page (#26570) (#27346) 1 year ago
branch.go Search branches (#27055) 1 year ago
cherry_pick.go Sync branches into databases (#22743) 2 years ago
commit.go Remove ref name in PR commits page (#25876) 1 year ago
compare.go Reduce usage of `db.DefaultContext` (#27073) 1 year ago
download.go Less naked returns (#25713) 2 years ago
editor.go Improve tree not found page (#26570) (#27346) 1 year ago
editor_test.go Move web/api context related testing function into a separate package (#26859) 1 year ago
find.go Implement FSFE REUSE for golang files (#21840) 2 years ago
helper.go Improve tree not found page (#26570) (#27346) 1 year ago
helper_test.go Make web context initialize correctly for different cases (#26726) 1 year ago
http.go More refactoring of `db.DefaultContext` (#27083) 1 year ago
http_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
issue.go Another round of `db.DefaultContext` refactor (#27103) (#27262) 1 year ago
issue_content_history.go Improve issue history dialog and make poster can delete their own history (#27323) (#27327) 1 year ago
issue_dependency.go Add context parameter to some database functions (#26055) 2 years ago
issue_label.go Next round of `db.DefaultContext` refactor (#27089) 1 year ago
issue_label_test.go Move web/api context related testing function into a separate package (#26859) 1 year ago
issue_lock.go Use fetch form action for lock/unlock/pin/unpin on sidebar (#25380) 2 years ago
issue_pin.go Add context parameter to some database functions (#26055) 2 years ago
issue_stopwatch.go Next round of `db.DefaultContext` refactor (#27089) 1 year ago
issue_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
issue_timetrack.go Add context parameter to some database functions (#26055) 2 years ago
issue_watch.go Next round of `db.DefaultContext` refactor (#27089) 1 year ago
main_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
middlewares.go More refactoring of `db.DefaultContext` (#27083) 1 year ago
migrate.go Next round of `db.DefaultContext` refactor (#27089) 1 year ago
milestone.go Next round of `db.DefaultContext` refactor (#27089) 1 year ago
packages.go Fix the display of org level badges (#26504) 1 year ago
patch.go Sync branches into databases (#22743) 2 years ago
projects.go Refactor project templates (#26448) 2 years ago
projects_test.go Move web/api context related testing function into a separate package (#26859) 1 year ago
pull.go Next round of `db.DefaultContext` refactor (#27089) 1 year ago
pull_review.go Fix nil pointer dereference error when open link with invalid pull index (#26353) 2 years ago
release.go Another round of `db.DefaultContext` refactor (#27103) (#27262) 1 year ago
release_test.go Move web/api context related testing function into a separate package (#26859) 1 year ago
render.go Implement FSFE REUSE for golang files (#21840) 2 years ago
repo.go Another round of `db.DefaultContext` refactor (#27103) (#27262) 1 year ago
search.go Refactor indexer (#25174) 2 years ago
topic.go Next round of `db.DefaultContext` refactor (#27089) 1 year ago
treelist.go Implement FSFE REUSE for golang files (#21840) 2 years ago
view.go Improve tree not found page (#26570) (#27346) 1 year ago
view_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
wiki.go Move notification interface to services layer (#26915) 1 year ago
wiki_test.go Move web/api context related testing function into a separate package (#26859) 1 year ago