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.
forgejo/templates/repo/issue/view_content
Lunny Xiao 783a021889
Never use /api/v1 from Gitea UI Pages (#19318)
Reusing `/api/v1` from Gitea UI Pages have pros and cons.
Pros:
1) Less code copy

Cons:
1) API/v1 have to support shared session with page requests.
2) You need to consider for each other when you want to change something about api/v1 or page.

This PR moves all dependencies to API/v1 from UI Pages.

Partially replace #16052
2 years ago
..
add_reaction.tmpl Align dropdown right (#14406) 4 years ago
attachments.tmpl Enforce tab indentation in templates (#15289) 3 years ago
comments.tmpl Refactor i18n, use Locale to provide i18n/translation related functions (#18648) 2 years ago
comments_delete_time.tmpl Cleanup and use global style on popups (#17674) 3 years ago
context_menu.tmpl Multiple Escaping Improvements (#17551) 3 years ago
pull.tmpl Refactor i18n, use Locale to provide i18n/translation related functions (#18648) 2 years ago
reactions.tmpl Support unicode emojis and remove emojify.js (#11032) 4 years ago
reference_issue_dialog.tmpl Comment - Reference in new issue (#14366) 4 years ago
sidebar.tmpl Never use /api/v1 from Gitea UI Pages (#19318) 2 years ago