mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-29 10:57:44 +09:00 
			
		
		
		
	Show dropdown with all statuses for commit (#13977)
* Show dropdown with all statuses for commit * Use popups * Remove unnecessary change * Style popup * Use divided list * As per @silverwind * Refactor GetLastCommitStatus * Missing dropdown on repo home and commit page * Fix tests * Make status icon be a part of a link on PR list * Fix missing translation call * Indent fix Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
		
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							029836c34c
						
					
				
				
					commit
					f3c4baa84b
				
			| @@ -759,6 +759,15 @@ async function initRepository() { | ||||
|     }); | ||||
|   } | ||||
|  | ||||
|   // Commit statuses | ||||
|   $('.commit-statuses-trigger').each(function () { | ||||
|     $(this) | ||||
|       .popup({ | ||||
|         on: 'click', | ||||
|         position: ($('.repository.file.list').length > 0 ? 'right center' : 'left center'), | ||||
|       }); | ||||
|   }); | ||||
|  | ||||
|   // File list and commits | ||||
|   if ($('.repository.file.list').length > 0 || ('.repository.commits').length > 0) { | ||||
|     initFilterBranchTagDropdown('.choose.reference .dropdown'); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user