gnomAD
@@ -137,7 +137,7 @@ const props = withDefaults(defineProps
(), {
-
+
DECIPHER
diff --git a/frontend/src/components/Profile/BookmarksCard.vue b/frontend/src/components/Profile/BookmarksCard.vue
index 45c504a7..9bb9fe25 100644
--- a/frontend/src/components/Profile/BookmarksCard.vue
+++ b/frontend/src/components/Profile/BookmarksCard.vue
@@ -11,7 +11,7 @@ onMounted(() => bookmarksStore.loadBookmarks())
-
+
Your bookmarks:
diff --git a/frontend/src/components/Profile/ProfileInformationCard.vue b/frontend/src/components/Profile/ProfileInformationCard.vue
index bc2bec22..40058013 100644
--- a/frontend/src/components/Profile/ProfileInformationCard.vue
+++ b/frontend/src/components/Profile/ProfileInformationCard.vue
@@ -101,7 +101,7 @@ onMounted(async () => {
-
+
User Profile
@@ -239,13 +239,7 @@ onMounted(async () => {
-
+
Send test Email
(Only superusers can do this)
diff --git a/frontend/src/components/SearchBar.vue b/frontend/src/components/SearchBar.vue
index 71cfc1f2..9bbbc356 100644
--- a/frontend/src/components/SearchBar.vue
+++ b/frontend/src/components/SearchBar.vue
@@ -81,9 +81,7 @@ const runSearch = async () => {
- runSearch()">
- Go
-
+ runSearch()"> Go
diff --git a/frontend/src/components/StrucvarDetails/ClinvarCard.vue b/frontend/src/components/StrucvarDetails/ClinvarCard.vue
index b24f3658..ad3fc828 100644
--- a/frontend/src/components/StrucvarDetails/ClinvarCard.vue
+++ b/frontend/src/components/StrucvarDetails/ClinvarCard.vue
@@ -165,9 +165,7 @@ const expanded = ref([])
-
- No overlapping ClinVar SV
-
+ No overlapping ClinVar SV
diff --git a/frontend/src/components/StrucvarDetails/GeneListCard.vue b/frontend/src/components/StrucvarDetails/GeneListCard.vue
index 8cd66fa4..d5d40599 100644
--- a/frontend/src/components/StrucvarDetails/GeneListCard.vue
+++ b/frontend/src/components/StrucvarDetails/GeneListCard.vue
@@ -239,9 +239,7 @@ onMounted(() => selectFirst(props.storeState))
-
- No overlapping gene.
-
+ No overlapping gene.
diff --git a/frontend/src/components/StrucvarDetails/GeneListCard/GeneListEntry.vue b/frontend/src/components/StrucvarDetails/GeneListCard/GeneListEntry.vue
index 7d4c5d84..cb3ce8f5 100644
--- a/frontend/src/components/StrucvarDetails/GeneListCard/GeneListEntry.vue
+++ b/frontend/src/components/StrucvarDetails/GeneListCard/GeneListEntry.vue
@@ -48,7 +48,7 @@ const sortIcon = computed(() => {
-
+
-
-
-
- GENE
-
-
-
-
-
-
-
-
-
-
- {{ section.title }}
-
-
-
-
-
-
-
-
-
-
- {{ errorMessage }}
-
-
- Back to home
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+ GENE
+
+
+
+
+
+
+
+
+
+
+ {{ section.title }}
+
+
+
+
+
+
+
+
+
+
+ {{ errorMessage }}
+
+
+ Back to home
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/frontend/src/views/HomeView.vue b/frontend/src/views/HomeView.vue
index 20fc51c4..c8d52298 100644
--- a/frontend/src/views/HomeView.vue
+++ b/frontend/src/views/HomeView.vue
@@ -22,8 +22,6 @@ const router = useRouter()
const searchTerm = ref('')
/** Component state; currently selected genome build. */
const genomeBuild = ref('grch37')
-/** Component state; whether or not to show case information. */
-const showCaseInformation = ref(false)
/** Launches a search for one of the examples. */
const performExampleSearch = (example: Example) => {
@@ -35,13 +33,13 @@ const performExampleSearch = (example: Example) => {
-
+
-
+
REEV evaluates and explains variants.
@@ -67,7 +65,7 @@ const performExampleSearch = (example: Example) => {
-
+
Enter a variant or gene to query for
{
-
+
Need some inspiration?
diff --git a/frontend/src/views/LoginView.vue b/frontend/src/views/LoginView.vue
index 50c0cf0b..c3a286c1 100644
--- a/frontend/src/views/LoginView.vue
+++ b/frontend/src/views/LoginView.vue
@@ -65,7 +65,6 @@ onMounted(async () => {
class="mx-auto pa-12 pb-8 mt-12"
elevation="8"
max-width="600"
- rounded="lg"
@dblclick="showLoginForm = !showLoginForm"
>
diff --git a/frontend/src/views/ProfileView.vue b/frontend/src/views/ProfileView.vue
index 2db8c3db..d86a730e 100644
--- a/frontend/src/views/ProfileView.vue
+++ b/frontend/src/views/ProfileView.vue
@@ -102,13 +102,7 @@ watch(
-
+
User Profile
diff --git a/frontend/src/views/QueryView.vue b/frontend/src/views/QueryView.vue
index 6f4691ad..586daf5a 100644
--- a/frontend/src/views/QueryView.vue
+++ b/frontend/src/views/QueryView.vue
@@ -93,7 +93,6 @@ onMounted(queryExecutionOnMounted)
v-for="{ data: geneInfo } in scoredGeneInfos"
:key="geneInfo.symbol"
class="bg-grey-lighten-2 pa-3 mb-2"
- rounded="lg"
>