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
yp05327 1c6c38fa6e
Improve display of Labels/Projects/Assignees sort options (#25886)
Labels:
Before: (no highlights)

![image](https://github.com/go-gitea/gitea/assets/18380374/88ffbff0-1b14-4d93-810d-f2ce2b2d7321)
After:

![image](https://github.com/go-gitea/gitea/assets/18380374/ab7b665b-d17c-4acd-a681-64cbb67ae460)

![image](https://github.com/go-gitea/gitea/assets/18380374/19f8a0d0-ad5f-4dbf-b45a-1001e60a8399)

Projects:
Before: (no highlights)

![image](https://github.com/go-gitea/gitea/assets/18380374/2079e6a8-8801-4662-acda-e248f115462f)

After:

![image](https://github.com/go-gitea/gitea/assets/18380374/7180a086-68be-49c4-bb29-3d05454fb41d)

![image](https://github.com/go-gitea/gitea/assets/18380374/3c5a791f-1852-4957-89b8-10940c672e10)

Assignee:
Before: (no highlights)

![image](https://github.com/go-gitea/gitea/assets/18380374/09273636-d9b1-4144-9533-2ce66cab8c49)
After:

![image](https://github.com/go-gitea/gitea/assets/18380374/24bd0cfe-b589-4c8a-be67-74f242dda6d3)

![image](https://github.com/go-gitea/gitea/assets/18380374/7476be73-5201-4330-82e2-44b0b5080f71)
2 years ago
..
actions Implement auto-cancellation of concurrent jobs if the event is push (#25716) 2 years ago
setting Move web JSON functions to web context and simplify code (#26132) 2 years ago
activity.go
attachment.go
blame.go
branch.go Move web JSON functions to web context and simplify code (#26132) 2 years ago
cherry_pick.go
commit.go
compare.go
download.go
editor.go
editor_test.go
find.go
helper.go
helper_test.go
http.go
http_test.go
issue.go Improve display of Labels/Projects/Assignees sort options (#25886) 2 years ago
issue_content_history.go
issue_dependency.go
issue_label.go Move web JSON functions to web context and simplify code (#26132) 2 years ago
issue_label_test.go
issue_lock.go
issue_pin.go
issue_stopwatch.go
issue_test.go
issue_timetrack.go
issue_watch.go
main_test.go
middlewares.go
migrate.go
milestone.go Move web JSON functions to web context and simplify code (#26132) 2 years ago
packages.go
patch.go
projects.go Move web JSON functions to web context and simplify code (#26132) 2 years ago
projects_test.go
pull.go Move web JSON functions to web context and simplify code (#26132) 2 years ago
pull_review.go Move web JSON functions to web context and simplify code (#26132) 2 years ago
release.go Move web JSON functions to web context and simplify code (#26132) 2 years ago
release_test.go
render.go
repo.go
search.go
topic.go
treelist.go
view.go Remove `db.DefaultContext` in `routers/` and `cmd/` (#26076) 2 years ago
view_test.go
wiki.go Move web JSON functions to web context and simplify code (#26132) 2 years ago
wiki_test.go