Andras Bacsai
4f2bb3b50e
Add auto-scroll and colorized log levels for deployment logs
...
- 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 <noreply@anthropic.com >
2025-12-05 09:39:54 +01:00
Andras Bacsai
bf8dcac88c
Move inline styles to global CSS file
...
Moved .log-highlight styles from Livewire component views to resources/css/app.css for better separation of concerns and reusability. This follows Laravel and Livewire best practices by keeping styles in the appropriate location rather than inline in component views.
Changes:
- Added .log-highlight styles to resources/css/app.css
- Removed inline <style> tags from deployment/show.blade.php
- Removed inline <style> tags from get-logs.blade.php
- Added XSS security test for log viewer
- Applied code formatting with Laravel Pint
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-12-04 13:15:01 +01:00
Andras Bacsai
f8146f5a59
Add log search, download, and collapsible sections with lazy loading
...
Features:
- Add client-side search filtering for runtime and deployment logs
- Add log download functionality (respects search filters)
- Make runtime log sections collapsible by default
- Auto-expand single container and lazy load logs on first expand
- Match deployment and runtime log view heights (40rem)
- Add debug toggle for deployment logs
- Improve scroll behavior with follow logs feature
🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com >
2025-12-04 10:57:58 +01:00
ShadowArcanist
6f64629adb
Fixed deployment logs showing in red text for non error lines in light mode
2025-09-20 23:38:29 +05:30
Andras Bacsai
e9ca8c3559
fix(deployment): update x-data initialization in deployment view for improved functionality
2025-07-07 12:55:23 +02:00
Andras Bacsai
15435c0c9d
fix(deployment-show): remove unnecessary fixed positioning for button container to improve layout responsiveness
2025-06-04 11:52:14 +02:00
0x4e32
c728e6f2ba
feat(ui): Upgrade to Tailwind v4 ( #5710 )
2025-05-14 12:43:23 +02:00
Andras Bacsai
3c538e00dd
fix(deployment): improve log line rendering and formatting
2025-02-12 10:51:26 +01:00
Andras Bacsai
7a8f66b2ec
fix: logs icons everywhere + terminal
2025-01-16 12:40:37 +01:00
Andras Bacsai
7519dff04d
ui update on logs
2024-12-05 10:30:04 +01:00
Andras Bacsai
6528bc5766
chore: Update UI for displaying deployment status in deployment list
2024-09-05 11:25:01 +02:00
mahansky
b0039885eb
use computed property
2024-09-04 03:39:50 +02:00
mahansky
63a07e7649
deployment log improvements
2024-09-03 20:09:42 +02:00
Andras Bacsai
e4e9de0a53
refactor: Update text color for stderr output in deployment show view
2024-06-13 12:51:55 +02:00
Andras Bacsai
c35f6e926d
refactor: update text color for stderr output in deployment show view
2024-06-13 12:25:10 +02:00
Andras Bacsai
35cea852ca
feat: add titles
2024-06-07 11:01:10 +02:00
Andras Bacsai
d09c88f71c
Fix formatting issue in deployment show.blade.php
2024-04-18 11:14:26 +02:00
Andras Bacsai
17955fc419
Refactor error message styling in deployment show.blade.php
2024-04-17 10:49:30 +02:00
Andras Bacsai
7a32b8d1d2
feat: configuration checker for all resources
2024-04-12 12:44:49 +02:00
Andras Bacsai
0d78b44c80
Fix formatting in deployment show.blade.php file
2024-04-10 21:15:23 +02:00
Andras Bacsai
d0482d66c2
Refactor code for displaying command output in deployment show view
2024-04-10 21:11:41 +02:00
Andras Bacsai
15d2c0e436
Update font style for logs in deployment show view
2024-04-09 08:46:06 +02:00
Andras Bacsai
132807b55d
fix: always rebuild Dockerfile / dockerimage buildpacks
2024-04-02 20:50:35 +02:00
Andras Bacsai
8f47761200
ui: fix log outputs
2024-03-27 10:54:17 +01:00
Andras Bacsai
a66090b594
ui + package updates
2024-03-25 10:41:44 +01:00
Andras Bacsai
b418a78e2e
ui ui ui (pig)
2024-03-24 16:00:25 +01:00
Andras Bacsai
453956172b
Refactor show.blade.php to improve code readability
2024-02-26 09:32:28 +01:00
Andras Bacsai
b550c32f9b
Add whitespace-pre-line class to font-mono in deployment show blade file
2024-02-26 09:09:01 +01:00
Andras Bacsai
5179129a6b
fix: complex container status
...
feat: able to change primary server
feat: links inside the logs
2024-02-22 10:57:05 +01:00
Andras Bacsai
4c3907c296
refactor routes
2024-01-07 16:23:41 +01:00