feat: implement push notification registration and nudge feature; enhance user settings and notification handling
This commit is contained in:
@@ -530,7 +530,7 @@ const UserProfileAvatar = () => {
|
||||
/>
|
||||
|
||||
<SubscriptionModal
|
||||
isOpen={isSubscriptionModalOpen}
|
||||
open={isSubscriptionModalOpen}
|
||||
onClose={() => setIsSubscriptionModalOpen(false)}
|
||||
/>
|
||||
</>
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user