Skip to content

Commit

Permalink
fix(css): fix/css-refactor-4
Browse files Browse the repository at this point in the history
  • Loading branch information
qingyashu committed Aug 9, 2018
2 parents 243cb5a + 5368b66 commit 1f670d4
Show file tree
Hide file tree
Showing 2 changed files with 102 additions and 2 deletions.
103 changes: 101 additions & 2 deletions data/parameters.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@ const params = {
contact: 'If you have any questions about access or the registration process, please contact support@datacommons.io',
},
},
featureFlags: {
explorer: false,
},
},
bhc: {
gaTrackingId: 'UA-119127212-4',
Expand Down Expand Up @@ -250,6 +253,9 @@ const params = {
email: 'support@datacommons.io',
},
},
featureFlags: {
explorer: false,
},
},
bpa: {
gaTrackingId: 'UA-119127212-2',
Expand Down Expand Up @@ -366,6 +372,9 @@ const params = {
email: 'bpa-support@datacommons.io',
},
},
featureFlags: {
explorer: false,
},
},
dcf: {
gaTrackingId: 'undefined',
Expand Down Expand Up @@ -482,6 +491,9 @@ const params = {
email: 'support@datacommons.io',
},
},
featureFlags: {
explorer: false,
},
},
edc: {
gaTrackingId: 'UA-119127212-7',
Expand Down Expand Up @@ -593,6 +605,9 @@ const params = {
email: 'support@datacommons.io',
},
},
featureFlags: {
explorer: false,
},
},
genomel: {
gaTrackingId: 'UA-119127212-12',
Expand Down Expand Up @@ -691,17 +706,53 @@ const params = {
],
},
},
featureFlags: {
explorer: false,
},
},
gdc: {
components: {
appName: 'GDC Jamboree Portal',
buttons: [
{
name: 'Define Data Field',
icon: 'data-field-define',
body: `The ${commonNames.default} Data Commons define the data in a general way. Please study the dictionary before you start browsing.`,
link: '/DD',
label: 'Learn more',
},
{
name: 'Explore Data',
icon: 'data-explore',
body: 'The Exploration Page gives you insights and a clear overview under selected factors.',
link: '#hostname#shiny/',
label: 'Explore data',
},
{
name: 'Access Data',
icon: 'data-access',
body: 'Use our selected tool to filter out the data you need.',
link: '/query',
label: 'Query data',
},
{
name: 'Submit Data',
icon: 'data-submit',
body: 'Submit Data based on the dictionary.',
link: '/submission',
label: 'Submit data',
},
],
navigation: {
title: 'Jamboree',
items: [
{ icon: 'home', link: '/', color: '#a2a2a2', name: 'home' },
],
},
},
featureFlags: {
explorer: false,
},
},
gtex: {
gaTrackingId: 'UA-119127212-5',
Expand Down Expand Up @@ -797,6 +848,9 @@ const params = {
email: 'support@datacommons.io',
},
},
featureFlags: {
explorer: false,
},
},
kf: {
gaTrackingId: 'UA-119127212-6',
Expand Down Expand Up @@ -890,6 +944,9 @@ const params = {
email: 'support@kidsfirstdrc.org',
},
},
featureFlags: {
explorer: false,
},
},
kfDcfInterop: {
// TODO - new GA tracking id?
Expand Down Expand Up @@ -989,6 +1046,9 @@ const params = {
email: 'support@kidsfirstdrc.org',
},
},
featureFlags: {
explorer: false,
},
},
'ncrdc-demo': {
gaTrackingId: 'UA-119127212-9',
Expand Down Expand Up @@ -1028,6 +1088,36 @@ const params = {
},
components: {
appName: 'DCF Sandbox',
buttons: [
{
name: 'Define Data Field',
icon: 'data-field-define',
body: `The ${commonNames.default} Data Commons define the data in a general way. Please study the dictionary before you start browsing.`,
link: '/DD',
label: 'Learn more',
},
{
name: 'Explore Data',
icon: 'data-explore',
body: 'The Exploration Page gives you insights and a clear overview under selected factors.',
link: '#hostname#shiny/',
label: 'Explore data',
},
{
name: 'Access Data',
icon: 'data-access',
body: 'Use our selected tool to filter out the data you need.',
link: '/query',
label: 'Query data',
},
{
name: 'Submit Data',
icon: 'data-submit',
body: 'Submit Data based on the dictionary.',
link: '/submission',
label: 'Submit data',
},
],
navigation: {
title: 'DCF Sandbox',
items: [
Expand Down Expand Up @@ -1062,6 +1152,9 @@ const params = {
email: 'support@datacommons.io',
},
},
featureFlags: {
explorer: false,
},
},
ndh: {
gaTrackingId: 'UA-119127212-1',
Expand Down Expand Up @@ -1160,6 +1253,9 @@ const params = {
email: 'support@datacommons.io',
},
},
featureFlags: {
explorer: false,
},
},
va: {
gaTrackingId: 'UA-119127212-10',
Expand Down Expand Up @@ -1269,6 +1365,9 @@ const params = {
],
},
},
featureFlags: {
explorer: false,
},
},
default: {
gaTrackingId: 'undefined',
Expand Down Expand Up @@ -1326,7 +1425,7 @@ const params = {
name: 'Explore Data',
icon: 'data-explore',
body: 'The Exploration Page gives you insights and a clear overview under selected factors.',
link: '#hostname#shiny/',
link: '/explorer',
label: 'Explore data',
},
{
Expand Down Expand Up @@ -1356,7 +1455,7 @@ const params = {
},
{
icon: 'exploration',
link: '#hostname#shiny/',
link: '/explorer',
color: '#a2a2a2',
name: 'Exploration',
},
Expand Down
1 change: 1 addition & 0 deletions src/components/layout/NavButton.less
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
display: inline-block;
text-align: center;
opacity: 0.8;
outline: none;
}

.nav-button:hover {
Expand Down

0 comments on commit 1f670d4

Please sign in to comment.