Files
npub1qyvc0c5kl4gqv2fd97fsk46tu378sqgy35vc83rvgfwne90sel7s0ed67dandTyler Longwell 2d04a70af4 desktop: e2e repro harness for cold-load reaction render
Drives the real relay-mode GUI against the staging relay, cold-loads
#buzz-bugs, and asserts reactions render on first paint — the exact symptom
Tyler reported. Bridges the page WebSocket and HTTP /query through Node so the
shipped data path runs from the test browser despite the staging WAF's
Mozilla-UA block and missing CORS headers (both harness artifacts, not the bug).

The aux-REQ detector recognizes the split REQs (REACTION-AUX / STRUCTURAL-AUX /
BUNDLED-AUX) so the WS trace shows reactions firing first. Hard assertions:
cold-load reaction count > 0 (pre-fix this was 0 on a busy workspace), and
cold-load >= the after-switch ground-truth count.

Not a CI test — points at a live external relay and a real member identity.
Run explicitly: pnpm exec playwright test reaction-coldload-repro

Co-authored-by: Tyler Longwell <tlongwell@block.xyz>
Signed-off-by: Tyler Longwell <tlongwell@block.xyz>
2026-06-21 11:17:44 -04:00
..
2026-06-11 15:06:24 +00:00
2026-06-11 15:06:24 +00:00

Buzz

Desktop chat shell with:

  • Tauri + React + TypeScript + Vite
  • Tailwind CSS
  • shadcn/ui-ready shared components
  • Biome (lint/format/check)
  • Feature-driven frontend structure

Scripts

  • pnpm dev - run the web frontend
  • pnpm tauri dev - run the desktop app
  • pnpm build - typecheck and build frontend
  • pnpm typecheck - TypeScript checks
  • pnpm lint - Biome lint
  • pnpm format - Biome format (write)
  • pnpm check - Biome check

Structure

  • src/shared - reusable app-wide code (ui, lib, styles)
  • src/features - feature modules (vertical slices)
  • src/app - top-level app composition