Files
buzz/desktop
HaytandWill Pfleger c538df8c38 feat(desktop): make the relay console the single Moderation surface
Wire "moderation" into settingsNavGroups under the Communities group. The
entry was defined in settingsSections but never added to a nav group, so the
sidebar never rendered it and nothing deep-linked to it — it has been
unreachable since #1617.

Repoint the "moderation" section to the relay admin console (AdminConsole
SettingsCard), retitle it "Moderation", and drop the separate "admin-console"
section id so a single surface owns relay-level trust & safety.

Gate the nav entry behind origin + probe resolution: hidden with no origin,
always visible for a saved manual origin (the Advanced control that fixes a
bad URL lives inside the surface), and — for an advertised-only origin —
visible on authorization or a transport flake but hidden on a definitive
non-admin verdict. Group reports and feedback by community for
cross-community triage, and collapse the manual origin field under an
Advanced disclosure that keeps its controls mounted.

Co-authored-by: Will Pfleger <pfleger.will@gmail.com>
Signed-off-by: Will Pfleger <pfleger.will@gmail.com>
2026-08-12 20:04:33 -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