|
|
@ -189,13 +189,13 @@ function initRepoDiffShowMore() {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
export function initRepoDiffView() {
|
|
|
|
export function initRepoDiffView() {
|
|
|
|
|
|
|
|
initRepoDiffConversationForm();
|
|
|
|
const diffFileList = $('#diff-file-list');
|
|
|
|
const diffFileList = $('#diff-file-list');
|
|
|
|
if (diffFileList.length === 0) return;
|
|
|
|
if (diffFileList.length === 0) return;
|
|
|
|
initDiffFileTree();
|
|
|
|
initDiffFileTree();
|
|
|
|
initRepoDiffShowMore();
|
|
|
|
initRepoDiffShowMore();
|
|
|
|
initRepoDiffReviewButton();
|
|
|
|
initRepoDiffReviewButton();
|
|
|
|
initRepoDiffFileViewToggle();
|
|
|
|
initRepoDiffFileViewToggle();
|
|
|
|
initRepoDiffConversationForm();
|
|
|
|
|
|
|
|
initViewedCheckboxListenerFor();
|
|
|
|
initViewedCheckboxListenerFor();
|
|
|
|
initExpandAndCollapseFilesButton();
|
|
|
|
initExpandAndCollapseFilesButton();
|
|
|
|
}
|
|
|
|
}
|
|
|
|