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.
confusedsushi f6f4e1ddb9
Fix review excerpt (#18502)
Currently the "File Changed" tab of a PR is somehow broken. This is also true for the current release 1.16.0.

When you are on the "File Changed" tab, and want to look at code excerpt before or after the code changes, the layout breaks. You can test this on try.gitea.io here: https://try.gitea.io/testnotexisting/magic_enum/pulls/2/files

The problem occurs for the unified view and for the split view.

Kind of the same problem was there for commenting a line of code, this was fixed in #18321 and #18403.

For consistency, I changed the solution of #18321, I removed the ``colspan`` and instead added a ``<td>``. The goal was to have code similarly with the split view.

Also the separator line in the split view was in the wrong column, this was fixed too.* more consistent unified review comment

Fix #18516

Co-authored-by: Andrew Thornton <art27@cantab.net>
3 years ago
..
blob_excerpt.tmpl Fix review excerpt (#18502) 3 years ago
box.tmpl Add warning for BIDI characters in page renders and in diffs (#17562) 3 years ago
comment_form.tmpl Refactor repo-legacy.js, remove messy global variables. Fix errors. (#17646) 3 years ago
comment_form_datahandler.tmpl Pull request review/approval and comment on code (#3748) 6 years ago
comments.tmpl Multiple Escaping Improvements (#17551) 3 years ago
compare.tmpl Improve interface when comparing a branch which has created a pull request (#17911) 3 years ago
conversation.tmpl Fix previous/next button size (#16284) 3 years ago
csv_diff.tmpl Prevent NPE in CSV diff rendering when column removed (#17018) 3 years ago
image_diff.tmpl Multiple Escaping Improvements (#17551) 3 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) 3 years ago
options_dropdown.tmpl Multiple Escaping Improvements (#17551) 3 years ago
section_split.tmpl Add warning for BIDI characters in page renders and in diffs (#17562) 3 years ago
section_unified.tmpl Add warning for BIDI characters in page renders and in diffs (#17562) 3 years ago
stats.tmpl Cleanup and use global style on popups (#17674) 3 years ago
whitespace_dropdown.tmpl Comment box tweaks and SVG dropdown triangles (#13376) 4 years ago