From 5edcf6473a607e9ed1e211e032664a5458629f23 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Tue, 2 Dec 2025 01:25:23 -0800 Subject: [PATCH] cleanup: remove unused CharacterImagesSection, tweak metadata --- .../sections/CharacterImagesSection.svelte | 205 ------------------ .../sections/CharacterMetadataSection.svelte | 1 - 2 files changed, 206 deletions(-) delete mode 100644 src/lib/features/database/characters/sections/CharacterImagesSection.svelte diff --git a/src/lib/features/database/characters/sections/CharacterImagesSection.svelte b/src/lib/features/database/characters/sections/CharacterImagesSection.svelte deleted file mode 100644 index 1b02e568..00000000 --- a/src/lib/features/database/characters/sections/CharacterImagesSection.svelte +++ /dev/null @@ -1,205 +0,0 @@ - - - - -{#if canEdit} - -
-

Download character images from the game server to your storage.

- -
- - - {#if isComplete} - - {/if} -
- - {#if downloadStatus} -
- {#if isInProgress} -
-
-
- - {downloadStatus.progress ?? 0}% - {downloadStatus.imagesDownloaded ?? - 0}/{downloadStatus.imagesTotal ?? '?'} images - - {:else if isComplete} - Download complete - {downloadStatus.imagesDownloaded} images downloaded - {:else if isFailed} - Download failed: {downloadStatus.error} - {/if} -
- {/if} - - {#if downloadError} -
{downloadError}
- {/if} -
-
-{/if} - - diff --git a/src/lib/features/database/characters/sections/CharacterMetadataSection.svelte b/src/lib/features/database/characters/sections/CharacterMetadataSection.svelte index d7268994..57bc49eb 100644 --- a/src/lib/features/database/characters/sections/CharacterMetadataSection.svelte +++ b/src/lib/features/database/characters/sections/CharacterMetadataSection.svelte @@ -55,7 +55,6 @@ onAcceptSuggestion={() => onAcceptSuggestion?.('granblueId', suggestions?.granblueId)} onDismissSuggestion={() => onDismissSuggestion?.('granblueId')} /> - {:else}