diff --git a/pages/scout.vue b/pages/scout.vue index ffcb3c7..adfc939 100644 --- a/pages/scout.vue +++ b/pages/scout.vue @@ -10,6 +10,7 @@ import type { Ref } from '@vue/reactivity'; import type { UnwrapRef } from 'vue'; import { loginStateKey } from '~/utils/keys'; import { useEventKey } from '~/composables/useEventKey'; +import SingleSelect from "~/components/scouting-components/SingleSelect.vue"; /* START SEASONAL UPDATE AREA @@ -31,7 +32,11 @@ const endgameOptions = [ 'Deep Successful', ]; -const currentLevel = ref(1); +/* +Used to configure coral buttons + */ +const autoCoralLevel = ref(0); +const teleopCoralLevel = ref(0); /* Configuration variables done @@ -254,64 +259,96 @@ async function submit() {