mirror of
https://github.com/block/buzz.git
synced 2026-08-18 06:50:31 +02:00
Use relay-authoritative page bounds so malformed stored rows cannot truncate thread history. Fetch newest-first, publish each page into the cache without losing live arrivals, and retain cached channel and thread rows during revalidation. Add identity-correlated channel/thread timing marks and deterministic smoke coverage for cold, fresh, stale, paginated, and in-flight live-write paths. Co-authored-by: Carl <c7ebe626f000404285d3686e1dc74cc07cc60a9754a150041ba132e14bd3e2ec@buzz.block.builderlab.xyz> Signed-off-by: Wes <wesbillman@users.noreply.github.com>
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 frontendpnpm tauri dev- run the desktop apppnpm build- typecheck and build frontendpnpm typecheck- TypeScript checkspnpm lint- Biome lintpnpm 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