Skip to content

[front] Chat links #6168

Ben requested to merge feat/chat-links-6168 into master

Ticket(s) / Related Merge Requests

Summary of Changes

Have chat message text run through tags pipe.

Testing Considerations

  • Links work in messages.
  • @ tags work.
  • Messages expand when clicking outside of a link.
  • HTML tags are stripped (e.g. <b>hello</b> world).

Deployment Considerations

Standard deployment.

Regression Scope

Chat message text.

Platform Affected (web, mobile, etc)

Web.

Developer Testing Completed

Manual, unit (jasmine/karma), unit (phpspec).

Screenshots / Screen Recording

Links work in messages.

simplescreenrecorder-2024-04-16_14.47.52

@ tags work.

simplescreenrecorder-2024-04-16_14.48.25

Messages expand when clicking outside of a link.

simplescreenrecorder-2024-04-16_14.49.17

HTML tags are stripped (e.g. <b>hello</b> world).

simplescreenrecorder-2024-04-16_14.50.16

Does this impact

  • Localization
  • Dark/light mode
  • Guest mode

Definition of Done Checklist

  • The Acceptance Criteria has been met
  • Code is tested: Testing includes unit/spec, E2E/automated and manual testing
  • Merge requests description has been filled out
Edited by Ben

Merge request reports