+
diff --git a/src/routes/scout/+page.svelte b/src/routes/scout/+page.svelte
index ddf130b..7e480ec 100644
--- a/src/routes/scout/+page.svelte
+++ b/src/routes/scout/+page.svelte
@@ -1,5 +1,5 @@
-
-
Team {team_key}
- {#if timelineExtended}
-
-
-
-
- {:else}
-
+
+
+ Team {team_key}
+ {pageName}
+
-
- {/if}
+
+
+
+
diff --git a/src/routes/scout/ActionInputs.svelte b/src/routes/scout/ActionInputs.svelte
index eadb514..407d974 100644
--- a/src/routes/scout/ActionInputs.svelte
+++ b/src/routes/scout/ActionInputs.svelte
@@ -1,16 +1,20 @@
-
Number of pieces currently held: {held_scorables}
-
+
{#if is_none_state}
-
-
+
+
{#if held_scorables > 0}
-
+
{/if}
{#if held_ejectables > 0}
-
+
{/if}
{:else if is_intake_state}
-
-
-
+
- (actionState = 'IntakeTote')}
+ >Tote
- (actionState = 'IntakeBalloon')}
+ >Balloon: Ground
(actionState = 'IntakeBalloonCoral')}>Ballon: Coral
+
{:else if is_score_state}
-
+
{#if held_bunnies > 0}
-
-
- {#if held_totes > 0}
-
- {/if}
-
+
+
Bunny
+
+
+
+ {#if held_totes > 0}
+
+ {/if}
+
+
+
{/if}
{#if held_balloons > 0}
-
-
- {#if held_totes > 0}
-
- {/if}
-
+
+
Ballon
+
+
+
+ {#if held_totes > 0}
+
+ {/if}
+
+
+
{/if}
-
(actionState = 'None')}
+ >Cancel
{:else if is_eject_state}
-
+
{#if held_bunnies > 0}
- (actionState = 'EjectBunny')}>Bunny
{/if}
{#if held_balloons > 0}
(actionState = 'EjectBalloon')}>Ballon
{/if}
{#if held_totes > 0}
- (actionState = 'EjectTote')}>Tote
{/if}
-
+
{:else}