• 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
app Loading commit data...
bootstrap Loading commit data...
config Loading commit data...
database Loading commit data...
docker Loading commit data...
docs Loading commit data...
lang Loading commit data...
public Loading commit data...
resources Loading commit data...
routes Loading commit data...
storage Loading commit data...
tests Loading commit data...
.dockerignore Loading commit data...
.env.example Loading commit data...
.gitignore Loading commit data...
CLAUDE.md Loading commit data...
Dockerfile Loading commit data...
artisan Loading commit data...
captain-definition Loading commit data...
composer.json Loading commit data...
composer.lock Loading commit data...
package-lock.json Loading commit data...
package.json Loading commit data...
peertube-api-reference.md Loading commit data...
phpunit.xml Loading commit data...
postcss.config.js Loading commit data...
scatterred ideas.txt Loading commit data...
tailwind.config.js Loading commit data...
ugc-heaven-db.md Loading commit data...
vite.config.js Loading commit data...