Files
WesandBrain a2005bc27d fix(desktop): hold true scroll floor on load-older abandon-to-bottom
When the user jumps to bottom mid-prepend (abandon), the load-older restore
loop targeted the last virtualized row's END offset. That sits short of the
container's true floor once padding/spacers are excluded, stranding the view
above the bottom (the `Received: Infinity` scroll-history failure).

Target the container's true floor (scrollHeight - clientHeight) instead. Adds
relay-backed stream stability tests covering pin-to-latest, composer growth,
and above-the-fold arrivals.

Co-authored-by: Brain <21994759fc7a6fa6b965551d35cfd7897d262f2495467f2d78694ddcfa6a5c7e@sprout-oss.stage.blox.sqprod.co>
Signed-off-by: Wes <wesbillman@users.noreply.github.com>
2026-06-27 07:47:07 -06: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