mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-30 18:36:22 +01:00 
			
		
		
		
	Remove fomantic progress module (#19760)
Replace it with HTML `<progress>` element. The bar won't go green at 100% anymore but I think it's not something that fits stylistically anyways.
This commit is contained in:
		| @@ -116,9 +116,6 @@ export function initGlobalCommon() { | ||||
|     fullTextSearch: 'exact' | ||||
|   }); | ||||
|   $('.ui.checkbox').checkbox(); | ||||
|   $('.ui.progress').progress({ | ||||
|     showActivity: false | ||||
|   }); | ||||
|  | ||||
|   // init popups | ||||
|   $('.tooltip').each((_, el) => { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user