From 7a57680ec1967e8ef7b38f2fbd6d13878d2c0070 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Mon, 1 Dec 2025 08:35:34 -0800 Subject: [PATCH] use ElementLabel/ProficiencyLabel, show all fields in detail pages --- .../sections/CharacterTaxonomySection.svelte | 22 +++++---- .../sections/SummonTaxonomySection.svelte | 11 ++--- .../sections/WeaponTaxonomySection.svelte | 45 +++++++++++-------- 3 files changed, 46 insertions(+), 32 deletions(-) diff --git a/src/lib/features/database/characters/sections/CharacterTaxonomySection.svelte b/src/lib/features/database/characters/sections/CharacterTaxonomySection.svelte index 1785f619..963b709c 100644 --- a/src/lib/features/database/characters/sections/CharacterTaxonomySection.svelte +++ b/src/lib/features/database/characters/sections/CharacterTaxonomySection.svelte @@ -3,10 +3,12 @@ @@ -77,24 +90,18 @@ element={elementName} /> {:else} - - - {#if weapon.series} - {@const seriesLabel = getWeaponSeriesSlug(weapon.series)} - w.charAt(0).toUpperCase() + w.slice(1)) - .join(' ') - : String(weapon.series)} + + + + + - {/if} + + + + + {/if}