From 30167bb7cf774709ae76bedb1ef4dda1fb377817 Mon Sep 17 00:00:00 2001 From: Teisha McRae Date: Mon, 21 Oct 2024 14:48:59 -0400 Subject: [PATCH] Update icon selection functionality --- src/components/ScreenTemplateCard.vue | 154 +++++++++++++++----------- 1 file changed, 88 insertions(+), 66 deletions(-) diff --git a/src/components/ScreenTemplateCard.vue b/src/components/ScreenTemplateCard.vue index 323173bf5..71291a444 100644 --- a/src/components/ScreenTemplateCard.vue +++ b/src/components/ScreenTemplateCard.vue @@ -9,7 +9,11 @@ v-if="thumbnail" class="thumbnail-container thumbnail-image-container" > - +
-
+
{{ template.name }} - {{ template.description }} + {{ + template.description + }}
- +
-
+
@@ -43,74 +53,72 @@
- + {{ option.text }}
-
-
-
- - -
+
+
+
+ + +
- \ No newline at end of file +