Add bell icon and use better notif icon

This commit is contained in:
Jack Kingsman
2026-03-10 19:04:52 -07:00
parent bee273ab56
commit 3e7e0669c5
5 changed files with 66 additions and 16 deletions
@@ -4,7 +4,7 @@ import type { Message } from '../types';
import { getStateKey } from '../utils/conversationState';
const STORAGE_KEY = 'meshcore_browser_notifications_enabled_by_conversation';
const NOTIFICATION_ICON_PATH = '/apple-touch-icon.png';
const NOTIFICATION_ICON_PATH = '/favicon-256x256.png';
type NotificationPermissionState = NotificationPermission | 'unsupported';
type ConversationNotificationMap = Record<string, boolean>;