-
- Downloads
Revise how unsupported browsers are handled
Browsers other than IE will be allowed to load the GUI. However, if there is an error, the error boundary will display an unsupported browser message recommending they update to the latest version of a supported browser. For the purposes of this PR, ‘supported’ means you can load the gui (anything other than IE), and recommended is just the browsers that meet our minimum requirements for Chrome, Firefox, Edge and Safari.
Showing
- src/components/browser-modal/browser-modal.css 10 additions, 4 deletionssrc/components/browser-modal/browser-modal.css
- src/components/browser-modal/browser-modal.jsx 80 additions, 58 deletionssrc/components/browser-modal/browser-modal.jsx
- src/components/browser-modal/unsupported-browser.svg 0 additions, 0 deletionssrc/components/browser-modal/unsupported-browser.svg
- src/components/webgl-modal/unsupported.png 0 additions, 0 deletionssrc/components/webgl-modal/unsupported.png
- src/components/webgl-modal/webgl-modal.css 1 addition, 1 deletionsrc/components/webgl-modal/webgl-modal.css
- src/containers/error-boundary.jsx 5 additions, 4 deletionssrc/containers/error-boundary.jsx
- src/lib/supported-browser.js 26 additions, 7 deletionssrc/lib/supported-browser.js
Loading
Please register or sign in to comment