import { ShieldCheck } from '@phosphor-icons/react' interface TelemetryConsentDialogProps { onAccept: () => void onDecline: () => void } export function TelemetryConsentDialog({ onAccept, onDecline }: TelemetryConsentDialogProps) { return (
Send anonymous crash reports to help us fix bugs faster. No vault content, no personal data, no tracking.
What we collect:
What we never collect:
You can change this anytime in Settings.