Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(PXP-7097/7099) MIDRC portal chnges #1051

Merged
merged 2 commits into from
Nov 16, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 45 additions & 1 deletion qa-midrc.planx-pla.net/portal/gitops.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,26 @@
border-bottom: 3px solid var(--primary-color);
}

.nav-bar__link--right, .nav-bar__link--right:last-child {
border: none;
}

.footer-container {
background-color: var(--secondary-color);
}

.footer__nav {
background-color: var(--secondary-color);
align-items: center;
}

.footer__version-area {
width: 300px;
}

.footer__logo-area {
width: 600px;
order: -1;
width: auto;
}

/* Data Explorer */
Expand Down Expand Up @@ -121,3 +135,33 @@ tspan.special-number,
.data-explorer__charts .special-number {
fill: var(--secondary-color);
}

/* MIDRC Index Changes */

.introduction__icon {
display: none;
}

.index-button-bar {
width: 100%;
background-color: var(--g3-color__white);
}

.index-button-bar__thumbnail-button {
background-color: inherit;
border: none;
}

.index-button-bar__icon {
filter: hue-rotate(45deg);
}

.index-button-bar__item, .index-button-bar__thumbnail-title {
display: none;
}

@media screen and (max-width: 1170px) {
.index-button-bar {
padding: 0 10%;
}
}
27 changes: 9 additions & 18 deletions qa-midrc.planx-pla.net/portal/gitops.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,20 +76,20 @@
"link": "/submission"
},
"buttons": [
{
"name": "Data Dictionary",
"icon": "data-field-define",
"body": "Browse the nodes and properties of the graph data model used in the MIDRC Data Commons.",
"link": "/DD",
"label": "Explore Data Model"
},
{
"name": "Explore Data",
"icon": "data-explore",
"body": "Search and download subsets of data from the MIDRC Data Commons using intuitive navigation tools.",
"link": "/explorer",
"label": "Explore data"
},
{
"name": "Data Dictionary",
"icon": "data-field-define",
"body": "Browse the nodes and properties of the graph data model used in the MIDRC Data Commons.",
"link": "/DD",
"label": "Explore Data Model"
},
{
"name": "Query Data",
"icon": "data-access",
Expand Down Expand Up @@ -126,12 +126,6 @@
"icon": "query",
"tooltip": "Query the databases using GraphQL."
},
{
"name": "Profile",
"link": "/identity",
"icon": "profile",
"tooltip": "Create API keys and check your access privileges."
},
{
"name": "Workspace",
"link": "#hostname#workspace/",
Expand All @@ -142,10 +136,6 @@
},
"topBar": {
"items": [
{
"link": "/",
"name": "Medical Imaging & Data Resource Center Home"
},
{
"link": "https://www.midrc.org/",
"name": "About"
Expand All @@ -159,7 +149,8 @@
"link": "https://gen3.org/resources/user/",
"name": "Documentation"
}
]
],
"useProfileDropdown": true
},
"login": {
"title": "Medical Imaging & Data Resource Center Data Commons",
Expand Down