diff --git a/src/routes/wish/_counter.svelte b/src/routes/wish/_counter.svelte index 0ef92225..3ec8a6c2 100644 --- a/src/routes/wish/_counter.svelte +++ b/src/routes/wish/_counter.svelte @@ -190,7 +190,7 @@ } -
+

{name}

{/if}
+
+ +
{#if isDetailOpen}
+
+
+ Click the list to edit or delete +
+ +
- - - + + + {#each sortedPull as pull, index} openEditModal(index, pull.type, pull.id, pull.time, pull.pity)}> @@ -281,24 +294,11 @@ }`}>{weaponList[pull.id].name} {/if} - - + + {/each}
NameTimePityNameTimePity
{dayjs.unix(pull.time).format('YYYY-MM-DD HH:mm:ss')}{pull.pity}{dayjs.unix(pull.time).format('YYYY-MM-DD HH:mm:ss')}{pull.pity}
-
-
- Click the list to edit or delete -
- -
{/if} -
- -