feat: display GuessHistoryTable after winning condition and friends' results
All checks were successful
Build Docker Image / build (push) Successful in 1m12s
All checks were successful
Build Docker Image / build (push) Successful in 1m12s
This commit is contained in:
@@ -252,13 +252,8 @@
|
|||||||
{/if}
|
{/if}
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<GuessHistoryTable
|
|
||||||
{selectedCharacters}
|
|
||||||
{dailyCharacter}
|
|
||||||
{columnVisibility}
|
|
||||||
/>
|
|
||||||
|
|
||||||
{#if data.friendsTodayResults && data.friendsTodayResults.length > 0}
|
{#if hasWon && data.friendsTodayResults && data.friendsTodayResults.length > 0}
|
||||||
<section class="mt-6 rounded-3xl border border-white/10 bg-white/5 p-6 shadow-[0_24px_60px_rgba(0,0,0,0.45)] backdrop-blur">
|
<section class="mt-6 rounded-3xl border border-white/10 bg-white/5 p-6 shadow-[0_24px_60px_rgba(0,0,0,0.45)] backdrop-blur">
|
||||||
<p class="text-xs font-semibold uppercase tracking-[0.28em] text-amber-100 text-center">Tes amis aujourd'hui</p>
|
<p class="text-xs font-semibold uppercase tracking-[0.28em] text-amber-100 text-center">Tes amis aujourd'hui</p>
|
||||||
<div class="mt-4 space-y-2">
|
<div class="mt-4 space-y-2">
|
||||||
@@ -287,6 +282,12 @@
|
|||||||
</section>
|
</section>
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
|
<GuessHistoryTable
|
||||||
|
{selectedCharacters}
|
||||||
|
{dailyCharacter}
|
||||||
|
{columnVisibility}
|
||||||
|
/>
|
||||||
|
|
||||||
<YesterdayCharacter {yesterdayCharacter} />
|
<YesterdayCharacter {yesterdayCharacter} />
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
|
|||||||
Reference in New Issue
Block a user