From ecd3b6772c2ca2d2e61a67ee916222b5f575b231 Mon Sep 17 00:00:00 2001 From: Nathan Cannon Date: Thu, 1 Nov 2018 10:08:41 +0000 Subject: [PATCH] Changed formatting of persons list, added data loss warning. --- frontend/src/views/Observation.vue | 14 ++++++-------- frontend/src/views/StartNew.vue | 2 +- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/frontend/src/views/Observation.vue b/frontend/src/views/Observation.vue index 994d222..e92d351 100644 --- a/frontend/src/views/Observation.vue +++ b/frontend/src/views/Observation.vue @@ -64,13 +64,9 @@ + - - - - Enter your name(s)! - {{ item }}  - - + + Enter your name(s) one at a time! + {{ item }} 
@@ -135,13 +131,14 @@ title="Enter password to confirm submission" @ok="handleOk" @shown="clearPassword"> - No individual names assigned to this observation. +  No individual names assigned to this observation.
+

 Leaving this page before submitting will delete all entered data.

@@ -163,6 +160,7 @@ import "bootstrap/dist/css/bootstrap.css"; import "bootstrap-vue/dist/bootstrap-vue.css"; import "vue-awesome/icons/tag"; import "vue-awesome/icons/times-circle"; +import "vue-awesome/icons/exclamation-circle"; import { mapState } from "vuex"; import Vue from "vue"; diff --git a/frontend/src/views/StartNew.vue b/frontend/src/views/StartNew.vue index 54a1378..17487ee 100644 --- a/frontend/src/views/StartNew.vue +++ b/frontend/src/views/StartNew.vue @@ -34,7 +34,7 @@ -