Add network fetch error messages

This commit is contained in:
kwaroran
2024-03-16 14:57:37 +09:00
parent 3224d435d3
commit 18f342437e
3 changed files with 23 additions and 3 deletions

View File

@@ -68,6 +68,9 @@
}}>Terms of Service</a> to continue</div>
{:else if $alertStore.type !== 'select'}
<span class="text-gray-300">{$alertStore.msg}</span>
{#if $alertStore.submsg}
<span class="text-gray-500 text-sm">{$alertStore.submsg}</span>
{/if}
{/if}
{#if $alertStore.type === 'ask'}
<div class="flex gap-2 w-full">