Skip to content

## FRONTEND: Event Detail Page Missing Breadcrumb Navigation #1053

Description

@OSEH-svg

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.

Metadata

Metadata

Assignees

Labels

Stellar WaveIssues in the Stellar wave programbugSomething isn't workingfrontend

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions