From a50bf64d15bbe6d5d9585379331bbabfc3abbba6 Mon Sep 17 00:00:00 2001 From: Ben M Date: Wed, 20 Mar 2024 21:25:18 -0400 Subject: [PATCH] Added tooltip for comments, changed env --- .github/workflows/build.yml | 2 +- src/lib/formLayout.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 339ee02..56dae0e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,7 +9,7 @@ on: # Allows you to run this workflow manually from the Actions tab workflow_dispatch: env: - PUBLIC_API_URL: https://script.google.com/macros/s/AKfycbwx6McS3WuOtZ7E4sok6AgsQuVzxIaD8q85uxDsnHF_utx2ADbXl9vx4NQNDo6bpWDk3w/exec + PUBLIC_API_URL: https://script.google.com/macros/s/AKfycbzUvlel9h-DJ4h-R3k0SH2yMuWu-RKVpsFOKooi5scIOkQ3ZdHks6VEStIx2DKcGG7tfA/exec # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages permissions: contents: read diff --git a/src/lib/formLayout.ts b/src/lib/formLayout.ts index 12f2759..250be08 100644 --- a/src/lib/formLayout.ts +++ b/src/lib/formLayout.ts @@ -182,6 +182,7 @@ export const SSForm: Form = { { type: "input", label: "Comments", + tooltip: "Did the team get a lot of fouls (touched opposing robots in opposing alliance’s source, amp, stage during last 20 seconds)\nHow good against defense?\nHow efficient at amp versus speaker (which seems to be easier for them)\nPath of travel\nAccuracy of shots?\nAny weird things that happened (robot put note in opposing alliance’s amp)", component: { type: "Textbox", id: "comments",