When users visit CreatorWeave with an unsupported browser, they see UnsupportedBrowser.tsx. Currently it's minimal — we'd like to make it more helpful.
What to do:
- Read
web/src/components/UnsupportedBrowser.tsx
- Enhance it to:
- Detect the user's current browser and version
- Show browser-specific guidance (e.g., "Your Firefox needs COOP/COEP headers configured")
- Provide download links for Chrome/Edge
- Show a compatibility table (Chrome 86+, Edge 86+, etc.)
- Add i18n support for the new strings
- Ensure the component works without File System Access API
Skills needed: React, TypeScript, basic browser API knowledge
Estimated time: 2-3 hours
When users visit CreatorWeave with an unsupported browser, they see
UnsupportedBrowser.tsx. Currently it's minimal — we'd like to make it more helpful.What to do:
web/src/components/UnsupportedBrowser.tsxSkills needed: React, TypeScript, basic browser API knowledge
Estimated time: 2-3 hours