From 33b29bb8968c3632f5cd559022b809b3d0195259 Mon Sep 17 00:00:00 2001 From: Corey Applegate Date: Thu, 13 Jul 2023 16:47:26 -0500 Subject: [PATCH] Add Quick Keys to Match Play --- templates/match_play.html | 33 +++++++++++++++++++-------------- 1 file changed, 19 insertions(+), 14 deletions(-) diff --git a/templates/match_play.html b/templates/match_play.html index 8fc0200e..75abe0ca 100644 --- a/templates/match_play.html +++ b/templates/match_play.html @@ -26,9 +26,9 @@
Rbt
Byp
- {{template "matchPlayTeam" dict "color" "B" "position" 1}} - {{template "matchPlayTeam" dict "color" "B" "position" 2}} - {{template "matchPlayTeam" dict "color" "B" "position" 3}} + {{template "matchPlayTeam" dict "color" "B" "position" 1 "data" . "bypass" 1}} + {{template "matchPlayTeam" dict "color" "B" "position" 2 "data" . "bypass" 2}} + {{template "matchPlayTeam" dict "color" "B" "position" 3 "data" . "bypass" 3}}
@@ -39,9 +39,9 @@
Rbt
Byp
- {{template "matchPlayTeam" dict "color" "R" "position" 3}} - {{template "matchPlayTeam" dict "color" "R" "position" 2}} - {{template "matchPlayTeam" dict "color" "R" "position" 1}} + {{template "matchPlayTeam" dict "color" "R" "position" 3 "data" . "bypass" 4}} + {{template "matchPlayTeam" dict "color" "R" "position" 2 "data" . "bypass" 5}} + {{template "matchPlayTeam" dict "color" "R" "position" 1 "data" . "bypass" 6}}
@@ -50,12 +50,14 @@ onclick="showOverlay();" disabled> Show Overlay - - - - @@ -301,7 +304,9 @@
-
+
+
{{end}}