Skip to content

Commit

Permalink
Added tooltip for comments, changed env
Browse files Browse the repository at this point in the history
  • Loading branch information
BenM-BenM committed Mar 21, 2024
1 parent 630bf1b commit a50bf64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions src/lib/formLayout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit a50bf64

Please sign in to comment.