From 53484f5e0159a82a4c871ed6c78186eea071d953 Mon Sep 17 00:00:00 2001 From: Guillaume Poirier-Morency Date: Wed, 16 Aug 2023 09:24:34 -0700 Subject: [PATCH] Various fixes Sort annotations by number of datasets instead of entropy. This way options are never shuffled when the total number of datasets displayed changed. Add a strikethrough to quickly identify terms in the exclusion list. It does not cover inferred terms however. Use getCategoryId() consistently. Add some bottom margins to the SearchSettings items. Add a heading to the taxon selector. --- src/components/AnnotationSelector.vue | 78 +++++++++-------------- src/components/DownloadButton.vue | 4 +- src/components/SearchSettings.vue | 11 ++-- src/components/TaxonSelector.vue | 58 +++++++++-------- src/components/TechnologyTypeSelector.vue | 35 +++++++--- 5 files changed, 97 insertions(+), 89 deletions(-) diff --git a/src/components/AnnotationSelector.vue b/src/components/AnnotationSelector.vue index 715ec7a..8e1a21f 100644 --- a/src/components/AnnotationSelector.vue +++ b/src/components/AnnotationSelector.vue @@ -5,7 +5,8 @@ Annotations - + Clear Selection @@ -13,23 +14,22 @@

@@ -39,9 +39,9 @@