Skip to content
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

Add package.json for npm install for android build, and fix html dark mode issue #14

Merged
merged 2 commits into from
Jun 8, 2024

Conversation

alexbarry
Copy link
Owner

No description provided.

alexbarry added 2 commits June 7, 2024 17:02
This fixes the issue where if the user specifies that they
want light mode for this page, but their browser is set to dark mode
(or vice versa), then the scroll bars, dropdown (select), and checkboxes
don't match the chosen colour scheme.
Previously I was running "npm install mathjax@3"
and "npm install --save @babel/polyfill" when building.

Now I am only running "npm install --save mathjax" initially,
and will check the package.json and package-lock.json into git,
and then only run "npm install" when building.

I also switched to using a newer version of mathjax, and stopped
using polyfill.
@alexbarry alexbarry merged commit 7882d09 into stable Jun 8, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant