docbrown/app
Ben Halpern b3b0eafe76
Implement MVP frontend for Algolia search (#20909)
* Add proper frontend for Algolia search

* Update app/models/concerns/algolia_searchable/searchable_comment.rb

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Update app/models/concerns/algolia_searchable/searchable_article.rb

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Fix formatting

* Fix: copy to clipboard message (#20898)

* fix: copy to clipboard message

* chore: deletion of unused imports

* Pick winner in header field test (#20911)

* Updated the twitter icon to X icon - solved icon issue #20356  (#20910)

* changed the twitter icon to X icon in assets/images/twitter.svg

* Changed the twitter icon to X in assets/images/twitter.svg

* Add field test for Digest article list design (#20912)

* Add field test for Digest article list design

* Add check for cached user

* Include cached user in select (#20913)

* Include cached user in select

* Add tags

* update style for new follower email (#20908)

* Fix #19037 (#20917)

* Add alternate returns for html

* Remove console log

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Iasmim Pereira <100351576+IasmimCristina@users.noreply.github.com>
Co-authored-by: Darshan Padia <darshanpadia5@gmail.com>
Co-authored-by: Philip How <philip.j.how@gmail.com>
2024-05-06 15:20:53 -04:00
..
assets Implement MVP frontend for Algolia search (#20909) 2024-05-06 15:20:53 -04:00
controllers Fix support for adding social image to the Pages API (#20916) 2024-05-06 09:29:19 -04:00
decorators Changed logic for hiding and displaying low-quality marker for comments based on their score (#20581) 2024-02-05 09:27:24 -05: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 Admin access to spam comments by url (#20775) 2024-03-22 08:40:36 -04:00
javascript Implement MVP frontend for Algolia search (#20909) 2024-05-06 15:20:53 -04:00
lib Add AlgoliaSearchable for User (#20869) 2024-04-19 14:03:04 +00:00
liquid_tags Fix code block rendering not working inside details (#20229) 2023-10-16 14:14:04 -04:00
mailers Add field test for Digest article list design (#20912) 2024-05-01 16:42:09 -04:00
models Implement MVP frontend for Algolia search (#20909) 2024-05-06 15:20:53 -04:00
policies Add mark as spam button on user profile for admins (#20794) 2024-03-25 10:30:16 -04:00
queries Comments count according to display rules in feed (#20753) 2024-03-28 12:12:05 +00:00
refinements Drop profile columns from user (#10707) 2020-12-03 08:14:38 +07:00
sanitizers Update style for new reply email (#20861) 2024-04-19 08:56:16 -04:00
serializers Comments count according to display rules in feed (#20753) 2024-03-28 12:12:05 +00:00
services Fix Twitter/X consistency (#20918) 2024-05-03 12:24:06 -04:00
uploaders Change profile image max size to 8 MB (#20183) 2023-09-28 17:05:35 -04:00
validators Allow pages to have subdirectories (#20549) 2024-01-24 16:09:29 -05:00
view_objects Allow admins to set cover image height configs (#19936) 2023-08-21 13:25:16 -04:00
views Implement MVP frontend for Algolia search (#20909) 2024-05-06 15:20:53 -04:00
workers Add AlgoliaSearchable for User (#20869) 2024-04-19 14:03:04 +00:00