estevanmaito / windmill-dashboard

📊 A multi theme, completely accessible, ready for production dashboard.
https://windmillui.com/dashboard-html
MIT License
2.85k stars 475 forks source link

Does not work in IE 11 #29

Closed xblabs closed 2 years ago

xblabs commented 3 years ago

considering roughly 1% of the web is still powered by IE 11, there should at least be some form of regressive fallback. Currently no screen in the demo is working. Apart from layout issues with grid, there should be at least some form of rendering possible, You can achieve that by replacing the ES6 object method shorthands by classic key : value notation.

init-alpine.js : 21

replace toggleTheme() {

with

toggleTheme : function() {

estevanmaito commented 2 years ago

No plans to support unsupported broswers.