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.
gitea/templates/repo/diff
zeripath f5b0e2c9d2
Simplify split diff view generation and remove JS dependency (#16775)
Gitea has relied on some slow JS code to match up added and deleted lines on the
diff pages. This can cause a considerable slow down on large diff pages.

This PR makes a small change meaning that the matching up can occur much more simply.

Partial fix #1351

Signed-off-by: Andrew Thornton <art27@cantab.net>
3 years ago
..
blob_excerpt.tmpl Fix whitespace rendering in diff (#13415) 4 years ago
box.tmpl Simplify split diff view generation and remove JS dependency (#16775) 3 years ago
comment_form.tmpl Fix spelling (#16179) 4 years ago
comment_form_datahandler.tmpl Pull request review/approval and comment on code (#3748) 7 years ago
comments.tmpl Make tasklist checkboxes clickable (#15791) 4 years ago
compare.tmpl Handle too long PR titles correctly (#16517) 4 years ago
conversation.tmpl Fix previous/next button size (#16284) 4 years ago
csv_diff.tmpl Enforce tab indentation in templates (#15289) 4 years ago
image_diff.tmpl Add Image Diff for SVG files (#14867) 4 years ago
new_comment.tmpl Do not reload page after adding comments in Pull Request reviews (#13877) 4 years ago
new_review.tmpl Add attachments for PR reviews (#16075) 4 years ago
options_dropdown.tmpl Comment box tweaks and SVG dropdown triangles (#13376) 4 years ago
section_split.tmpl Simplify split diff view generation and remove JS dependency (#16775) 3 years ago
section_unified.tmpl Do not reload page after adding comments in Pull Request reviews (#13877) 4 years ago
stats.tmpl Search and Diff CSS enhancements (#14050) 4 years ago
whitespace_dropdown.tmpl Comment box tweaks and SVG dropdown triangles (#13376) 4 years ago