f777ed41973563de7fe3c81add9c25d150e3d412
The results cache was write-once, read-forever: opening a search before its first responses landed cached the empty grouping, and every later visit short-circuited on it — the history row showed results while the detail view stayed empty, permanently. Serve the cache as a first paint only and always re-fetch behind it, poll while the search is still running so responses fill in live, and add a manual refresh. Collapse state now survives a revalidation (only newly arrived users auto-expand), the empty state distinguishes "still searching" from "no results", and deleting a search drops its cache entry. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Description
No description provided
42 MiB
Languages
TypeScript
90.9%
Shell
4.7%
JavaScript
4.1%
CSS
0.2%
HTML
0.1%