mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-16 16:37:47 +00:00
refactor: upgrade to Livewire 4
This commit is contained in:
parent
c94dd89361
commit
a15645ad88
56 changed files with 166 additions and 278 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<x-layouts.auth.card>
|
||||
<x-layouts::auth.card>
|
||||
<div class="flex flex-col gap-6">
|
||||
<x-auth-header title="TRMNL BYOS Laravel" description="Server is up and running."/>
|
||||
</div>
|
||||
|
|
@ -50,7 +50,7 @@
|
|||
return null;
|
||||
});
|
||||
$latestVersion = Arr::get($response, 'tag_name');
|
||||
|
||||
|
||||
if ($latestVersion && version_compare($latestVersion, config('app.version'), '>')) {
|
||||
$newVersion = $latestVersion;
|
||||
}
|
||||
|
|
@ -67,4 +67,4 @@
|
|||
@endif
|
||||
@endif
|
||||
@endauth
|
||||
</x-layouts.auth.card>
|
||||
</x-layouts::auth.card>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue