coolify/resources/views/livewire/project
Andras Bacsai acd7106f93 Refactor log view to eliminate flickering during refresh
- Use atomic update pattern in backend: collect logs into temp variable
  before replacing outputs (prevents empty state flash)
- Remove per-line x-effect directives that caused 4000+ reactive
  evaluations on every update
- Replace inline Alpine.js class bindings with CSS utility classes
- Use single $watch and morph.updated hook instead of renderTrigger
- Remove HTML entity decode cache (no longer needed)
- Fix search highlight padding that caused text shifting

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-18 08:46:39 +01:00
..
application Improve logging view performance to prevent browser freezing 2025-12-18 06:14:42 +00:00
database Add collapsible option to GetLogs component and improve toolbar layout 2025-12-04 15:37:14 +01:00
new Style PostgreSQL type docs links to match service list pattern 2025-12-04 15:28:52 +01:00
resource Fix dropdown positioning by adjusting offsets for scrollable containers 2025-12-16 15:01:53 +01:00
service fix: Improve read-only volume detection and UI messaging 2025-12-11 21:25:33 +01:00
shared Refactor log view to eliminate flickering during refresh 2025-12-18 08:46:39 +01:00
add-empty.blade.php feat(ui): Upgrade to Tailwind v4 (#5710) 2025-05-14 12:43:23 +02:00
clone-me.blade.php refactor(ui): enhance project cloning interface with improved table layout for server and resource selection 2025-07-01 11:34:44 +02:00
delete-environment.blade.php refactor: Update confirmation button text for deletion actions 2024-09-23 08:58:04 +02:00
delete-project.blade.php refactor: Update confirmation button text for deletion actions 2024-09-23 08:58:04 +02:00
edit.blade.php refactor: simplify project data retrieval and enhance OAuth settings handling 2025-10-27 17:03:19 +01:00
environment-edit.blade.php Refactor project environment and resource management UI 2025-12-16 12:30:53 +01:00
index.blade.php Refactor UI components to use 'coolbox' class for consistent styling across various views 2025-11-28 13:55:54 +01:00
show.blade.php Refactor UI components to use 'coolbox' class for consistent styling across various views 2025-11-28 13:55:54 +01:00