Skip to content

[codex] Add search debounce feedback#224

Draft
vku2018 wants to merge 1 commit into
Agentpay-Org:mainfrom
vku2018:grantfox-65-search-feedback
Draft

[codex] Add search debounce feedback#224
vku2018 wants to merge 1 commit into
Agentpay-Org:mainfrom
vku2018:grantfox-65-search-feedback

Conversation

@vku2018

@vku2018 vku2018 commented Jul 4, 2026

Copy link
Copy Markdown

Summary

  • Add a visible shared Spinner / "Searching..." status while the search input is still debouncing or a backend request is in flight.
  • Send service search requests with an AbortSignal and guard completion by latest request/input so stale responses cannot replace newer results.
  • Surface backend failures with role="alert", keep service detail links, and document the search feedback behavior in README.

Refs #65

Validation

  • npm test -- src/app/search/page.test.tsx (13 passing)
  • npx eslint src/app/search/page.tsx src/app/search/page.test.tsx
  • git diff --check (passes with existing CRLF warnings only)
  • npm run typecheck (blocked by pre-existing missing imports in src/app/agents/[agent]/page.tsx and src/app/docs/page.tsx)

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.

2 participants