From 841c340cdf60d94ca38174ccb4d81f32212ac702 Mon Sep 17 00:00:00 2001 From: Joe Knapper Date: Tue, 14 Oct 2025 17:50:17 +0100 Subject: [PATCH] Scan data card centres lists, displays duration --- .../scanListComponents/scanCard.vue | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/webapp/src/components/tabContentComponents/scanListComponents/scanCard.vue b/webapp/src/components/tabContentComponents/scanListComponents/scanCard.vue index a44d5406..dc6bbd4a 100644 --- a/webapp/src/components/tabContentComponents/scanListComponents/scanCard.vue +++ b/webapp/src/components/tabContentComponents/scanListComponents/scanCard.vue @@ -61,16 +61,16 @@ Show Stitched Scan -
+
  • {{ scanData.number_of_images }} images
  • created: {{ formatDate(scanData.created) }}
  • -
  • modified: {{ formatDate(scanData.modified) }}
  • +
  • duration: {{ scanData.duration }}
  • Not enough images to stitch
  • -
  • Interactive preview not available
  • -
  • High quality stitch not available
  • +
  • Interactive preview not available
  • +
  • High quality stitch not available
@@ -162,10 +162,11 @@ export default {