From 60cac82b19ff65c96f224d83e0d9103de21f3417 Mon Sep 17 00:00:00 2001
From: Justin Georgi
Date: Mon, 13 Nov 2023 10:01:20 -0700
Subject: [PATCH] Completed page structure and basic functionality
Signed-off-by: Justin Georgi
---
src/assets/icons/image.svg | 1 +
src/assets/icons/videocam.svg | 1 +
src/assets/icons/visibility.svg | 1 +
src/assets/regions/abdpel.svg | 60 ++----------------
src/assets/regions/headneck.svg | 60 ++----------------
src/assets/regions/limb.svg | 66 +++-----------------
src/assets/regions/thorax.svg | 104 ++------------------------------
src/components/app.vue | 39 +++++++-----
src/css/app.css | 15 ++++-
src/index.html | 2 +-
src/js/app.js | 1 -
src/js/routes.js | 50 +--------------
src/pages/about.vue | 19 +++---
src/pages/detect.vue | 102 ++++++++++++++++++++++---------
src/pages/home.vue | 38 ++----------
src/pages/request-and-load.vue | 25 --------
16 files changed, 156 insertions(+), 428 deletions(-)
create mode 100644 src/assets/icons/image.svg
create mode 100644 src/assets/icons/videocam.svg
create mode 100644 src/assets/icons/visibility.svg
delete mode 100644 src/pages/request-and-load.vue
diff --git a/src/assets/icons/image.svg b/src/assets/icons/image.svg
new file mode 100644
index 0000000..4a1bc0b
--- /dev/null
+++ b/src/assets/icons/image.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/videocam.svg b/src/assets/icons/videocam.svg
new file mode 100644
index 0000000..c6148ad
--- /dev/null
+++ b/src/assets/icons/videocam.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/visibility.svg b/src/assets/icons/visibility.svg
new file mode 100644
index 0000000..85a29bf
--- /dev/null
+++ b/src/assets/icons/visibility.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/regions/abdpel.svg b/src/assets/regions/abdpel.svg
index 9cb271f..6002647 100644
--- a/src/assets/regions/abdpel.svg
+++ b/src/assets/regions/abdpel.svg
@@ -1,56 +1,8 @@
-
+
-
-
diff --git a/src/pages/detect.vue b/src/pages/detect.vue
index 4a38976..e728977 100644
--- a/src/pages/detect.vue
+++ b/src/pages/detect.vue
@@ -1,32 +1,32 @@
-
-
-
-
- Region
+
+ {{ regions[activeRegion] }}
-
-
- Left Link
- Right Link
-
-
-
-
- Image goes here
+
+
+
+
![]()
+
+
-
-
-
+
-
-
+
+
@@ -52,21 +52,52 @@
box-shadow: 4px 4px 1px var(--f7-theme-color);
transform: translate(-2px, -2px);
}
+
+ .image-menu .button {
+ aspect-ratio: 1;
+ height: auto;
+ padding: 5px;
+ }