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/user
Jason Song 5db21ce7e1
Fix counting and filtering on the dashboard page for issues (#26657)
This PR has multiple parts, and I didn't split them because
it's not easy to test them separately since they are all about the
dashboard page for issues.

1. Support counting issues via indexer to fix #26361
2. Fix repo selection so it also fixes #26653
3. Keep keywords in filter links.

The first two are regressions of #26012.

After:

https://github.com/go-gitea/gitea/assets/9418365/71dfea7e-d9e2-42b6-851a-cc081435c946

Thanks to @CaiCandong  for helping with some tests.
1 year ago
..
setting Remove unnecessary template helper DisableGravatar (#26386) 2 years ago
avatar.go Set `X-Gitea-Debug` header once (#23361) 2 years ago
code.go Fix inconsistent user profile layout across tabs (#25625) 2 years ago
home.go Fix counting and filtering on the dashboard page for issues (#26657) 1 year ago
home_test.go Add commits dropdown in PR files view and allow commit by commit review (#25528) 2 years ago
main_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
notification.go Use more `IssueList` instead of `[]*Issue` (#26369) 2 years ago
package.go Count only visible repos on profile (#25928) 2 years ago
profile.go Count only visible repos on profile (#25928) 2 years ago
search.go Replace `interface{}` with `any` (#25686) 2 years ago
stop_watch.go Move `convert` package to services (#22264) 2 years ago
task.go Replace `interface{}` with `any` (#25686) 2 years ago