ui: nav entry "Ideeën" between Insights and Todo's (M12 T-515)
components/shared/nav-bar.tsx:
- New nav-link to /ideas with active-state on pathname.startsWith('/ideas')
- Placement: between Insights and Todo's — matches the M12 plan
("direct boven Todo's")
- No icon (existing nav uses text-only links; deviation from plan's
Lightbulb spec for visual consistency with the rest of the nav)
Tests: 546/546 still green.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
7595474fcc
commit
6721003572
1 changed files with 1 additions and 0 deletions
|
|
@ -140,6 +140,7 @@ export function NavBar({
|
||||||
)
|
)
|
||||||
: disabledSpan('Solo')}
|
: disabledSpan('Solo')}
|
||||||
{navLink('/insights', 'Insights', pathname.startsWith('/insights'))}
|
{navLink('/insights', 'Insights', pathname.startsWith('/insights'))}
|
||||||
|
{navLink('/ideas', 'Ideeën', pathname.startsWith('/ideas'))}
|
||||||
{navLink('/todos', "Todo's", pathname.startsWith('/todos'))}
|
{navLink('/todos', "Todo's", pathname.startsWith('/todos'))}
|
||||||
</nav>
|
</nav>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue