-
-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade Bootstrap to later version #705
Comments
Bootstrap 5 does not officially support IE11 or Edge <79, or Firefox <60. However, accoding to this repo, support for it can be added back for IE11 with some polyfills: https://coliff.github.io/bootstrap-ie11/ IE11 is not EOL for another three years (surprisingly). We would need to be sure those polyfills also support the other browsers or webviews we currently support: Edge Legacy (although it is EOL in a couple of months, it lives on for now in the webviews for UWP apps), and the Firefox used in Firefox OS. |
Hi! I'm wondering if this issue is going on well or does it need a help. |
IE11 being now deprecated (see readme), what stopps us to move quickly on this? |
Two things:
|
I notice Bootstrap is now on Version 10! We are on Version 4 here. However, support for old browsers may well be a blocker in later versions, and our UI is quite simple, so upgrading may not bring any tangible benefit other than removing dependency on jQuery (see #921). |
Bootstrap 5 is now available (albeit in beta, but it is the currently recommended version). A significant advantage IMHO is that it now uses an open-source SVG-based icon library (which can be themed with CSS), and since we are looking to move towards a more icon-driven UI, we should consider this. I haven't yet checked out what is deprecated.
The text was updated successfully, but these errors were encountered: