Problem/Motivation
We would like to standardize the structure and formats around our components with JavaScript
Remaining tasks
- Breakout functions
- Include docblocks for each new function
- Drupal specific elements will occur inside the attached behaviour
- Should leverage only vanilla JS
- Review naming conventions, specifically event handling
- Should leverage `let` or `const` instead of `var`
Issue fork prototype-3517816
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
jldust commentedI've updated the JS structure for the slideshow component and introduced testing for this component.
Comment #4
jldust commentedThis needs to wait till the other build tools issue has been resolved so we can pull that work
Comment #5
jldust commentedThe updated build tools have been pulled in
Comment #6
jldust commentedAh need to fix build for this component still
Comment #11
jldust commentedThis has been merged in and will be included in the next tagged release.
Comment #12
jldust commentedComment #14
jldust commented