From 16775b8c958ab43ee176cb27656f5e3f71db0d8c Mon Sep 17 00:00:00 2001 From: Thomas Karagianes Date: Fri, 17 Nov 2023 11:50:01 -0800 Subject: [PATCH 1/2] Segment Lab Explore gallery by experimental phase --- src/locales/en.json | 1 + src/views/labs/LabsExplore/LabsExplore.vue | 51 ++++++++++++++++++++-- 2 files changed, 49 insertions(+), 3 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index f8ae9ceb..6674140d 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -359,6 +359,7 @@ "lab-card:status-3": "Synthesizing RNA", "lab-card:status-4": "Getting Data", "lab-card:status-5": "Results Posted", + "lab-card:status-6": "Archived", "page:comments-title": "Discussion", "page:comments-action": "Comment", "page:comments-enter": "Enter your comments here.", diff --git a/src/views/labs/LabsExplore/LabsExplore.vue b/src/views/labs/LabsExplore/LabsExplore.vue index 472e712f..7fc0c743 100644 --- a/src/views/labs/LabsExplore/LabsExplore.vue +++ b/src/views/labs/LabsExplore/LabsExplore.vue @@ -1,9 +1,14 @@