mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-14 07:27:47 +00:00
fix: lazy load plugin images
fix: lazy load catalog
This commit is contained in:
parent
5374ff2e95
commit
7808209963
3 changed files with 6 additions and 6 deletions
|
|
@ -286,7 +286,7 @@ new class extends Component {
|
|||
</flux:heading>
|
||||
<flux:subheading>Browse and install Recipes from the community. Add yours <a href="https://github.com/bnussbau/trmnl-recipe-catalog" class="underline" target="_blank">here</a>.</flux:subheading>
|
||||
</div>
|
||||
<livewire:catalog.index />
|
||||
<livewire:catalog.index lazy />
|
||||
</div>
|
||||
</flux:modal>
|
||||
|
||||
|
|
@ -297,7 +297,7 @@ new class extends Component {
|
|||
<flux:badge color="yellow" class="ml-2">Alpha</flux:badge>
|
||||
</flux:heading>
|
||||
</div>
|
||||
<livewire:catalog.trmnl />
|
||||
<livewire:catalog.trmnl lazy />
|
||||
</div>
|
||||
</flux:modal>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue