Files
npub1mn7jgtj4w2pd0g0zeuhxsa6jy6p0rewxz4kujt98my82ahfmp72sxjexk7andWill Pfleger 3bb88894b9 test(timeline): add scroll-back screenshot evidence and correct fixture comment
The memo-boundary re-render fix needs visual regression evidence that
scroll-back through history tracks correctly rather than freezing on the
newest rows. The screenshot spec captures the post-fix tracking and
top-of-history states under the same mock-relay window semantics the
timeline uses in production.

Also re-points emitMockHistory's since-filter comment at the timeline's
actual live subscription (subscribeToChannel -> buildChannelFilter,
limit:50, no since/until). The prior comment misattributed it to the
huddle-TTS sub, leaving a reader to believe the timeline path exercises
the since branch when it does not.

Co-authored-by: Will Pfleger <pfleger.will@gmail.com>
Signed-off-by: Will Pfleger <pfleger.will@gmail.com>
2026-06-18 00:02:15 -04:00
..
2026-03-09 19:32:56 -07:00
2026-03-09 13:02:11 -07:00
2026-06-11 15:06:24 +00:00
2026-06-11 15:06:24 +00:00
2026-03-09 13:02:11 -07: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