rhymes
|
9870021eec
|
Fix broken experience level button in moderation panel (#11797)
|
2020-12-08 10:20:35 +01: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 |
|
Andy Zhao
|
adc347580f
|
[deploy] Add error handling for comment mod page reactions (#9806)
* Add error handling for comment mod page reactions
* Use alert instead of snackbar
|
2020-08-15 12:19:57 -04:00 |
|
Andy Zhao
|
07a711a1cc
|
Add missing .dataset (#9805)
|
2020-08-15 11:51:44 -04:00 |
|
Arit Amana
|
c1fe6a6488
|
[deploy] [Moderation] Allow admins to delete comments (#9628)
* Styling of Delete Comment
* Start hooking DELETE action up
* Add new route
* Add new action
* Update comment_policy.rb
* Update specs for comment_policy.rb
* Some more specs
* Update api call
* Building delete functionality
* Still building...
* Complete implementation
* Changes from PR review
* Fix failing spec; rework admin_delete method
* Protect redirect
* Improve admin_delete method
* Protect redirect
* Refactor JS file and admin_delete method
* Fix flash messages issues
* Fix confirm dialog
* Final QA changes
|
2020-08-13 10:15:48 -04:00 |
|