From 71cfbce7e36c792787a09abc75e2009cabf2aca0 Mon Sep 17 00:00:00 2001 From: Josh Creek <8179928+jcreek@users.noreply.github.com> Date: Sun, 25 Jan 2026 17:19:51 +0000 Subject: [PATCH] feat(*): Add evolution data and notes --- .../pokedex/PokedexEntryCatchRecord.svelte | 22 +- src/lib/models/PokedexEntry.ts | 2 + .../repositories/CombinedDataRepository.ts | 3 +- .../repositories/PokedexEntryRepository.ts | 5 +- ...260125000000_add_evolution_information.sql | 3373 +++++++++++++++++ ...0260125002000_add_form_evolution_notes.sql | 795 ++++ ...260125003000_add_pokedex_notes_to_view.sql | 61 + 7 files changed, 4247 insertions(+), 14 deletions(-) create mode 100644 supabase/migrations/20260125000000_add_evolution_information.sql create mode 100644 supabase/migrations/20260125002000_add_form_evolution_notes.sql create mode 100644 supabase/migrations/20260125003000_add_pokedex_notes_to_view.sql diff --git a/src/lib/components/pokedex/PokedexEntryCatchRecord.svelte b/src/lib/components/pokedex/PokedexEntryCatchRecord.svelte index fc26737..bb9c07a 100644 --- a/src/lib/components/pokedex/PokedexEntryCatchRecord.svelte +++ b/src/lib/components/pokedex/PokedexEntryCatchRecord.svelte @@ -56,6 +56,7 @@ } updateCatchRecord('toggle'); } +
How to evolve: {pokedexEntry.evolutionInformation}
- {:else} -- How to evolve: Currently missing - can you - help contribute? -
- {/if} -Dex Notes: {pokedexEntry.notes}
+