ui: Add a button to refresh grades

This commit is contained in:
nemunaire 2023-03-05 15:00:51 +01:00
parent 0620d9d834
commit 64eb8f2852
1 changed files with 9 additions and 1 deletions

View File

@ -60,7 +60,15 @@
{/if}
<hr>
<h3 class="mt-3">Notes</h3>
<div class="d-flex justify-content-between align-items-center">
<h3 class="mt-3">Notes</h3>
<button
class="btn btn-light"
on:click={() => refresh_grades(w)}
>
<i class="bi bi-arrow-clockwise"></i>
</button>
</div>
<div class="card mt-3 mb-5">
{#await gradesP}
<div class="text-center mb-5">