feat(*): Add improvements to the UX and the data seeding

This commit is contained in:
Josh Creek
2026-01-07 20:13:07 +00:00
parent b9a49686c1
commit 28bb39d558
18 changed files with 1069 additions and 623 deletions
@@ -139,6 +139,7 @@
bind:value={catchRecord.personalNotes}
id={`personalNotesInput-${catchRecord._id || pokedexEntry._id}`}
class="form-textarea w-full p-2 border rounded"
style="min-height: 120px;"
on:change={updateCatchRecord}
></textarea>
</p>
@@ -199,7 +200,8 @@
<style>
.dex-column {
width: 300px;
flex: 1;
min-width: 250px;
}
.sprite-container {