mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	Add Image Diff options in Pull Request Diff view (#14450)
Implemented GitHub style image diff
This commit is contained in:
		@@ -20,6 +20,7 @@ import attachTribute from './features/tribute.js';
 | 
			
		||||
import createColorPicker from './features/colorpicker.js';
 | 
			
		||||
import createDropzone from './features/dropzone.js';
 | 
			
		||||
import initTableSort from './features/tablesort.js';
 | 
			
		||||
import initImageDiff from './features/imagediff.js';
 | 
			
		||||
import ActivityTopAuthors from './components/ActivityTopAuthors.vue';
 | 
			
		||||
import {initNotificationsTable, initNotificationCount} from './features/notification.js';
 | 
			
		||||
import {initStopwatch} from './features/stopwatch.js';
 | 
			
		||||
@@ -2693,6 +2694,7 @@ $(document).ready(async () => {
 | 
			
		||||
    initStopwatch(),
 | 
			
		||||
    renderMarkdownContent(),
 | 
			
		||||
    initGithook(),
 | 
			
		||||
    initImageDiff(),
 | 
			
		||||
  ]);
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user