Vitron-Front/public
Arda Samadi fef53fd003 feat(notifications): web push opt-in + unread nav badges
Surfaces three events without a full notification center:
- service worker (public/sw.js) gains push + notificationclick handlers
  (RTL, focuses an existing tab or opens the target URL).
- usePushNotifications hook: permission + VAPID subscribe/unsubscribe
  against the backend push endpoints.
- opt-in UI both ways: a one-time dismissible post-login banner
  (PushPermissionBanner, rendered in MyLayout) and a permanent toggle
  (PushSettingToggle) on buyer profile settings and seller store settings.
- useBadgeCounts polls /api/notif/v1/badges/; small red badges on the
  bottom-nav profile icon (chat + order updates), the profile sidebar
  (پیام‌ها / سفارش‌ها) and the seller dashboard sidebar. Visiting orders
  clears its badge.

Degrades gracefully: if the backend endpoints are absent the counts fall
back to zero and nothing throws.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-17 14:02:56 +03:30
..
fonts/pinar first 2026-04-29 01:44:16 +03:30
styles first 2026-04-29 01:44:16 +03:30
apple-touch-icon.png first 2026-04-29 01:44:16 +03:30
browserconfig.xml first 2026-04-29 01:44:16 +03:30
favicon.ico first 2026-04-29 01:44:16 +03:30
favicon.svg first 2026-04-29 01:44:16 +03:30
icon-48x48.png first 2026-04-29 01:44:16 +03:30
icon-72x72.png first 2026-04-29 01:44:16 +03:30
icon-96x96.png first 2026-04-29 01:44:16 +03:30
icon-144x144.png first 2026-04-29 01:44:16 +03:30
icon-192x192-maskable.png first 2026-04-29 01:44:16 +03:30
icon-192x192.png first 2026-04-29 01:44:16 +03:30
icon-256x256.png first 2026-04-29 01:44:16 +03:30
icon-512x512-maskable.png first 2026-04-29 01:44:16 +03:30
icon-512x512.png first 2026-04-29 01:44:16 +03:30
og-image.svg first 2026-04-29 01:44:16 +03:30
sw.js feat(notifications): web push opt-in + unread nav badges 2026-06-17 14:02:56 +03:30