feat: implement push notification registration and nudge feature; enhance user settings and notification handling

This commit is contained in:
Mo Tarbin
2025-09-18 01:13:37 -04:00
parent b71a533024
commit 707ba55e1d
13 changed files with 672 additions and 320 deletions

View File

@@ -530,7 +530,7 @@ const UserProfileAvatar = () => {
/>
<SubscriptionModal
isOpen={isSubscriptionModalOpen}
open={isSubscriptionModalOpen}
onClose={() => setIsSubscriptionModalOpen(false)}
/>
</>