mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Add Hide/Show all checks button to commit status check (#26284)
				
					
				
			Step one for a GitHub like commit status check ui:    Step two:   The design now will list all commit status checks which takes too much space. This is a pre-improve for #26247 --------- Co-authored-by: delvh <dev.lh@web.de> Co-authored-by: silverwind <me@silverwind.io> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
		@@ -1786,6 +1786,8 @@ pulls.status_checks_failure = Some checks failed
 | 
			
		||||
pulls.status_checks_error = Some checks reported errors
 | 
			
		||||
pulls.status_checks_requested = Required
 | 
			
		||||
pulls.status_checks_details = Details
 | 
			
		||||
pulls.status_checks_hide_all = Hide all checks
 | 
			
		||||
pulls.status_checks_show_all = Show all checks
 | 
			
		||||
pulls.update_branch = Update branch by merge
 | 
			
		||||
pulls.update_branch_rebase = Update branch by rebase
 | 
			
		||||
pulls.update_branch_success = Branch update was successful
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user