Skip to content

Commit 0bd68a6

Browse files
committed
Remove pagination message from column view for cleaner UI when loading items
1 parent b78646a commit 0bd68a6

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

resources/views/livewire/column.blade.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -74,15 +74,6 @@ class="w-full">
7474
class="text-xs text-primary-600 dark:text-primary-400 flex items-center justify-center gap-2">
7575
{{ __('flowforge::flowforge.loading_more_cards') }}
7676
</div>
77-
78-
<div x-show="!isLoadingColumn('{{ $columnId }}')"
79-
class="text-xs text-gray-500 dark:text-gray-400">
80-
{{ __('flowforge::flowforge.cards_pagination', [
81-
'current' => count($column['items']),
82-
'total' => $column['total'],
83-
'cards' => strtolower($config['pluralCardLabel'])
84-
]) }}
85-
</div>
8677
</div>
8778
@else
8879
{{-- All items loaded --}}

0 commit comments

Comments
 (0)