From 4b5c641d1b72b14ef905a443dcc08e031b16cda1 Mon Sep 17 00:00:00 2001 From: Andras Bacsai <5845193+andrasbacsai@users.noreply.github.com> Date: Fri, 10 Oct 2025 18:22:18 +0200 Subject: [PATCH] refactor: reposition POST badge as button MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Moved POST badge to align at the end of the input field and styled it as a button. Changes: - Changed flex container from items-start to items-end - Removed nested div wrapper around input - Styled POST badge as a button (btn btn-sm btn-warning) - Used proper button padding and sizing 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .../views/livewire/notifications/webhook.blade.php | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/resources/views/livewire/notifications/webhook.blade.php b/resources/views/livewire/notifications/webhook.blade.php index 451769c54..8f2dea1ac 100644 --- a/resources/views/livewire/notifications/webhook.blade.php +++ b/resources/views/livewire/notifications/webhook.blade.php @@ -23,13 +23,11 @@
-
- POST -
- -
+
+ + POST

Notification Settings