Files
WintermuteandThomas Petersen 75ea2472ac fix(desktop): let the glass background show through the community rail
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>
2026-08-15 14:18:31 -04: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