diff --git a/src/lib/components/pokedex/PokedexEntryCatchRecord.svelte b/src/lib/components/pokedex/PokedexEntryCatchRecord.svelte new file mode 100644 index 0000000..6d021c9 --- /dev/null +++ b/src/lib/components/pokedex/PokedexEntryCatchRecord.svelte @@ -0,0 +1,165 @@ + + +
Form: {pokedexEntry.form ? pokedexEntry.form : '-'}
+Box: {pokedexEntry.boxPlacement.box}
+Row: {pokedexEntry.boxPlacement.row}
+Column: {pokedexEntry.boxPlacement.column}
+Can Gigantamax: {pokedexEntry.canGigantamax ? 'Yes' : 'No'}
+Notes: {pokedexEntry.notes}
++ + +
+Region to Catch In: {pokedexEntry.regionToCatchIn}
+Games to catch in:
+Region to Evolve In: {pokedexEntry.regionToEvolveIn}
+ {/if} +- {pokemon.pokedexNumber.toString().padStart(3, '0')} - {pokemon.pokemon} - {pokemon.form} -
+ +Please be patient, this can take some time on the first load.
+ {#if totalRecordsCreated > 0} +Processing {totalRecordsCreated}/{pokedexEntries?.length}
+ {:else if creatingRecords} +Processing...
+ {/if} + {/if} +