coolify/resources/views
Andras Bacsai b4b619c8ac fix: use stable wire:key values for Docker Compose preview fields
Replace dynamic wire:key values that included the full command string
with stable, descriptive identifiers to prevent unnecessary re-renders
and potential issues with special characters.

Changes:
- Line 270: wire:key="preview-{{ $command }}" → "docker-compose-build-preview"
- Line 279: wire:key="start-preview-{{ $command }}" → "docker-compose-start-preview"

Benefits:
- Prevents element recreation on every keystroke
- Avoids issues with special characters in commands
- Better performance with long commands
- Follows Livewire best practices

The computed properties (dockerComposeBuildCommandPreview and
dockerComposeStartCommandPreview) continue to handle reactive updates
automatically, so preview content still updates as expected.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-18 14:07:34 +01:00
..
auth style: update background colors to use gray-50 for consistency in auth views 2025-11-06 08:43:43 +01:00
components fix: replace inline styles with Tailwind classes in modal-input component 2025-11-18 10:29:08 +01:00
emails feat(proxy): enhance Traefik version notifications to show patch and minor upgrades 2025-11-17 09:59:17 +01:00
errors fix(errors): update error pages to provide navigation options 2025-08-22 14:00:01 +02:00
layouts style: update background colors to use gray-50 for consistency in auth views 2025-11-06 08:43:43 +01:00
livewire fix: use stable wire:key values for Docker Compose preview fields 2025-11-18 14:07:34 +01:00
server fix: server validation process 2023-10-09 11:00:18 +02:00
source feat(project): enhance project index with resource creation capabilities 2025-10-07 17:17:31 +02:00
vendor/mail Update version numbers and fix UI styling 2024-03-25 16:42:41 +01:00