diff --git a/src/routes/scout/ActionInputs.svelte b/src/routes/scout/ActionInputs.svelte index 58cde21..d92d6c3 100644 --- a/src/routes/scout/ActionInputs.svelte +++ b/src/routes/scout/ActionInputs.svelte @@ -56,49 +56,48 @@ const is_eject_state = $derived(actionState === 'Eject'); -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} -
- - - - +
+

Intake

+
+ + + + +
{:else if is_score_state} -
+
{#if held_bunnies > 0} -

Score Bunny

+

Score Bunny

{/if} {#if held_balloons > 0} -

Score Ballon

+

Score Ballon

{:else if is_eject_state} -
-

Eject

- {#if held_bunnies > 0} - - {/if} - {#if held_balloons > 0} - - {/if} - {#if held_totes > 0} - - {/if} +
+

Eject

+
+ {#if held_bunnies > 0} + + {/if} + {#if held_balloons > 0} + + {/if} + {#if held_totes > 0} + + {/if} +