mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-04 05:18:25 +00:00 
			
		
		
		
	Refactor repo legacy (#32404)
Only move code, no unnecessary logic change. (There are many problems in old code, but changing them is not in this PR's scope) Co-authored-by: Giteabot <teabot@gitea.io>
This commit is contained in:
		@@ -1,5 +1,5 @@
 | 
			
		||||
import $ from 'jquery';
 | 
			
		||||
import {updateIssuesMeta} from './repo-issue.ts';
 | 
			
		||||
import {updateIssuesMeta} from './repo-common.ts';
 | 
			
		||||
import {toggleElem, hideElem, isElemHidden} from '../utils/dom.ts';
 | 
			
		||||
import {htmlEscape} from 'escape-goat';
 | 
			
		||||
import {confirmModal} from './comp/ConfirmModal.ts';
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user