This commit is contained in:
Andras Bacsai
2023-04-14 10:00:42 +02:00
parent 09ab64105d
commit c8434acd0d
14 changed files with 98 additions and 21 deletions

View File

@@ -14,5 +14,6 @@
@csrf
<button type="submit">Logout</button>
</form>
<livewire:check-update>
@endauth
</nav>

View File

@@ -0,0 +1,4 @@
<div>
<button wire:click='checkUpdate'>Updates</button>
{{ $updateAvailable ? 'Update available' : 'No updates' }}
</div>