feat(user-view): add Details (Ficha) tab as default with basic info + access validity

New 'Ficha' tab (first, default) on the user view: basic info card
(name/username/email/phone/address/member since) plus the 'Validez de acceso'
card and the Empresa card, moved here from the Permissions tab. The Permissions
tab now focuses on roles + the direct-permissions form.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-17 19:02:05 +02:00
parent 0120c4bfb8
commit efccb67635
2 changed files with 68 additions and 18 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ use Spatie\Permission\PermissionRegistrar;
class UserView extends Component
{
public User $user;
public string $activeTab = 'permissions';
public string $activeTab = 'ficha';
// Projects tab
public ?int $addProjectId = null;