Barazo default frontend barazo.forum
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(settings): add notification delivery description

Explains that notifications are in-app only since AT Protocol
login does not provide an email address.

+4
+4
src/components/settings/notifications-section.tsx
··· 25 25 return ( 26 26 <fieldset className="space-y-4 rounded-lg border border-border p-4"> 27 27 <legend className="px-2 text-sm font-semibold text-foreground">Notifications</legend> 28 + <p className="text-sm text-muted-foreground"> 29 + Notifications appear in your notification inbox on this forum. AT Protocol login does not 30 + provide an email address, so notifications are not sent via email. 31 + </p> 28 32 <div className="space-y-3"> 29 33 <label className="flex items-center gap-2"> 30 34 <input