From 46d776ff8daeec0ee0be41d8589da7397222bff2 Mon Sep 17 00:00:00 2001 From: Shilab66 <89350258+Shilab66@users.noreply.github.com> Date: Mon, 1 Apr 2024 14:17:06 -0400 Subject: [PATCH] add passing shot to scouting app --- falconscoutcore/config.json | 1 + falconscoutcore/data_validation/config.yaml | 1 + .../src/components/inputs/IncrementNumberInput.tsx | 2 +- scoutingapp/src/config/structure.json | 12 ++++++++++++ 4 files changed, 15 insertions(+), 1 deletion(-) diff --git a/falconscoutcore/config.json b/falconscoutcore/config.json index 8928e15..9834569 100644 --- a/falconscoutcore/config.json +++ b/falconscoutcore/config.json @@ -15,6 +15,7 @@ "TeleopSpeaker", "TeleopAmp", "TeleopTrap", + "TeleopPassing", "TeleopNotes", "Parked", "ClimbStatus", diff --git a/falconscoutcore/data_validation/config.yaml b/falconscoutcore/data_validation/config.yaml index 3552f75..112f3e6 100644 --- a/falconscoutcore/data_validation/config.yaml +++ b/falconscoutcore/data_validation/config.yaml @@ -23,6 +23,7 @@ auto_centerline: "AutoCenterline" teleop_speaker: "TeleopSpeaker" teleop_amp: "TeleopAmp" teleop_trap: "TeleopTrap" +teleop_passing: "TeleopPassing" parked: "Parked" climbed: "ClimbStatus" harmonized: "Harmonized" diff --git a/scoutingapp/src/components/inputs/IncrementNumberInput.tsx b/scoutingapp/src/components/inputs/IncrementNumberInput.tsx index e09b821..5793dd7 100644 --- a/scoutingapp/src/components/inputs/IncrementNumberInput.tsx +++ b/scoutingapp/src/components/inputs/IncrementNumberInput.tsx @@ -28,7 +28,7 @@ function IncrementNumberInput(props: ComponentSetup) { > - -
+

{counter}