docbrown/app
Joshua Wehner 8a45a4bf67
Enable multiple reactions on #index (including front-end render) (#19169)
* Revert "(Temporarily) Remove multiple reactions from #index (#19142)"

This reverts commit a45d300639.

* Clean up reaction category count mechanism for #index

* Remove, unnecessary

* Expose reaction categories in JSON response

* Update test with new categories

* Fix flaky sample / minimum floor

* buildArticle (infinite scroll) with multiple reactions

* If we're doing #index front-end, we aren't feature-flag'd

* nbsp

* react (home feed) has multiple_reactions

* Update app/assets/javascripts/utilities/buildArticleHTML.js

Co-authored-by: Rajat Talesra <rajat@forem.com>

* Clean up Reactable#reaction_categories

* Use 'multiple_reactions_icons_container'

* Try adding a ReactionCount test

* Adapt memory fix from 76dd53d

* Try adding categories to fixture

* Attempt to eager-load distinct public categories

* Setting dependent to the default for rubocop

* Try making image assets more public?

* Revert "Fix flaky sample / minimum floor"

---------

Co-authored-by: Rajat Talesra <rajat@forem.com>
Co-authored-by: Mac Siri <mac@forem.com>
2023-03-03 15:17:19 +01:00
..
assets Enable multiple reactions on #index (including front-end render) (#19169) 2023-03-03 15:17:19 +01:00
controllers Touch reactable after taking admin action (#19185) 2023-03-02 09:35:11 -05:00
decorators Fixing design issues with multiple reactions (#19020) 2023-02-08 11:39:47 +01:00
errors Favoring re-use of authorization error (#16992) 2022-03-24 08:16:28 -04:00
forms Refactor CreatorSettingsForm & spec (#19011) 2023-01-27 08:39:07 -05:00
helpers Fix nested sidebar active item highlight (#18973) 2023-02-21 16:18:42 -05:00
javascript Enable multiple reactions on #index (including front-end render) (#19169) 2023-03-03 15:17:19 +01:00
lib Remove Vault Secrets page from admin interface (#18795) 2022-12-02 10:03:39 -06:00
liquid_tags Fix details liquid tag oversanitizing markdown (#19153) 2023-02-22 15:14:20 -05:00
mailers "Reply to" and "From" Email addresses for SMTP Configurations (#16499) 2022-02-16 16:14:54 +02:00
models Enable multiple reactions on #index (including front-end render) (#19169) 2023-03-03 15:17:19 +01:00
policies Change requirement for response_template (#18601) 2022-11-02 12:16:17 -04:00
queries Enable multiple reactions on #index (including front-end render) (#19169) 2023-03-03 15:17:19 +01:00
refinements Drop profile columns from user (#10707) 2020-12-03 08:14:38 +07:00
sanitizers Don't sanitize anchor elements with no href (#16667) 2022-02-22 11:27:38 -06:00
serializers Enable multiple reactions on #index (including front-end render) (#19169) 2023-03-03 15:17:19 +01:00
services Enable multiple reactions on #index (including front-end render) (#19169) 2023-03-03 15:17:19 +01:00
uploaders small non-views ruby i18n (#16004) 2022-01-11 10:05:18 +07:00
validators Update messaging to be Bio (#18798) 2022-12-09 13:15:46 -06:00
view_objects Patching ERB rendering of the data-info JSON (#16067) 2022-01-14 08:30:49 -05:00
views Enable multiple reactions on #index (including front-end render) (#19169) 2023-03-03 15:17:19 +01:00
workers Bust article on initial reactions to fix cached HTML issue (#19149) 2023-02-20 16:31:38 -05:00