mirror of
https://github.com/block/buzz.git
synced 2026-08-18 06:50:31 +02:00
paintTerminalBanner cleared the overlay canvas and drew glyphs, with no background fill, and .buzz-terminal-welcome sets no CSS background. On a real 111x46 viewport the banner covers about 38% of cells, so the grid canvas underneath showed through the gaps. That was invisible while the shell prompt dismissed the banner within milliseconds of spawn; now that the splash survives until the terminal is revealed, the shell's startup output composites into the wordmark. Fill the overlay with palette.background before the glyph loop. Same theme source the grid uses for its own cell background, so the splash reads as an opaque screen instead of a translucent layer. Co-authored-by: npub17jjz49l9jjmhhk7cac63j8yt9z555n9cw8vk7v5jz4vzw4ppld5qgj57cc <f4a42a97e594b77bdbd8ee35191c8b28a94a4cb871d96f32921558275421fb68@buzz.block.builderlab.xyz> Signed-off-by: npub17jjz49l9jjmhhk7cac63j8yt9z555n9cw8vk7v5jz4vzw4ppld5qgj57cc <f4a42a97e594b77bdbd8ee35191c8b28a94a4cb871d96f32921558275421fb68@buzz.block.builderlab.xyz>
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