Files
b820030e0c fix(desktop): paint cached channel revisits immediately
Channel revisits showed a skeleton on every A-B switch because the
on-subscribe refresh invalidates channel-messages on each mount
(bypassing staleTime) and the loading selector had no path to paint
cached rows. Latch settled channels per-channel (guarded by cache
presence so GC-collected channels still cold-load), render the live
snapshot synchronously on settled revisits, never render empty/intro
over known rows, and align channel-window gcTime (60min) with
channel-messages.

Co-authored-by: Meeseeks <2e96988f190ed1bd3c568760103aa4cadb2bc6195b832e252c984392c89039bd@buzz.block.builderlab.xyz>
Co-authored-by: Wes <wesbillman@users.noreply.github.com>
Signed-off-by: Wes <wesbillman@users.noreply.github.com>
2026-08-11 10:13:11 -06:00
..
2026-08-03 21:51:17 -04: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