]> source.dussan.org Git - gitea.git/commit
Remove row clicking from notification table (#22695)
authorJohn Olheiser <john.olheiser@gmail.com>
Sat, 25 Mar 2023 19:37:34 +0000 (14:37 -0500)
committerGitHub <noreply@github.com>
Sat, 25 Mar 2023 19:37:34 +0000 (14:37 -0500)
commit73b4010fcd93e921b626a6f51de7a148de276283
tree174de0120d013823b67d25736f1acce2cf2fa13b
parentde5b368bca20122e374a81efcdf81caae5e33f2c
Remove row clicking from notification table (#22695)

Resolves #22692

I don't think there's a need for this entire row to be clickable (and
even different links depending on which segment you click)
The links still point to the same spot, so no information is lost here.

---------

Signed-off-by: jolheiser <john.olheiser@gmail.com>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
templates/user/notification/notification_div.tmpl
web_src/css/user.css
web_src/js/features/common-global.js