From 9b02cc40418963b5c04fea215bdfbcbcce2abebe Mon Sep 17 00:00:00 2001 From: Ahmed Darrazi Date: Sun, 22 Feb 2026 17:27:54 +0100 Subject: [PATCH] style(107): enterprise redesign of workspace chooser UI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Replace flat div cards with semantic + @endforeach + + + @if ($canManageWorkspaces) +
+ + + Manage workspaces +
- - @php - $canManageWorkspaces = false; - - if ($user instanceof \App\Models\User && $workspaces->count() > 0) { - foreach ($workspaces as $ws) { - $wsRole = $workspaceRoles[(int) $ws->id] ?? null; - if ($wsRole === 'owner') { - $canManageWorkspaces = true; - break; - } - } - } - @endphp - - @if ($canManageWorkspaces) -
- - Manage workspaces - -
- @endif @endif - + @endif