Notification banner
advenimus advenimus

Notification

Communication community

Description

Use the unified toast notification system for all user-facing notifications in Conduit. ## Rules - **NEVER** create inline notification UI, custom alert components, or `window.alert()` calls - **ALWAYS** import from `src/components/common/Toast.tsx` - The `ToastContainer` is mounted in `App.tsx` via `NotificationStack` (bottom-right, fixed `w-sm`) - The credential picker window has its own `ToastContainer` in `CredentialPickerApp.tsx` ## API Reference ```typescript import { toast } from "./c

Installation

Installs to ~/.claude/commands/advenimus-conduit-desktop-notification.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/advenimus/conduit-desktop/HEAD/.claude/commands/notification.md -o ~/.claude/commands/advenimus-conduit-desktop-notification.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository