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

Move inline JS to external scripts #562

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

dd32
Copy link
Member

@dd32 dd32 commented May 2, 2023

See #558 (That's fixed, but this is a more generic 'use the dependency system' PR)

What?

This migrates all inline JS from being inline and using jQuery to using Vanilla JS and external .js files.

This is not perfect JS, I'm no expert.

I've used dataset to pass the userId through, this should likely be replaced with a global JS object instead that contains it and the two-factor rest-api namespace.

Why?

Other than getting proper dependency loading as per #558, there's benefits in the code maintainability by splitting the HTML from the JS.

How?

Testing Instructions

Screenshots or screencast

Changelog Entry

Added - New feature.
Changed - Existing functionality.
Deprecated - Soon-to-be removed feature.
Removed - Feature.
Fixed - Bug fix.
Security - Vulnerability.

@jeffpaul jeffpaul added this to the 0.10.0 milestone May 8, 2024
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.

None yet

2 participants