feat(#46): Componentise the list view

This commit is contained in:
Josh Creek
2024-07-17 21:24:06 +01:00
parent 4d9d5e74d7
commit 02a2160f08
3 changed files with 87 additions and 130 deletions
@@ -8,6 +8,7 @@
export let catchRecord: CatchRecord;
export let showOrigins: boolean;
export let showForms: boolean;
export let showShiny: boolean;
const dispatch = createEventDispatcher();
@@ -26,6 +27,7 @@
pokemonName={pokedexEntry.pokemon}
pokedexNumber={pokedexEntry.pokedexNumber}
form={pokedexEntry.form}
shiny={showShiny}
/>
</div>
<div class="pl-2">