docbrown/app/javascript
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
..
.storybook Extracting prettier config (#10847) 2020-10-14 22:28:31 -04:00
actionsPanel Use faster JS selection methods (#11409) 2020-11-16 17:35:50 +01:00
admin Use faster JS selection methods (#11409) 2020-11-16 17:35:50 +01:00
analytics Moved src/utils out of src/ folder to utilities/ folder. (#7875) 2020-05-15 10:07:42 -04:00
article-form Introduce tweet_timeline liquid tag (#7605) (#10825) 2020-10-30 11:03:40 +01:00
articles Removing data-testid from Article component (#10249) 2020-11-16 10:23:44 -05:00
chat Use faster JS selection methods (#11409) 2020-11-16 17:35:50 +01:00
CommentSubscription Z-index cleanups (#11157) 2020-10-30 16:03:23 +01:00
common-prop-types [deploy] 🚀 Feature: Chat channel membership manager component (#8945) 2020-07-20 08:08:31 -04:00
contentDisplayPolicy Use faster JS selection methods (#11409) 2020-11-16 17:35:50 +01:00
crayons Adding select option to storybook (#11338) 2020-11-11 11:36:11 -05:00
githubRepos Deprecate old button stylings with Crayons buttons (#10694) [deploy] 2020-10-14 07:28:41 -07:00
icons Upgrade to Preact 10.4.4 (#8739) 2020-06-18 10:07:17 -04:00
leftSidebar [deploy] Fix tag display bug and crayonsify area (#10868) 2020-10-20 16:07:17 -04:00
listings Use faster JS selection methods (#11409) 2020-11-16 17:35:50 +01:00
modCenter Use faster JS selection methods (#11409) 2020-11-16 17:35:50 +01:00
onboarding Uncheck email preferences by default (#10919) 2020-10-19 10:20:03 -04:00
organization More frontend test cleanup (#8919) 2020-06-25 18:04:01 -04:00
packs Use faster JS selection methods (#11409) 2020-11-16 17:35:50 +01:00
podcasts Some frontend testing cleanup. (#8902) 2020-06-25 09:07:34 -04:00
profileDropdown Fix TypeError: userData is null in blockButton.js (#9299) 2020-07-14 07:28:53 -07:00
readingList Filter by tags of reading list items not tags you follow (#11394) 2020-11-13 10:45:32 -05:00
responseTemplates Use faster JS selection methods (#11409) 2020-11-16 17:35:50 +01:00
Search A11y: Add keyboard navigation to article feed (#10468) 2020-11-10 22:38:15 -05:00
searchableItemList Filter by tags of reading list items not tags you follow (#11394) 2020-11-13 10:45:32 -05:00
shared/components Use faster JS selection methods (#11409) 2020-11-16 17:35:50 +01:00
sidebar-widget More frontend test cleanup (#8919) 2020-06-25 18:04:01 -04:00
Snackbar Fixed a bunch of linting issues in components (#8921) 2020-06-26 10:26:02 -04:00
utilities Use faster JS selection methods (#11409) 2020-11-16 17:35:50 +01:00
.eslintrc.js Added a comment mentioning that index.js overrides are for barrel files (#8978) 2020-06-29 10:52:35 -04:00
netlify.toml Update Netlify config to handle stylesheet changes for Storybook (#9753) 2020-08-12 11:02:14 -04:00