mirror of
https://github.com/block/buzz.git
synced 2026-08-18 06:50:31 +02:00
- Delete orphaned HarnessRelay::connect() wrapper (callers use connect_with_mode); fold its doc into connect_with_mode. - Gate BgState::new() behind #[cfg(test)] (test-only now that the runtime path uses with_serverless) instead of #[allow(dead_code)]. - Move KIND_GIFT_WRAP into the encrypted test module (test-only). No #[allow(dead_code)] / cfg_attr dead-code suppressions remain on branch-new code. Verified with RUSTFLAGS='-D dead_code -D unused'.
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