• Mahmoud Aglan's avatar
    fix(ui): fix tab switching and replace dead sidebar links with proper routes · d1ee27c1
    Mahmoud Aglan authored
    Tabs component: The <x-ui.tabs> was creating its own x-data Alpine scope
    which shadowed the parent's activeTab state, preventing tab clicks from
    toggling panel visibility. Now detects slot mode (ComponentSlot) and skips
    emitting x-data, letting the parent scope handle state.
    
    Sidebar: Profile edit and dashboard pages had hardcoded href="#" links for
    Projects, Campaigns, Messages, Portfolio. Replaced with the shared
    creator-sidebar include that uses real routes. Also fixed dropdown profile/
    settings links in the main layout.
    Co-Authored-By: 's avatarClaude Opus 4.6 <noreply@anthropic.com>
    d1ee27c1
Name
Last commit
Last update
..
avatar.blade.php Loading commit data...
badge.blade.php Loading commit data...
button.blade.php Loading commit data...
card.blade.php Loading commit data...
dropdown-item.blade.php Loading commit data...
dropdown.blade.php Loading commit data...
empty-state.blade.php Loading commit data...
file-upload.blade.php Loading commit data...
icon.blade.php Loading commit data...
impersonation-banner.blade.php Loading commit data...
input.blade.php Loading commit data...
loading.blade.php Loading commit data...
modal.blade.php Loading commit data...
pagination.blade.php Loading commit data...
select.blade.php Loading commit data...
sidebar-group.blade.php Loading commit data...
sidebar-item.blade.php Loading commit data...
stat-card.blade.php Loading commit data...
tab-panel.blade.php Loading commit data...
table.blade.php Loading commit data...
tabs.blade.php Loading commit data...
td.blade.php Loading commit data...
textarea.blade.php Loading commit data...
th.blade.php Loading commit data...
toast.blade.php Loading commit data...