Files
buzz/desktop
Matt TooheyandClaude Fable 5 0683e35d86 fix(desktop): surface diff type badge in card title when file header is collapsed
Instead of forcing the per-file header open just to show the New
file/Deleted badge (previous fix), keep the header collapsed when it
would only repeat the card title, and show the badge in the diff card's
title bar instead — both in the inline DiffMessage card and the expanded
dialog.

DIFF_TYPE_LABELS and the header-visibility check move into parseDiff.ts
as shared helpers, and a new getDiffTitleBadge returns the badge label
only for single-file diffs whose collapsed header has a notable change
type — so the badge never renders in both places.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Signed-off-by: Matt Toohey <contact@matttoohey.com>
2026-07-10 17:23:23 +10:00
..
2026-06-11 15:06:24 +00: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