Closed (fixed)
Project:
Prototype
Version:
5.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
7 Apr 2025 at 17:34 UTC
Updated:
17 Feb 2026 at 00:57 UTC
Jump to comment: Most recent
We would like to standardize the structure and formats around our components with JavaScript
- 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`
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 #4
jldust commentedOverall this works well, only thing that needs some adjustments is closing the search bar with the escape key. It seems to require pressing the key twice before closes.
Comment #5
jldust commentedComment #7
jldust commentedThis has been merged in and will be included in the next tagged release.
Comment #8
jldust commentedThis has been included in the most recent release
Comment #10
jldust commented