minor stylistic changes and localization

This commit is contained in:
Henry Jameson 2026-06-12 19:42:13 +03:00
commit ff8db31c7a
4 changed files with 6 additions and 10 deletions

View file

@ -52,10 +52,9 @@
</div>
<div
v-if="finalItems.length === 0 && !!$slots.empty"
class="list-empty-content faint"
class="list-item list-empty-content faint"
>
<slot name="empty" />
<slot name="load" />
</div>
<div class="footer">
<button
@ -64,7 +63,6 @@
@click="fetchEntries"
>
{{ $t('general.generic_error') }}
{{ error }}
</button>
<FAIcon
v-else-if="loading"
@ -79,7 +77,7 @@
>
{{ $t('general.more') }}
</a>
<span v-else>
<span v-else-if="finalItems.length !== 0">
{{ $t('general.no_more') }}
</span>
</div>