We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I noticed there's a lot of room for improvement regarding our JavaScript usage.
IE 10 support ended in January 2025 — half a decade ago — so I don't think we should bother supporting things that are even older than that.
Dropping IE8 support means we can remove the following:
ie8.css
Our navigation on mobile uses JavaScript. We should migrate to a CSS-only implementation — it can be done more simply, and without JavaScript.
Split out to #214.
For some reason, application.js is loaded twice. We should stop doing that.
application.js
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
I noticed there's a lot of room for improvement regarding our JavaScript usage.
Drop IE8 support
IE 10 support ended in January 2025 — half a decade ago — so I don't think we should bother supporting things that are even older than that.
Dropping IE8 support means we can remove the following:
ie8.css
Avoid using JS for navigationOur navigation on mobile uses JavaScript. We should migrate to a CSS-only implementation — it can be done more simply, and without JavaScript.Split out to #214.
Avoid loading things twice
For some reason,
application.js
is loaded twice. We should stop doing that.The text was updated successfully, but these errors were encountered: