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)}
/>
</>

View File

@@ -1,6 +1,5 @@
// Animation Components
export { default as AnimatedList } from './AnimatedList'
export { default as LoadingScreen } from './LoadingScreen'
export { default as PageTransition } from './PageTransition'
export { default as SmoothButton } from './SmoothButton'
export { default as SmoothCard } from './SmoothCard'