Settings


User Settings

@if (user) {
Give this to your friends to let them add you to their polls as an admin.
Your email cannot be changed as a registered user.
} @else {
You need to sign in to change your name and email for notifications.
}

Push Notifications

@if (user) { @if (pushEnabled) { } @else {
Push notifications are not available on this device or browser.
} } @else {
You need to sign in to enable push notifications.
}

Notification Preferences

@if (user) { @for (category of notificationSettings; track category.title) { @for (type of category.types; track type.key) { } }
Event Email Push
{{ category.title }}
{{ category.description }}
{{ type.title }}
{{ type.description }}
} @else {
You need to sign in to change your notification preferences.
}