ui: Redraw the whole exercices when tag changes
This commit is contained in:
parent
0669f74395
commit
5a4960f9ad
@ -45,6 +45,7 @@
|
||||
|
||||
{#if exercices.length}
|
||||
<Row cols="3">
|
||||
{#key exercices}
|
||||
{#each exercices as {theme, exercice, index} (index)}
|
||||
<Col class="mb-3">
|
||||
<CardTheme
|
||||
@ -54,6 +55,7 @@
|
||||
/>
|
||||
</Col>
|
||||
{/each}
|
||||
{/key}
|
||||
</Row>
|
||||
{:else}
|
||||
<p class="lead">
|
||||
|
Loading…
Reference in New Issue
Block a user