Skip to content

Commit

Permalink
Merge branch 'main' of github.com:tsaxking/template-tators-dashboard …
Browse files Browse the repository at this point in the history
…into chore-update-scripts-to-51dbff3e2d18ebdb7286595702f75604ffceff35
  • Loading branch information
tsaxking committed Sep 12, 2024
2 parents 293b1dc + b3d70ba commit 0ab67a9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 15 deletions.
1 change: 0 additions & 1 deletion .github/workflows/deploy-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
uses: appleboy/[email protected]
env:
PROJECT: /root/tators-dashboard

with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
Expand Down
1 change: 1 addition & 0 deletions client/views/components/main/MatchSelect.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
</script>

<Select
defaultValue="Select Match"
bind:options
bind:value
on:change="{handleChange}" />
27 changes: 13 additions & 14 deletions client/views/dashboards/2024.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,7 @@
{active}
{domain}
loading={false}
title="event-summary"
>
title="event-summary">
{#if currentEvent}
<EventSummary
event="{currentEvent}"
Expand All @@ -124,43 +123,43 @@
<Page
{active}
{domain}
title="matches"
loading={false}>
loading={false}
title="matches">
<MatchSchedule bind:loading />
</Page>
<Page
{active}
{domain}
title="robot-display"
loading={false}>
loading={false}
title="robot-display">
<RobotDisplay bind:loading />
</Page>
<Page
{active}
{domain}
title="answer-scouting-questions"
loading={false}>
loading={false}
title="answer-scouting-questions">
<AnswerPitScouting bind:loading />
</Page>
<Page
{active}
{domain}
title="scouting-checklist"
loading={false}>
loading={false}
title="scouting-checklist">
<Checklist bind:loading />
</Page>
<Page
{active}
{domain}
title="quiz"
loading={false}>
loading={false}
title="quiz">
<Quiz bind:loading />
</Page>
<Page
{active}
{domain}
title="strategy"
loading={false}>
loading={false}
title="strategy">
<Strategy bind:loading />
</Page>
<Page
Expand Down

0 comments on commit 0ab67a9

Please sign in to comment.