7
7
<div class =" grow" >
8
8
{{ $this -> form } }
9
9
</div >
10
- <x-filament::button type =" submit"
11
- icon =" heroicon-o-funnel"
12
- class =" flex-0 ml-4" >
10
+ <x-filament::icon-button type =" submit"
11
+ alias =" filament-chained-translation-manager::filter-translations"
12
+ icon =" heroicon-o-funnel"
13
+ class =" flex-0 ml-4" >
13
14
@lang (' filament-translation-manager::messages.filter_action' )
14
- </x-filament::button >
15
+ </x-filament::icon- button >
15
16
</div >
16
17
</form >
17
18
</div >
18
19
<div class =" flex" >
19
- <span ><x-dynamic-component :component =" 'heroicon-o-funnel'" class =" h-6 w-5 pt-1 mr-2" /></span >
20
+ <span >
21
+ <x-filament::icon
22
+ alias =" filament-chained-translation-manager::filter-translations"
23
+ icon =" heroicon-o-funnel"
24
+ class =" h-6 w-5 pt-1 mr-2" />
25
+ </span >
20
26
<span >@lang (' filament-translation-manager::messages.filter_results' , [' filtered' => $totalFilteredTranslations , ' total' => $totalTranslations ] )</span >
21
27
@if ($totalFilteredTranslations > 0 )
22
- <span ><x-dynamic-component :component =" 'heroicon-o-exclamation-circle'" class =" h-6 w-5 pt-1 mr-2 ml-2" /></span >
28
+ <span >
29
+ <x-filament::icon
30
+ alias =" filament-chained-translation-manager::missing-translations"
31
+ icon =" heroicon-o-exclamation-circle"
32
+ class =" h-6 w-5 pt-1 mr-2 ml-2" />
33
+ </span >
23
34
<span >@lang (' filament-translation-manager::messages.filter_results_missing_translations' , [' missing' => $totalMissingFilteredTranslations ,
24
35
' percent' => number_format (($totalMissingFilteredTranslations / $totalFilteredTranslations ) * 100 , 0 )] )</span >
25
36
@endif
@@ -43,6 +54,7 @@ class="flex-0 ml-4">
43
54
@if ($pageCounter > 1 )
44
55
<x-filament::icon-button
45
56
:label =" __('filament-translation-manager::messages.previous_page')"
57
+ alias =" filament-chained-translation-manager::next-previous"
46
58
icon =" heroicon-o-chevron-left"
47
59
class =" ml-4 -mr-1"
48
60
wire:click =" previousPage" />
@@ -51,6 +63,7 @@ class="ml-4 -mr-1"
51
63
@if ($totalFilteredTranslations > $pagedTranslations )
52
64
<x-filament::icon-button
53
65
:label =" __('filament-translation-manager::messages.next_page')"
66
+ alias =" filament-chained-translation-manager::next-page"
54
67
icon =" heroicon-o-chevron-right"
55
68
class =" ml-4 -mr-1"
56
69
wire:click =" nextPage" />
0 commit comments