From 7643bc6b13a53ca9068f4e2fd124ef23f922089a Mon Sep 17 00:00:00 2001 From: Gemma Date: Thu, 22 Feb 2024 09:25:37 +0100 Subject: [PATCH 1/3] css header --- .../Results/IndividualsResults/TableResultsIndividuals.css | 5 ++--- frontend/src/config.json | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/frontend/src/components/Results/IndividualsResults/TableResultsIndividuals.css b/frontend/src/components/Results/IndividualsResults/TableResultsIndividuals.css index 6bdf3af..75b3159 100644 --- a/frontend/src/components/Results/IndividualsResults/TableResultsIndividuals.css +++ b/frontend/src/components/Results/IndividualsResults/TableResultsIndividuals.css @@ -36,7 +36,6 @@ display: flex; align-items: center; justify-content: center; - } h6 { @@ -259,7 +258,7 @@ h1 { font-weight: normal; color: rgb(209, 45, 20); font-weight: bold; - + width: fit-content; display: flex; align-items: center; @@ -276,7 +275,7 @@ h1 { font-size: 12px; color: rgba(12, 16, 64, 0.606); font-weight: bold; - margin-top: 8px; + /* margin-top: 8px; */ margin-bottom: 2px; } } diff --git a/frontend/src/config.json b/frontend/src/config.json index ceb1a2f..4d163c7 100644 --- a/frontend/src/config.json +++ b/frontend/src/config.json @@ -1,5 +1,5 @@ { - "API_URL": "https://beacon-network-backend-demo.ega-archive.org/beacon-network/v2.0.0", + "API_URL": "https://beacon-network-backend-test.ega-archive.org/beacon-network/v2.0.0", "REDIRECT_URL": "https://beacon-network-demo.ega-archive.org/", "KEYCLOAK_URL": "https://beacon-network-demo2.ega-archive.org" } \ No newline at end of file From 28b2210a6a8fb6bf8adf7f0a4ece39a215b526ba Mon Sep 17 00:00:00 2001 From: Gemma Date: Thu, 22 Feb 2024 09:28:41 +0100 Subject: [PATCH 2/3] geneId example --- frontend/src/components/Layout/Layout.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/src/components/Layout/Layout.js b/frontend/src/components/Layout/Layout.js index 83e06a2..dad825c 100644 --- a/frontend/src/components/Layout/Layout.js +++ b/frontend/src/components/Layout/Layout.js @@ -325,8 +325,7 @@ function Layout (props) { } const handleGeneExample = e => { - setGeneId('EIF4A1') - setVariantType2('DEL') + setGeneId('CHR_START-DUXAP8') } useEffect(() => { From 8116332a75a539da35693ea647b32652611225e3 Mon Sep 17 00:00:00 2001 From: Gemma Date: Thu, 22 Feb 2024 09:29:35 +0100 Subject: [PATCH 3/3] demo backend --- frontend/src/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/config.json b/frontend/src/config.json index 4d163c7..ceb1a2f 100644 --- a/frontend/src/config.json +++ b/frontend/src/config.json @@ -1,5 +1,5 @@ { - "API_URL": "https://beacon-network-backend-test.ega-archive.org/beacon-network/v2.0.0", + "API_URL": "https://beacon-network-backend-demo.ega-archive.org/beacon-network/v2.0.0", "REDIRECT_URL": "https://beacon-network-demo.ega-archive.org/", "KEYCLOAK_URL": "https://beacon-network-demo2.ega-archive.org" } \ No newline at end of file