From c3df0b5ceb29ae8f30fa9d3f2a75ae3ac8610550 Mon Sep 17 00:00:00 2001 From: Justin Georgi Date: Thu, 9 Nov 2023 19:41:22 -0700 Subject: [PATCH] Basic setup Signed-off-by: Justin Georgi --- cordova/config.xml | 6 +-- cordova/package.json | 6 +-- src/components/app.vue | 60 ++--------------------------- src/pages/form.vue | 86 ------------------------------------------ src/pages/home.vue | 15 +------- 5 files changed, 11 insertions(+), 162 deletions(-) delete mode 100644 src/pages/form.vue diff --git a/cordova/config.xml b/cordova/config.xml index 07da69c..8783ac1 100644 --- a/cordova/config.xml +++ b/cordova/config.xml @@ -1,8 +1,8 @@ - + ALVINN - Sample Apache Cordova App - + Anatomy Lab Visual Identification Neural Network. + Apache Cordova Team diff --git a/cordova/package.json b/cordova/package.json index e3e31b5..e9c8cd2 100644 --- a/cordova/package.json +++ b/cordova/package.json @@ -1,8 +1,8 @@ { "name": "edu.midwestern.alvinn", "displayName": "ALVINN", - "version": "1.0.0", - "description": "A sample Apache Cordova application that responds to the deviceready event.", + "version": "0.1.0-a", + "description": "Anatomy Lab Visual Identification Neural Network.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" @@ -10,7 +10,7 @@ "keywords": [ "ecosystem:cordova" ], - "author": "Apache Cordova Team", + "author": "Justin Georgi", "license": "Apache-2.0", "devDependencies": { "cordova-android": "^12.0.1", diff --git a/src/components/app.vue b/src/components/app.vue index 784ec9d..ae2067b 100644 --- a/src/components/app.vue +++ b/src/components/app.vue @@ -5,28 +5,15 @@ - - Left panel content goes here + + Menu Settings Here - - - - - - - Right panel content goes here - - - - - - @@ -43,33 +30,6 @@ - - - - Login - - - - - - - - Some text about login information.
Click "Sign In" to close Login Screen -
-
-
-
-