From 8e24bcd731a7f98ca0b1df7fe82ed1f65be34ba8 Mon Sep 17 00:00:00 2001 From: Justin Georgi Date: Fri, 28 Jun 2024 21:22:50 +0000 Subject: [PATCH] Add show all / reset button on detect params (#184) Closes: #183 Signed-off-by: Justin Georgi Reviewed-on: https://gitea.azgeorgis.net/ALVINN/ALVINN_f7/pulls/184 --- src/components/svg-icon.vue | 4 +++- src/pages/detect.vue | 3 +++ src/pages/help.vue | 3 ++- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/components/svg-icon.vue b/src/components/svg-icon.vue index 0c037ce..5e64430 100644 --- a/src/components/svg-icon.vue +++ b/src/components/svg-icon.vue @@ -16,6 +16,7 @@ + @@ -42,7 +43,8 @@ 'abdomen', 'limbs', 'head', - 'photo_sample' + 'photo_sample', + 'reset_slide' ] return iconList.includes(value) } diff --git a/src/pages/detect.vue b/src/pages/detect.vue index 8cb8b82..aa36d4e 100644 --- a/src/pages/detect.vue +++ b/src/pages/detect.vue @@ -42,6 +42,9 @@
+ + + diff --git a/src/pages/help.vue b/src/pages/help.vue index c40b2e1..9b83093 100644 --- a/src/pages/help.vue +++ b/src/pages/help.vue @@ -41,7 +41,8 @@ This button will make three tools available:

    -
  1. Confidence slider: You can use the slider to change the confidence threshold for identifying structures. The default threshold is 50% confidence.
  2. +
  3. Confidence filter or : You can press this button to show all structures or return the confidence slider to the default value (50%).
  4. +
  5. Confidence slider: You can use the slider to change the confidence threshold for identifying structures.
  6. Refresh detections : If there has been a permanent change to the structure detection list, such as deleting a tag, the detection list can be reset to its original state.
  7. Structure list : you can view a list of all the structures available for detection in that region and select/deselect individual structures for detection.