mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08: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