update
This commit is contained in:
@@ -29,7 +29,8 @@
|
||||
</div>
|
||||
<!-- End Filtering Controls -->
|
||||
|
||||
<div v-if="store.isLoading" class="p-4 text-center text-text-secondary italic"> <!-- Loading state -->
|
||||
<!-- Loading state (Only show if loading AND no logs are displayed yet) -->
|
||||
<div v-if="store.isLoading && logs.length === 0" class="p-4 text-center text-text-secondary italic">
|
||||
{{ $t('common.loading') }}
|
||||
</div>
|
||||
<div v-if="store.error" class="p-4 mb-4 border-l-4 border-error bg-error/10 text-error rounded"> <!-- Error state -->
|
||||
|
||||
Reference in New Issue
Block a user