From 033bc1c8f7b4717f1e82ad27c3008dbb2b4d28d1 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Wed, 3 Dec 2025 07:21:53 -0800 Subject: [PATCH] add collection display components for weapons and summons - CollectionWeaponCard: grid view with uncap indicator and transcendence - CollectionWeaponRow: list view with element, uncap, and awakening/keys info - CollectionSummonCard: grid view with uncap indicator - CollectionSummonRow: list view with element and uncap info --- .../collection/CollectionSummonCard.svelte | 80 ++++++++ .../collection/CollectionSummonRow.svelte | 142 ++++++++++++++ .../collection/CollectionWeaponCard.svelte | 85 +++++++++ .../collection/CollectionWeaponRow.svelte | 179 ++++++++++++++++++ 4 files changed, 486 insertions(+) create mode 100644 src/lib/components/collection/CollectionSummonCard.svelte create mode 100644 src/lib/components/collection/CollectionSummonRow.svelte create mode 100644 src/lib/components/collection/CollectionWeaponCard.svelte create mode 100644 src/lib/components/collection/CollectionWeaponRow.svelte diff --git a/src/lib/components/collection/CollectionSummonCard.svelte b/src/lib/components/collection/CollectionSummonCard.svelte new file mode 100644 index 00000000..feda2581 --- /dev/null +++ b/src/lib/components/collection/CollectionSummonCard.svelte @@ -0,0 +1,80 @@ + + + + + diff --git a/src/lib/components/collection/CollectionSummonRow.svelte b/src/lib/components/collection/CollectionSummonRow.svelte new file mode 100644 index 00000000..e845fc14 --- /dev/null +++ b/src/lib/components/collection/CollectionSummonRow.svelte @@ -0,0 +1,142 @@ + + + + + diff --git a/src/lib/components/collection/CollectionWeaponCard.svelte b/src/lib/components/collection/CollectionWeaponCard.svelte new file mode 100644 index 00000000..10d0cfaa --- /dev/null +++ b/src/lib/components/collection/CollectionWeaponCard.svelte @@ -0,0 +1,85 @@ + + + + + diff --git a/src/lib/components/collection/CollectionWeaponRow.svelte b/src/lib/components/collection/CollectionWeaponRow.svelte new file mode 100644 index 00000000..cd4db69e --- /dev/null +++ b/src/lib/components/collection/CollectionWeaponRow.svelte @@ -0,0 +1,179 @@ + + + + +