mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 10:56:10 +01: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