Keep global search useful during partial failures and rapid typing #200

Merged
timmy merged 1 commits from timmy/199-partial-cancellable-search into main 2026-08-07 14:19:54 +00:00
Owner

Closes #199

What changed

  • preserve normalized results when one Gitea search stream fails and expose sanitized partial-state metadata
  • cap the combined issue/pull result set to the requested limit
  • abort superseded or cleared browser searches and propagate cancellation without rendering errors
  • render useful partial results with an accessible degraded-state message

Verification

  • pytest -q — 298 passed
  • python3 -m compileall -q src
  • node --check frontend/commands.js
  • Playwright mobile render at 390×844: result and degraded status visible, palette expanded, 390px document width (no horizontal overflow)
Closes #199 ## What changed - preserve normalized results when one Gitea search stream fails and expose sanitized partial-state metadata - cap the combined issue/pull result set to the requested limit - abort superseded or cleared browser searches and propagate cancellation without rendering errors - render useful partial results with an accessible degraded-state message ## Verification - `pytest -q` — 298 passed - `python3 -m compileall -q src` - `node --check frontend/commands.js` - Playwright mobile render at 390×844: result and degraded status visible, palette expanded, 390px document width (no horizontal overflow)
timmy added 1 commit 2026-08-07 14:19:08 +00:00
feat: keep global search useful during partial failures (#199)
All checks were successful
CI / lint (pull_request) Successful in 15s
CI / build-frontend (pull_request) Successful in 4s
f1448e6b58
timmy merged commit 4cc00d2e48 into main 2026-08-07 14:19:54 +00:00
timmy deleted branch timmy/199-partial-cancellable-search 2026-08-07 14:19:54 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: stackchain/stackchain-dashboard#200
No description provided.