]> source.dussan.org Git - gitea.git/commit
Rework notifications list (#24812)
authorsilverwind <me@silverwind.io>
Thu, 25 May 2023 02:31:26 +0000 (04:31 +0200)
committerGitHub <noreply@github.com>
Thu, 25 May 2023 02:31:26 +0000 (02:31 +0000)
commit27c221aa5db116e2cc90afbfa9b92f2a220af853
treecd28eb0b3e8f60c52c9244cc955c68dc8b08acff
parent309354c70ee994a1e8f261d7bc24e7473e601d02
Rework notifications list (#24812)

- Replace `<table>` with flexbox
- Add issue modification time and issue number
- Remove big title
- Replace tabs with menu items
- Add clicked item deletion on back button cache restoration

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
templates/repo/branch/list.tmpl
templates/repo/view_list.tmpl
templates/shared/issueicon.tmpl [new file with mode: 0644]
templates/shared/issuelist.tmpl
templates/user/notification/notification_div.tmpl
web_src/css/base.css
web_src/css/helpers.css
web_src/css/user.css
web_src/js/features/notification.js