Skip to content

fix: show error message if webGL is not supported#753

Merged
suvanbanerjee merged 1 commit into
developmentfrom
fix/webgl-support-message
Jun 26, 2026
Merged

fix: show error message if webGL is not supported#753
suvanbanerjee merged 1 commit into
developmentfrom
fix/webgl-support-message

Conversation

@suvanbanerjee

Copy link
Copy Markdown
Member

Pull Request

Description

Adds a graceful fallback for browsers that do not support WebGL.

Previously, users encountered a client-side application error when WebGL was unavailable. This change detects the lack of WebGL support and displays a user-friendly message instead, preventing the application from crashing.

image

Fixes #752

Checklist:

  • My code follows OCF's coding style guidelines
  • I have performed a self-review of my own code
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • I have checked my code and corrected any misspellings

@suvanbanerjee suvanbanerjee requested a review from braddf June 22, 2026 10:48
@vercel

vercel Bot commented Jun 22, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
nowcasting-app Ready Ready Preview, Comment Jun 22, 2026 10:48am
1 Skipped Deployment
Project Deployment Actions Updated (UTC)
quartz-app Ignored Ignored Jun 22, 2026 10:48am

Request Review

@suvanbanerjee suvanbanerjee self-assigned this Jun 22, 2026
@suvanbanerjee suvanbanerjee merged commit 8b24f8d into development Jun 26, 2026
4 checks passed
@suvanbanerjee suvanbanerjee deleted the fix/webgl-support-message branch June 26, 2026 12:59
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.

2 participants