gitea/templates/repo
Gusted 492e1c2fbd
Refactor commentTags functionality (#17558)
* feat: Allow multiple tags on comments

- Allow for multiples tags(Currently Poster + {Owner, Writer}).
- Utilize the Poster tag within the commentTag function and remove the
checking from templates.
- Use bitwise on CommentTags to enable specific tags.
- Don't show poster tag(view_content.tmpl) on the initial issue comment.

* Change parameters naming

* Change function name

* refactor variable wording

* Merge 'master' branch into 'tags-comments' branch

* Change naming

* `tag` -> `role`

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2021-11-11 14:29:30 +08:00
..
branch Split index.js to separate files (#17315) 2021-10-17 01:28:04 +08:00
diff Fix a UI error when folding a file content in a commit view (#17446) 2021-10-27 19:11:56 +08:00
editor
graph
issue Refactor commentTags functionality (#17558) 2021-11-11 14:29:30 +08:00
migrate Disable form autofill (#17291) 2021-10-19 01:08:41 +03:00
projects Re-separate the color translation strings (#17390) 2021-10-21 23:51:03 +02:00
pulls
release
settings Move key forms before list and add cancel button (#17432) 2021-10-28 18:55:48 +08:00
wiki Show client-side error if wiki page is empty (#17415) 2021-10-27 12:33:22 +08:00
activity.tmpl Frontend refactor: move Vue related code from index.js to components dir, and remove unused codes. (#17301) 2021-10-15 10:35:26 +08:00
blame.tmpl
branch_dropdown.tmpl
clone_buttons.tmpl "Copy branch name" button in pull request (#17323) 2021-10-19 13:32:11 -04:00
commit_page.tmpl
commit_status.tmpl
commit_statuses.tmpl
commits_list_small.tmpl
commits_list.tmpl
commits_table.tmpl
commits.tmpl
create.tmpl fixed create repo page layout (#17012) 2021-09-12 20:24:57 +02:00
empty.tmpl
forks.tmpl
graph.tmpl Re-separate the color translation strings (#17390) 2021-10-21 23:51:03 +02:00
header.tmpl
home.tmpl
icon.tmpl
search.tmpl
shabox_badge.tmpl
sub_menu.tmpl
upload.tmpl
user_cards.tmpl
view_file.tmpl Frontend refactor: move Vue related code from index.js to components dir, and remove unused codes. (#17301) 2021-10-15 10:35:26 +08:00
view_list.tmpl Defer Last Commit Info (#16467) 2021-10-08 15:08:22 +02:00
watchers.tmpl