coolify/resources/views/livewire/project
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
..
application Add toggleable wire:navigate SPA navigation with prefetching 2025-12-17 12:09:13 +01:00
database Fix wireNavigate on external links and url()->previous() 2025-12-17 13:25:27 +01:00
new Fix wireNavigate on external links and url()->previous() 2025-12-17 13:25:27 +01:00
resource Add wireNavigate to resource list cards on environment page 2025-12-17 12:18:07 +01:00
service Fix wireNavigate on external links and url()->previous() 2025-12-17 13:25:27 +01:00
shared Fix wireNavigate on external links and url()->previous() 2025-12-17 13:25:27 +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 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
show.blade.php Add toggleable wire:navigate SPA navigation with prefetching 2025-12-17 12:09:13 +01:00