Commit Graph

10 Commits (7a653001b42d07eb82858801b5c5b00d71fefa12)

Author SHA1 Message Date
Emelia Smith d3089018d5
Move Follow Recommendations to Trends menu, rename to Recommendations & Trends ()
Jeong Arm 9bae237792
Change confirmation prompt on trending management ()
Matt Jankowski b5d1d48266
Convert `form_for` -> `form_with` in views ()
Matt Jankowski 8d5ed19c6d
Migrate `form_tag` to `form_with` in admin and auth views ()
Matt Jankowski 32ead51e5a
Add material design icons to admin/settings views ()
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
Matt Jankowski f445d33fd6
Fix haml-lint `LineLength` cops in app/views/admin ()
Matt Jankowski 9974163776
Consolidate inclusion of `admin` js pack link ()
Eugen Rochko 45ebdb72ca
Add support for language preferences for trending statuses and links ()
Eugen Rochko 9b58fb1ea4
Add descriptions to trending features in admin UI ()
Eugen Rochko 27965ce5ed
Add trending statuses ()
* Add trending statuses

* Fix dangling items with stale scores in localized sets

* Various fixes and improvements

- Change approve_all/reject_all to approve_accounts/reject_accounts
- Change Trends::Query methods to not mutate the original query
- Change Trends::Query#skip to offset
- Change follow recommendations to be refreshed in a transaction

* Add tests for trending statuses filtering behaviour

* Fix not applying filtering scope in controller