mirror of
https://github.com/jcreek/LivingDexTracker.git
synced 2026-07-14 03:23:44 +00:00
feat(#46): Componentise the list view
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user