Skip to content

feat: create browser checklist#633

Merged
Akshola00 merged 2 commits into
Web3Novalabs:mainfrom
yvl4life:feat/create-browser-checklist
Jun 2, 2026
Merged

feat: create browser checklist#633
Akshola00 merged 2 commits into
Web3Novalabs:mainfrom
yvl4life:feat/create-browser-checklist

Conversation

@yvl4life

@yvl4life yvl4life commented Jun 2, 2026

Copy link
Copy Markdown
Contributor

Frontend browser compatibility implemented

What changed

  • Added BROWSER_COMPATIBILITY.md

    • documents supported browsers
    • records reported browser-specific issues
    • describes fixes and test matrix
  • Updated package.json

    • added browserslist for Chrome, Firefox, Safari, Edge, iOS, Android
  • Updated playwright.config.ts

    • added Playwright projects for:
      • chromium
      • firefox
      • webkit
      • mobile-chrome
      • mobile-safari
      • edge
  • Added browser helper in browser.ts

    • copyTextToClipboard with fallback
    • supportsMatchMedia safe detection
  • Fixed compatibility code

    • SocialShareButtons.tsx
      • uses clipboard fallback helper
    • page.tsx
      • uses Web Share API fallback
      • falls back to copy/prompt for legacy browsers
    • ThemeToggle.tsx
      • safe window.matchMedia handling
      • localStorage access wrapped in try/catch
  • Added tests

    • browser-compatibility.test.ts

Validation

  • Checked changed files for errors: no issues found

Closes #601

Made changes.

@drips-wave

drips-wave Bot commented Jun 2, 2026

Copy link
Copy Markdown

@yvl4life Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@Akshola00 Akshola00 merged commit 4910b75 into Web3Novalabs:main Jun 2, 2026
1 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Create Browser compatibility testing checklist

2 participants