refactor: move setups list into collection page as third tab
All checks were successful
CI / ci (push) Successful in 13s

Setups now lives alongside My Gear and Planning under /collection?tab=setups
instead of its own /setups route. Dashboard card updated to link to the new
tab. Setup detail pages (/setups/:id) remain unchanged.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-16 00:07:48 +01:00
parent 5938a686c7
commit 94ebd84cc7
6 changed files with 110 additions and 135 deletions

View File

@@ -45,7 +45,8 @@ function DashboardPage() {
]}
/>
<DashboardCard
to="/setups"
to="/collection"
search={{ tab: "setups" }}
title="Setups"
icon="tent"
stats={[{ label: "Setups", value: String(setupCount) }]}