mirror of
https://github.com/block/buzz.git
synced 2026-08-18 06:50:31 +02:00
The glass treatment (#5478) clears the background on every navigation surface — app sidebar, settings sidebar, pinned header, footer — so the native vibrancy shows through, but the community rail's opaque `bg-sidebar` paint was left out of the `:root[data-glass-background]` transparency list. With multiple communities the rail rendered as a solid column while the sidebar next to it frosted, splitting the nav into two visibly different panes. The Buzz-theme gradient rule already includes the rail selector; the glass rule simply forgot it. Add the rail to the glass transparency list and a Playwright regression spec that fails on the unpatched build: with glass enabled and two communities seeded, the rail's computed background must be transparent. Co-authored-by: Thomas Petersen <thomasp@squareup.com> Signed-off-by: Thomas Petersen <thomasp@squareup.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