feat(dev patches): add functionality to send test email with patch data in development mode

This commit is contained in:
Andras Bacsai
2025-08-17 17:58:38 +02:00
parent 58d865c751
commit 91cc52f81e
2 changed files with 88 additions and 0 deletions

View File

@@ -22,6 +22,10 @@
soon.<br/>Status notifications sent every week.<br/>You can disable notifications in the <a class='dark:text-white underline' href='{{ route('notifications.email') }}'>notification settings</a>." />
<x-forms.button type="button" wire:click="$dispatch('checkForUpdatesDispatch')">
Check Now</x-forms.button>
@if (isDev())
<x-forms.button type="button" wire:click="sendTestEmail">
Send Test Email (dev only)</x-forms.button>
@endif
</div>
<div>Update your servers semi-automatically.</div>
<div>