Skip to content

Feat: Reactions plugin intergration#415

Open
Trochonovitz wants to merge 16 commits into
masterfrom
feat/reactions-plugin-intergration
Open

Feat: Reactions plugin intergration#415
Trochonovitz wants to merge 16 commits into
masterfrom
feat/reactions-plugin-intergration

Conversation

@Trochonovitz

Copy link
Copy Markdown

Ticket

#36

Summary

PR adds ready-made integration with the Reactions plugin through a single setting in the admin panel. This functionality enriches responses from endpoints with metadata for saved reactions.

Test Plan

Install the Reactions plugin and enable the integration on the settings page. Then, add reactions to your content and check the Comments endpoint - it should include information about these reactions, as well as metadata and a summary.

@Trochonovitz Trochonovitz added enhancement New feature or request feature request Community feature request labels Jun 16, 2026
@Trochonovitz Trochonovitz linked an issue Jun 16, 2026 that may be closed by this pull request
@codecov

codecov Bot commented Jun 16, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 98.14815% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 99.33%. Comparing base (e7c709f) to head (5b6941e).

Files with missing lines Patch % Lines
admin/src/utils/functions.ts 33.33% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #415      +/-   ##
==========================================
+ Coverage   98.40%   99.33%   +0.92%     
==========================================
  Files          40       42       +2     
  Lines        1254     1353      +99     
  Branches      289      316      +27     
==========================================
+ Hits         1234     1344     +110     
+ Misses         20        9      -11     
Flag Coverage Δ
unittest 99.33% <98.14%> (+0.92%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@CodeVoyager CodeVoyager self-requested a review June 20, 2026 08:12
Comment thread admin/src/components/CommentReactionsSummary/index.tsx Outdated
Comment thread admin/src/components/CommentReactionsSummary/index.tsx Outdated
Comment thread admin/src/pages/Details/DetailsEntry.tsx Outdated
Comment thread admin/src/translations/pl.ts Outdated
Comment thread admin/src/utils/reactionsIntegration.ts Outdated
Comment thread admin/src/utils/reactionsIntegration.ts Outdated
@Trochonovitz Trochonovitz requested a review from CodeVoyager June 23, 2026 08:04
Comment thread admin/src/components/CommentReactionsSummary/index.tsx Outdated
Comment thread admin/src/hooks/useReactionCounts.ts Outdated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request feature request Community feature request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Provide built-in integration with strapi-plugin-reactions

2 participants