diff --git a/options/locale/locale_en-US.json b/options/locale/locale_en-US.json index 7cd1fa0245..940000eedd 100644 --- a/options/locale/locale_en-US.json +++ b/options/locale/locale_en-US.json @@ -1780,6 +1780,10 @@ "repo.pulls.select_commit_hold_shift_for_range": "Select commit. Hold Shift and click to select a range.", "repo.pulls.review_only_possible_for_full_diff": "Review is only possible when viewing the full diff", "repo.pulls.filter_changes_by_commit": "Filter by commit", + "repo.pulls.filter_by_file_extension": "Filter by file extension", + "repo.pulls.select_all_file_extensions": "Select all", + "repo.pulls.deselect_all_file_extensions": "Deselect all", + "repo.pulls.apply_file_extension_filter": "Apply", "repo.pulls.nothing_to_compare": "These branches are equal. There is no need to create a pull request.", "repo.pulls.nothing_to_compare_have_tag": "The selected branches/tags are equal.", "repo.pulls.nothing_to_compare_and_allow_empty_pr": "These branches are equal. This PR will be empty.", diff --git a/templates/repo/diff/box.tmpl b/templates/repo/diff/box.tmpl index 390e41ec34..4649f9a45a 100644 --- a/templates/repo/diff/box.tmpl +++ b/templates/repo/diff/box.tmpl @@ -35,6 +35,12 @@ {{template "repo/diff/whitespace_dropdown" .}} {{template "repo/diff/options_dropdown" .}} {{if .PageIsPullFiles}} +
+ {{/* the following will be replaced by vue component, but this avoids any loading artifacts till the vue component is initialized */}} + +
{{/* the following will be replaced by vue component, but this avoids any loading artifacts till the vue component is initialized */}}