-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add "request access" button to managed access project detail pa…
…ges (#3933)
- Loading branch information
Fran McDade
authored and
Fran McDade
committed
Mar 12, 2024
1 parent
4d8f54c
commit 9c1764d
Showing
29 changed files
with
135 additions
and
120 deletions.
There are no files selected for viewing
9 changes: 3 additions & 6 deletions
9
explorer/app/components/common/MDXContent/hca-dcp/loginTermsOfService.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,7 @@ | ||
import { Link } from "@clevercanary/data-explorer-ui/lib/components/Links/components/Link/link"; | ||
|
||
<span> | ||
I have read and agree to{" "} | ||
<Link | ||
label="privacy notice" | ||
url="https://data.humancellatlas.dev.clevercanary.com/privacy" | ||
/>{" "} | ||
and terms of service | ||
<span>I have read and agree to </span> | ||
<Link label="privacy notice" url={`${props.portalURL}/privacy`} /> | ||
<span> and terms of service</span> | ||
</span> |
4 changes: 2 additions & 2 deletions
4
explorer/app/components/common/MDXContent/hca-dcp/loginText.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
import { HelpIconButton } from "@clevercanary/data-explorer-ui/lib/components/common/Button/components/HelpIconButton/helpIconButton"; | ||
|
||
<span> | ||
<span>Please sign in to your Data Explorer account</span>{" "} | ||
<HelpIconButton url="https://data.humancellatlas.org/help" /> | ||
<span>Please sign in to your Data Explorer account </span> | ||
<HelpIconButton url={`${props.portalURL}/help`} /> | ||
</span> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,3 @@ | ||
--- | ||
layoutStyle: "DEFAULT" | ||
--- | ||
|
||
<Breadcrumbs | ||
breadcrumbs={[ | ||
{ path: "/", text: "AnVIL Data Explorer" }, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,3 @@ | ||
--- | ||
layoutStyle: "DEFAULT" | ||
--- | ||
|
||
<Breadcrumbs | ||
breadcrumbs={[ | ||
{ path: "/", text: "AnVIL Data Explorer" }, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,3 @@ | ||
--- | ||
layoutStyle: "DEFAULT" | ||
--- | ||
|
||
<Breadcrumbs | ||
breadcrumbs={[ | ||
{ path: "/", text: "AnVIL Data Explorer" }, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,9 @@ | ||
import { LayoutStyle } from "@clevercanary/data-explorer-ui/lib/components/Layout/components/ContentLayout/contentLayout"; | ||
import { LayoutStyle } from "@clevercanary/data-explorer-ui/lib/components/Layout/components/ContentLayout/common/entities"; | ||
import { MDXRemoteSerializeResult } from "next-mdx-remote"; | ||
|
||
export interface ContentProps { | ||
frontmatter: Frontmatter | null; | ||
layoutStyle?: LayoutStyle; | ||
mdxSource: MDXRemoteSerializeResult | null; | ||
pageTitle: string; | ||
slug: string[] | null; | ||
} | ||
|
||
export interface Frontmatter { | ||
layoutStyle?: LayoutStyle; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,3 @@ | ||
--- | ||
layoutStyle: "DEFAULT" | ||
--- | ||
|
||
<Breadcrumbs | ||
breadcrumbs={[ | ||
{ path: "/", text: "LungMAP Data Explorer" }, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,3 @@ | ||
--- | ||
layoutStyle: "DEFAULT" | ||
--- | ||
|
||
<Breadcrumbs | ||
breadcrumbs={[ | ||
{ path: "/", text: "LungMAP Data Explorer" }, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,3 @@ | ||
--- | ||
layoutStyle: "DEFAULT" | ||
--- | ||
|
||
<Breadcrumbs | ||
breadcrumbs={[ | ||
{ path: "/", text: "LungMAP Data Explorer" }, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.