Nikhil Taneja
|
ff008e4702
|
#12643 Add eslint rule for formatting redundant curly braces in jsx (#14592)
|
2021-08-26 11:15:06 -04:00 |
|
Nick Taylor
|
0beacb19c9
|
[15 Minute Fix] Added the prefer-const eslint rule (#13098)
|
2021-03-23 16:29:56 -04:00 |
|
Katie Davis
|
76453b41fb
|
Updates ESLint rules to error on default imports (#12512)
* add rule
* add named imports
* more missed files
* so many files
|
2021-02-02 10:24:03 -05:00 |
|
rhymes
|
f9506affb5
|
Use faster JS selection methods (#11409)
* Add JS tips section to frontend documentation
* Replace document.getElementsByTagName('body') with document.body
* Replace querySelectorAll with faster selecting methods where appropriate
* Replace querySelector with faster selecting methods where appropriate
* Fix typo
* Fix forEach and getElementsByClassName
* Change querySelector* to faster methods in erb files
* Change querySelector* to faster methods in ruby files
* Fix runkit tag
* Various fixes
* Update app/assets/javascripts/initializers/initializeEllipsisMenu.js
Co-authored-by: Ridhwana <Ridhwana.Khan16@gmail.com>
* Update app/assets/javascripts/utilities/slideSidebar.js
Co-authored-by: Ridhwana <Ridhwana.Khan16@gmail.com>
* Commenting out flaky spec
Co-authored-by: Ridhwana <Ridhwana.Khan16@gmail.com>
|
2020-11-16 17:35:50 +01:00 |
|
Ivan
|
4f79da26c3
|
add fullscreen to code blocks (#10784)
* add fullscreen to code blocks
* add review fixes
* remove extra import
* fix approved tests
* code review - paddings
* fix padding to make highlight code scrollable
within padded area
* add fullscreen to existing webpack entrypoint
* fixed aria: true generated extra ids
* fix tests
|
2020-10-14 12:01:35 +02:00 |
|