mirror of
				https://github.com/scm-manager/scm-manager.git
				synced 2025-10-31 10:35:56 +01:00 
			
		
		
		
	Display images in diffs
Committed-by: Eduard Heimbuch <eduard.heimbuch@cloudogu.com> Co-authored-by: René Pfeuffer <rene.pfeuffer@cloudogu.com>
This commit is contained in:
		
				
					committed by
					
						 SCM-Manager
						SCM-Manager
					
				
			
			
				
	
			
			
			
						parent
						
							68110ee6b3
						
					
				
				
					commit
					d257c8616c
				
			| @@ -60,7 +60,12 @@ import SourceExtensions from "../sources/containers/SourceExtensions"; | ||||
| import TagsOverview from "../tags/container/TagsOverview"; | ||||
| import CompareRoot from "../compare/CompareRoot"; | ||||
| import TagRoot from "../tags/container/TagRoot"; | ||||
| import { RepositoryContextProvider, useIndexLinks, useNamespaceAndNameContext, useRepository } from "@scm-manager/ui-api"; | ||||
| import { | ||||
|   RepositoryContextProvider, | ||||
|   useIndexLinks, | ||||
|   useNamespaceAndNameContext, | ||||
|   useRepository, | ||||
| } from "@scm-manager/ui-api"; | ||||
| import styled from "styled-components"; | ||||
| import { useShortcut } from "@scm-manager/ui-shortcuts"; | ||||
|  | ||||
| @@ -204,7 +209,7 @@ const RepositoryRoot = () => { | ||||
|         } | ||||
|     } | ||||
|  | ||||
|     return links ? links.map(({ url, label }) => <JumpToFileButton tooltip={label} link={url} />) : null; | ||||
|     return links ? links.map(({ url, label }) => <JumpToFileButton key={url} tooltip={label} link={url} />) : null; | ||||
|   }; | ||||
|  | ||||
|   const titleComponent = ( | ||||
|   | ||||
		Reference in New Issue
	
	Block a user