From e52dedf0fe3a8631ff7ae6e9012bd39e2622f4cc Mon Sep 17 00:00:00 2001 From: jaknapper Date: Wed, 21 May 2025 15:17:42 +0100 Subject: [PATCH] Remove padding around viewer, warnings in orange, stitch button if no DZI --- .../tabContentComponents/scanListContent.vue | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/webapp/src/components/tabContentComponents/scanListContent.vue b/webapp/src/components/tabContentComponents/scanListContent.vue index 47724cc1..16899053 100644 --- a/webapp/src/components/tabContentComponents/scanListContent.vue +++ b/webapp/src/components/tabContentComponents/scanListContent.vue @@ -35,8 +35,8 @@ -
-
+
+

{{ selectedScan.name }} @@ -106,7 +106,7 @@ submit-label="Stitch Images" thing="smart_scan" action="stitch_scan" - v-if="item.can_stitch" + v-if="item.can_stitch | !item.dzi" :can-terminate="false" :submit-data="{ scan_name: item.name }" :button-primary="false" @@ -119,12 +119,6 @@ > Show Stitched Scan -

    @@ -134,7 +128,7 @@
  • Not enough images to stitch
  • Interactive preview not available
  • -
  • High quality stitch not available
  • +
  • High quality stitch not available