WellNuo/__tests__
Sergei 48019e0b08 Add unsupported browser page for WellNuo Web
Creates a dedicated page to handle browsers that don't support Web Bluetooth API.
The page detects the user's browser and provides appropriate guidance.

Features:
- Automatic browser and platform detection
- User-friendly messages for Safari, Firefox, iOS
- Recommended browsers with download links
- Mobile app alternative suggestion
- Technical details section (expandable)
- Responsive design matching existing pages

Browser detection:
- Chrome 70+ (supported)
- Edge 79+ (supported)
- Opera 57+ (supported)
- Safari (not supported - Apple limitation)
- Firefox (not supported - privacy concerns)
- iOS (not supported - system restrictions)

Files:
- web-pages/unsupported-browser.html - Standalone page with inline detection
- __tests__/web-pages/unsupported-browser.test.ts - Comprehensive test coverage

All tests pass (17/17).
2026-01-31 17:12:35 -08:00
..
2026-01-31 16:40:36 -08:00