Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Clickable read receipt on Ping Message #18308

Merged
merged 3 commits into from
Nov 14, 2024

Conversation

przemvs
Copy link
Contributor

@przemvs przemvs commented Nov 14, 2024

Description

Now it's possible to click on read receipt on Ping Message.

Checklist

  • mentions the JIRA issue in the PR name (Ex. WPB-423)
  • PR has been self reviewed by the author;
  • Hard-to-understand areas of the code have been commented;
  • If it is a core feature, unit tests have been added;

@codecov-commenter
Copy link

codecov-commenter commented Nov 14, 2024

Codecov Report

Attention: Patch coverage is 55.55556% with 4 lines in your changes missing coverage. Please review.

Project coverage is 46.57%. Comparing base (0258aa7) to head (3344f79).
Report is 5 commits behind head on dev.

Additional details and impacted files
@@            Coverage Diff             @@
##              dev   #18308      +/-   ##
==========================================
- Coverage   46.61%   46.57%   -0.05%     
==========================================
  Files         828      828              
  Lines       26017    26028      +11     
  Branches     5894     5898       +4     
==========================================
- Hits        12128    12122       -6     
- Misses      12377    12391      +14     
- Partials     1512     1515       +3     

message,
['unsafeSenderName', 'caption', 'ephemeral_caption', 'isObfuscated', 'get_icon_classes'],
);
const PingMessage = ({message, is1to1Conversation, isLastDeliveredMessage, onClickDetails}: PingMessageProps) => {
Copy link
Contributor

@olafsulich olafsulich Nov 14, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've started it on localhost and this is what I see. It's not supposed to be like that, is it?

image

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good catch, is this only in 1 on 1?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whoops.. let me check it

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, it's 1on1

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed this!

Copy link

sonarcloud bot commented Nov 14, 2024

Copy link
Contributor

@olafsulich olafsulich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks great, ✅ !

@przemvs przemvs merged commit e1e6ce8 into dev Nov 14, 2024
12 checks passed
@przemvs przemvs deleted the feat/WPB-11523-clickable-react-receipt-on-ping branch November 14, 2024 14:08
@echoes-hq echoes-hq bot added the echoes: product-roadmap/bug Work contributing to resolve a bug not critical enough to have raised an incident. label Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
echoes: product-roadmap/bug Work contributing to resolve a bug not critical enough to have raised an incident. 👕 size: S type: feature / request ✨
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants