Refactor: loading component

This commit is contained in:
shamoon 2024-12-06 00:26:38 -08:00
parent 0647812699
commit 65b48952cd
No known key found for this signature in database
27 changed files with 267 additions and 258 deletions

View file

@ -44,7 +44,7 @@
</tr>
</thead>
<tbody>
@if (isLoading) {
@if (loading) {
<tr>
<td colspan="5">
<div class="spinner-border spinner-border-sm me-2" role="status"></div>
@ -109,7 +109,7 @@
</table>
</div>
@if (!isLoading) {
@if (!loading) {
<div class="d-flex mb-2">
@if (collectionSize > 0) {
<div>