diff --git a/webapp/src/components/tabContentComponents/scanListComponents/scanCard.vue b/webapp/src/components/tabContentComponents/scanListComponents/scanCard.vue
new file mode 100644
index 00000000..092da2ce
--- /dev/null
+++ b/webapp/src/components/tabContentComponents/scanListComponents/scanCard.vue
@@ -0,0 +1,173 @@
+
+
+
+
+
{{ scanData.name }}
+
+
+
+ - {{ scanData.number_of_images }} images
+ - created: {{ formatDate(scanData.created) }}
+ - modified: {{ formatDate(scanData.modified) }}
+
+
Not enough images to stitch
+
Interactive preview not available
+
High quality stitch not available
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/webapp/src/components/tabContentComponents/scanListContent.vue b/webapp/src/components/tabContentComponents/scanListContent.vue
index 1abed3a0..d4434415 100644
--- a/webapp/src/components/tabContentComponents/scanListContent.vue
+++ b/webapp/src/components/tabContentComponents/scanListContent.vue
@@ -60,12 +60,12 @@
fullscreen
-
@@ -84,97 +84,30 @@
There are no scans available to show.
-
-
-
-
-
{{ item.name }}
-
-
-
- - {{ item.number_of_images }} images
- - created: {{ formatDate(item.created) }}
- - modified: {{ formatDate(item.modified) }}
-
-
Not enough images to stitch
-
Interactive preview not available
-
High quality stitch not available
-
-
+
+
-
@@ -365,23 +247,4 @@ export default {
margin-bottom: 30px;
}
-ul {
- display: inline-block;
- text-align: center;
- list-style-type:none;
- margin: 5px 0px 10px 0px;
-}
-
-.warning-msg {
- color: red;
- text-align: center;
- font-weight: bold;
-}
-
-.alert-msg{
- color: orange;
- text-align: center;
- font-weight: bold;
-}
-
\ No newline at end of file