feat: Add PWA support (manifest, service worker) and Companies tab to project edit

This commit is contained in:
2026-05-14 12:53:24 +02:00
parent 4f4e83bc66
commit 2c2e8fde7d
13 changed files with 94 additions and 0 deletions
+4
View File
@@ -147,6 +147,10 @@
<h2 class="text-xl font-bold mb-2">{{ __('Users') }}</h2>
<livewire:project-users :project="$project" />
</div>
<div class="py-4" x-show="tabActivo === 4">
<h2 class="text-xl font-bold mb-2">{{ __('Companies') }}</h2>
<livewire:project-companies :project="$project" />
</div>
</div>
</div>
</div>