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

@@ -12,7 +12,7 @@ const UserModal = ({ isOpen, performers = [], onSelect, onClose }) => {
<List sx={{ mb: 2 }}>
{performers.map(user => (
<ListItem
key={user.id}
key={user.userId}
sx={{
cursor: 'pointer',
'&:hover': {