mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 15:35:49 +01:00
Changes behavior for relative (only hover and context) and absolute links (internal vs external)
This commit is contained in:
@@ -24,7 +24,6 @@
|
||||
|
||||
import { Links } from "./hal";
|
||||
|
||||
// TODO ?? check ?? links
|
||||
export type SubRepository = {
|
||||
repositoryUrl: string;
|
||||
browserUrl: string;
|
||||
@@ -39,7 +38,7 @@ export type File = {
|
||||
revision: string;
|
||||
length?: number;
|
||||
commitDate?: string;
|
||||
subRepository?: SubRepository; // TODO
|
||||
subRepository?: SubRepository;
|
||||
partialResult?: boolean;
|
||||
computationAborted?: boolean;
|
||||
truncated?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user