Go to file
Kumi 7f2ed5b2e8
feat: enhance browser error messaging
Improved the clarity and specificity of error messages presented to
users on incompatible browsers by directly mentioning "Incompatible
Browser" and referencing "your browser" rather than leaving the browser
name blank. Simplified the link tag for loading CSS to enhance code
readability. These changes aim to reduce user confusion during
incompatible browser scenarios and streamline troubleshooting.
2024-03-28 10:44:00 +01:00
src feat: display browser name on UI elements 2024-03-28 09:22:05 +01:00
.gitignore feat: set up webpack with Babel and SASS 2024-03-28 09:03:13 +01:00
index.css feat: implement dynamic error box visibility 2024-03-28 09:20:53 +01:00
index.html feat: enhance browser error messaging 2024-03-28 10:44:00 +01:00
package-lock.json feat: set up webpack with Babel and SASS 2024-03-28 09:03:13 +01:00
package.json feat: set up webpack with Babel and SASS 2024-03-28 09:03:13 +01:00
webpack.config.js feat: remove autoprefixer from webpack config 2024-03-28 09:15:32 +01:00