-
Notifications
You must be signed in to change notification settings - Fork 281
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: add message edited timestamp #2304
Conversation
src/components/Message/Timestamp.tsx
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Extracted from MessageTimestamp
- so that we can reuse the same logic for MessageEditedTimestamp
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2304 +/- ##
==========================================
+ Coverage 84.96% 84.99% +0.02%
==========================================
Files 351 353 +2
Lines 7904 7945 +41
Branches 2188 2196 +8
==========================================
+ Hits 6716 6753 +37
- Misses 836 837 +1
- Partials 352 355 +3 ☔ View full report in Codecov by Sentry. |
Size Change: +2.66 kB (0%) Total Size: 1.81 MB
ℹ️ View Unchanged
|
d92e3e0
to
f588a03
Compare
🎉 This PR is included in version 11.12.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎯 Goal
🚂 GetStream/stream-chat-css#275
🚂 GetStream/stream-chat-js#1248
Adds a new collapsible section in message metadata that shows the last time message text was updated. Also, clearly labels edited messages.
🎨 UI Changes
See GetStream/stream-chat-css#275
To-Do