mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-04 13:28:25 +00: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:
		@@ -34,7 +34,7 @@ export function createTippy(target, opts = {}) {
 | 
			
		||||
    },
 | 
			
		||||
    arrow: `<svg width="16" height="7"><path d="m0 7 8-7 8 7Z" class="tippy-svg-arrow-outer"/><path d="m0 8 8-7 8 7Z" class="tippy-svg-arrow-inner"/></svg>`,
 | 
			
		||||
    role: 'menu', // HTML role attribute, only tooltips should use "tooltip"
 | 
			
		||||
    theme: other.role || 'menu', // CSS theme, we support either "tooltip" or "menu"
 | 
			
		||||
    theme: other.role || 'menu', // CSS theme, either "tooltip", "menu" or "box-with-header"
 | 
			
		||||
    plugins: [followCursor],
 | 
			
		||||
    ...other,
 | 
			
		||||
  });
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user