Bug Fixes
- replace img with next/image for profile images
- show unique subscribers with device count badge
- deduplicate subscribers by user and show device count
- update Subscriber type to flat user-grouped structure
- use separate queries to avoid Prisma Accelerate relation type issue
- removed used function
Features
- add phone, profileImage, and business _count to EnhancedRecentUser type
- include phone, profileImage, and business counts in recent users query
- enrich user sidebar with profile status, phone, subscription, and usage counts
- add signup funnel and OTP delivery PostHog events
- track signup funnel events with PostHog
- add sms-service for Msg91 OTP delivery
- add subscriber list and category breakdown to notification analytics
- return subscribers and per-category stats in notification analytics API
- smart channel routing based on WhatsApp delivery history
- send SMS fallback when WhatsApp OTP delivery fails
- save template messages to WhatsAppMessage table for webhook tracking
