1
1
mirror of https://github.com/go-gitea/gitea synced 2025-01-19 06:04:26 +00:00

10 Commits

Author SHA1 Message Date
Lunny Xiao
1c9b2a9e62 Merge branch 'lunny/refactor_changestatus' of github.com:lunny/gitea into lunny/refactor_changestatus 2024-12-17 22:38:58 -08:00
Lunny Xiao
1ae910ec64 Merge branch 'main' into lunny/refactor_changestatus 2024-12-17 22:38:48 -08:00
wxiaoguang
e619384098
Add label/author/assignee filters to the user/org home issue list (#32779)
Replace #26661, fix #25979

Not perfect, but usable and much better than before. Since it is quite
complex, I am not quite sure whether there would be any regression, if
any, I will fix in first time.

I have tested the related pages many times: issue list, milestone issue
list, project view, user issue list, org issue list.
2024-12-11 06:33:24 +00:00
wxiaoguang
90d20be541
Refactor issue filter (labels, poster, assignee) (#32771)
Rewrite a lot of legacy strange code, remove duplicate code, remove
jquery, and make these filters reusable.

Let's forget the old code, new code affects: 

* issue list open/close switch
* issue list filter (label, author, assignee)
* milestone list open/close switch
* milestone issue list filter (label, author, assignee)
* project view (label, assignee)
2024-12-10 11:38:22 +08:00
wxiaoguang
23471e1333
Refactor issue list (#32755)
1. add backend support for filtering "poster" and "assignee"
    * due to the limits, there is no frontend support at the moment
2. rewrite TS code without jquery, now there are 14 jQuery files left:
2024-12-08 20:44:17 +08:00
wxiaoguang
4142397b0b
Fix mentionable users when writing issue comments (#32715)
Fix #32702
2024-12-04 22:57:50 +08:00
Zettat123
6e787dfcf8 improve 2024-11-27 14:35:08 +08:00
Lunny Xiao
e26a30105f
Update routers/web/repo/issue_list.go
Co-authored-by: Zettat123 <zettat123@gmail.com>
2024-11-25 05:46:29 +08:00
Lunny Xiao
cd0ae8af5a Merge branch 'main' into lunny/refactor_changestatus 2024-11-11 21:16:53 -08:00
Lunny Xiao
a1892cf7e3
Move some functions from issue.go to standalone files (#32468)
Just functions move, no code change.

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2024-11-11 04:28:54 +00:00