From 4da2ea8553238cb9369a31a02d2e78ba64e124bd Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sun, 24 Dec 2023 03:06:18 -0800 Subject: refactor(tools): rename birthdays --- src/lib/Tools/CharacterBirthdays.svelte | 139 -------------------------------- 1 file changed, 139 deletions(-) delete mode 100644 src/lib/Tools/CharacterBirthdays.svelte (limited to 'src/lib/Tools/CharacterBirthdays.svelte') diff --git a/src/lib/Tools/CharacterBirthdays.svelte b/src/lib/Tools/CharacterBirthdays.svelte deleted file mode 100644 index d6d032c3..00000000 --- a/src/lib/Tools/CharacterBirthdays.svelte +++ /dev/null @@ -1,139 +0,0 @@ - - -{#await acdbBirthdays} -

Loading 33% ...

-{:then acdbBirthdays} - {#await anisearchBirthdays} -

Loading 66% ...

- {:then anisearch} - {@const birthdays = combineBirthdaySources(acdbBirthdays, anisearch)} - -

- - - -

- -
- {#each birthdays as birthday} -
- - {birthday.name} - Character (Large) - -
- {/each} -
- {:catch} - - {/await} -{:catch} - -{/await} - - -- cgit v1.2.3