mirror of
https://github.com/block/buzz.git
synced 2026-08-18 06:50:31 +02:00
- Wire onEdit/onEditSave/onCancelEdit/editTarget through ChannelPane to MessageThreadPanel so thread messages can be edited - Set sessionStorage flag before workspace switch reload so AppLoadingGate renders a matching bg-background instead of the light gradient flash - Add 15s grace period to AgentStatusBadge so agents show "running" instead of "Starting..." while presence reconnects after workspace switch - Change AvatarFallback from rounded-full to rounded-[inherit] so it matches whatever border-radius the parent Avatar has (fixes circle-in-rect artifact) - Wait for media proxy port in useWorkspaceInit before setting isReady so images work on first render after workspace switch Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sprout
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