Skip to content

Add accessible endpoint search#355

Open
es3298 wants to merge 1 commit into
CalloraOrg:mainfrom
es3298:es3298/endpoint-search-280
Open

Add accessible endpoint search#355
es3298 wants to merge 1 commit into
CalloraOrg:mainfrom
es3298:es3298/endpoint-search-280

Conversation

@es3298

@es3298 es3298 commented Jul 5, 2026

Copy link
Copy Markdown

Summary

  • Add an accessible EndpointSearch component for ApiDetailPage documentation endpoints.
  • Filter endpoint cards and group previews by title, path, method, group, parameter name/type, and required/optional status.
  • Add a resettable no-results state and short docs for the visible behavior.
  • Repair stale malformed JSX in ApiDetailPage so the documentation tab can render and be tested.

Closes #280

Validation

  • npx vitest run src/components/EndpointSearch.test.tsx src/pages/ApiDetailPage.test.tsx (6 passed)
  • git diff --check

Known baseline blocker

  • npm run build is blocked by existing unrelated syntax errors in src/App.tsx at lines 1074-1076 before this change set is checked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add accessible search box on ApiDetailPage endpoints

2 participants