From 3b9eb42eaf55aa796d8a5db653abb7b4d29eadef Mon Sep 17 00:00:00 2001 From: Andras Bacsai <5845193+andrasbacsai@users.noreply.github.com> Date: Sun, 26 Oct 2025 09:31:22 +0100 Subject: [PATCH] fix: use x-cloak instead of inline style to prevent FOUC MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replaced inline style="display: none;" with x-cloak attribute on the warning callout to properly prevent flash of unstyled content before Alpine.js initializes. Alpine 3+ automatically handles x-cloak styling. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- resources/views/livewire/source/github/create.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/livewire/source/github/create.blade.php b/resources/views/livewire/source/github/create.blade.php index 2b20f95d1..9d5189b43 100644 --- a/resources/views/livewire/source/github/create.blade.php +++ b/resources/views/livewire/source/github/create.blade.php @@ -14,7 +14,7 @@ -