Option to create a permanent link to a source file

Adds a new button next to the breadcrumbs in the source view that allows users to create a permanent link to the active path (file or folder).
This commit is contained in:
Florian Scholdei
2021-01-07 10:15:50 +01:00
committed by GitHub
parent 831c8b0271
commit c579de108f
15 changed files with 182 additions and 78 deletions

View File

@@ -53,5 +53,6 @@ storiesOf("BreadCrumb", module)
baseUrl={baseUrl}
sources={sources}
revision={"1"}
permalink={"/" + path}
/>
));