coolify/resources/views/livewire/project/service
Andras Bacsai 28cd582d63 Fix wireNavigate on external links and url()->previous()
Remove wireNavigate() from:
- External links (docs, GitHub) - can't be handled by Livewire SPA
- url()->previous() in all error pages - dynamic URL can't prefetch
- Links with target="_blank" - conflicts with wire:navigate semantics

Keep wireNavigate() on internal Dashboard links in error pages.

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-17 13:25:27 +01:00
..
configuration.blade.php Add toggleable wire:navigate SPA navigation with prefetching 2025-12-17 12:09:13 +01:00
database.blade.php Complete Livewire legacy model binding migration (25+ components) 2025-10-13 15:38:59 +02:00
edit-compose.blade.php feat: add dynamic viewport-based height for compose editor 2025-10-27 11:18:25 +01:00
edit-domain.blade.php feat: Implement required port validation for service applications 2025-11-06 14:32:36 +01:00
file-storage.blade.php fix: Detect read-only Docker volumes with long-form syntax and enable refresh 2025-12-11 14:18:58 +01:00
heading.blade.php Add toggleable wire:navigate SPA navigation with prefetching 2025-12-17 12:09:13 +01:00
index.blade.php Add toggleable wire:navigate SPA navigation with prefetching 2025-12-17 12:09:13 +01:00
service-application-view.blade.php fix: bypass port validation when saving advanced checkboxes 2025-12-01 13:39:15 +01:00
stack-form.blade.php Fix wireNavigate on external links and url()->previous() 2025-12-17 13:25:27 +01:00
storage.blade.php fix: Improve read-only volume detection and UI messaging 2025-12-11 21:25:33 +01:00