From 769d2eca35e4aa01bb5cfcf14c583007efdfd6e8 Mon Sep 17 00:00:00 2001 From: Andras Bacsai <5845193+andrasbacsai@users.noreply.github.com> Date: Fri, 10 Oct 2025 18:19:10 +0200 Subject: [PATCH] feat: improve webhook URL field UI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made webhook URL a password field for security and added POST badge indicator. Changes: - Changed webhook URL input type from "url" to "password" - Added POST badge to indicate HTTP method used for webhook delivery - Improved layout with flex container for badge and input 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .../views/livewire/notifications/webhook.blade.php | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/resources/views/livewire/notifications/webhook.blade.php b/resources/views/livewire/notifications/webhook.blade.php index 2dea9a395..451769c54 100644 --- a/resources/views/livewire/notifications/webhook.blade.php +++ b/resources/views/livewire/notifications/webhook.blade.php @@ -23,9 +23,14 @@
- +
+ POST +
+ +
+

Notification Settings