coralproject / talk

A better commenting experience from Vox Media
https://coralproject.net
Other
1.89k stars 355 forks source link

[CORL-3096]: fix mobile go to reply links for notification bodies #4541

Closed kabeaty closed 7 months ago

kabeaty commented 7 months ago

What does this PR do?

These changes update so that reply links in notification bodies are clickable and open the reply comment in a new tab now.

These changes will impact:

What changes to the GraphQL/Database Schema does this PR introduce?

none

Does this PR introduce any new environment variables or feature flags?

no

If any indexes were added, were they added to INDEXES.md?

n/a

How do I test this PR?

View a reply notification for a user at a mobile size. Try to click on the Go to reply link in the notification body. See that a new tab opens with that reply. See that the notifications tray is still open in your original tab.

Were any tests migrated to React Testing Library?

How do we deploy this PR?