From 4f2bb3b50e4c63c8f3ca2679127c9b33fcf2ba1b Mon Sep 17 00:00:00 2001 From: Andras Bacsai <5845193+andrasbacsai@users.noreply.github.com> Date: Fri, 5 Dec 2025 09:39:39 +0100 Subject: [PATCH] Add auto-scroll and colorized log levels for deployment logs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Enable auto-scroll by default when deployment is in progress - Fix scroll direction to scroll to bottom (where new logs appear) - Show Follow Logs button outside fullscreen mode - Add colorized log levels with localStorage toggle: - Error (red): error, failed, exception, fatal, panic, critical - Warning (yellow): warn, warning, caution - Debug (purple): debug, trace, verbose - Info (blue): info, notice - Colors use subtle opacity (10-15%) for readability 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .../application/deployment/show.blade.php | 67 ++++++++++++++++--- 1 file changed, 59 insertions(+), 8 deletions(-) diff --git a/resources/views/livewire/project/application/deployment/show.blade.php b/resources/views/livewire/project/application/deployment/show.blade.php index 1d1ffca1e..8615e0bf5 100644 --- a/resources/views/livewire/project/application/deployment/show.blade.php +++ b/resources/views/livewire/project/application/deployment/show.blade.php @@ -7,9 +7,10 @@
- +