TOC Navigation Components
Customized table-of-contents sidebars used across bearlabs.net pages. These wrap PageTOC from fumadocs-ui and add domain-specific navigation.
Library Sidebar
/library
Combines a month calendar with article filtering by date or week. Article buttons highlight screenshots with amber tint and show category chips.
Ideas Sidebar
/ideas
Year/month grid plus icon-based project filters. Root projects sit on top; benben and hygge subprojects are grouped below with source-themed colors.
Testing Sidebar
/testing
Lists test tasks by date in a compact table and includes an issue navigator for jumping between open/closed issues.
Common patterns
All sidebars render inside <PageTOC> from fumadocs-ui, giving them consistent sticky behavior.
Selections update URL search params via useRouter, so filter state is shareable and survives refresh.
Library and project sidebars use hover context providers to preview items in the main content area.