Description
The event detail page at /events/[id] has no breadcrumb navigation. Users who arrive from a deep link or search engine have no visual context for where they are in the app hierarchy and no quick way to navigate back to the event listing without using the browser back button.
Tasks
- Create
components/ui/breadcrumb.tsx.
- Display
Home > Discover > [Event Title] on the event detail page.
- Display
Home > Help > [Category] > [Article Title] on help article pages.
- Component should be accessible (
aria-label="breadcrumb", aria-current="page" on the last item).
- Style using existing design tokens.
Acceptance Criteria
- Breadcrumb renders correctly on event detail and help article pages.
- All breadcrumb links are navigable by keyboard.
- Accessibility audit reports no violations on the breadcrumb component.
Description
The event detail page at
/events/[id]has no breadcrumb navigation. Users who arrive from a deep link or search engine have no visual context for where they are in the app hierarchy and no quick way to navigate back to the event listing without using the browser back button.Tasks
components/ui/breadcrumb.tsx.Home > Discover > [Event Title]on the event detail page.Home > Help > [Category] > [Article Title]on help article pages.aria-label="breadcrumb",aria-current="page"on the last item).Acceptance Criteria