// settings/Notifications.jsx — per-channel notification controls. // Master allow toggle, then six channels with default-timing pickers, // delivery (immediate vs. scheduled summary), quiet hours, sound + haptic. function SettingsNotifications({ dark = false }) { const Toggle = ({ on = true }) => (