Add email notification toggle (#2223)
authorAjay Bura <32841439+ajbura@users.noreply.github.com>
Fri, 21 Feb 2025 08:15:47 +0000 (19:15 +1100)
committerGitHub <noreply@github.com>
Fri, 21 Feb 2025 08:15:47 +0000 (19:15 +1100)
commit59e8d6625527678b053831c1b650e295771d9785
treec702a47b73786b40f16e551aba20ee653206b12e
parent1b200eb676d2ffe457899cd4993cceba397fe74b
Add email notification toggle (#2223)

* refactor system notification to dedicated file

* add hook for email notification status

* add toogle for email notifications in settings
src/app/features/settings/notifications/Notifications.tsx
src/app/features/settings/notifications/SystemNotification.tsx [new file with mode: 0644]
src/app/hooks/useEmailNotifications.ts [new file with mode: 0644]