This commit is contained in:
Andras Bacsai
2023-06-13 10:30:07 +02:00
parent c701fbad32
commit 76bd4ae8ef
7 changed files with 58 additions and 43 deletions

View File

@@ -1,4 +1,4 @@
<div class="flex items-center gap-2" wire:poll="pollStatus">
<div class="flex items-center gap-2" wire:poll.10000ms="pollStatus">
<div class="group">
<label tabindex="0" class="flex items-center gap-2 cursor-pointer hover:text-white"> Actions
<x-chevron-down />

View File

@@ -3,7 +3,7 @@
<div>
<div class="flex items-center gap-2">
<h3>Pull Requests on Git</h3>
<x-forms.button wire:click="load_prs">Load (Open) Pull Requests
<x-forms.button wire:click="load_prs">Load Pull Requests (Open)
</x-forms.button>
</div>
@isset($rate_limit_remaining)

View File

@@ -1,4 +1,4 @@
<div wire:poll.5000ms='applicationStatusChanged'>
<div wire:poll.10000ms='applicationStatusChanged'>
@if ($application->status === 'running')
<x-status.running />
@elseif($application->status === 'restarting')