-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Added new marker Badge for Report unread messages #4603
Conversation
@parasharrajat please ping me when you're done & ready for a review |
@Beamanator you can start the review meanwhile I will update the screens. |
@Beamanator Ready to roll. |
@shawnborton I'm requesting you double-check the marker design before merging this (I'm still testing btw) - Also if there's only 1 new message I think the marker should say "1 new message" instead of "1 new messages" (plural) - please let me know if you agree! |
Looks pretty great to me, nice work Rajat! |
@Beamanator let me know the plural thing if that is something we want. |
Oh, forgot to mention that I agree with @Beamanator about the plural phrasing. |
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.
@Beamanator Updated. |
7cbabe3
to
434f5dd
Compare
@Beamanator all 👍 ? |
src/languages/es.js
Outdated
@@ -135,6 +135,9 @@ export default { | |||
reportActionsView: { | |||
beFirstPersonToComment: 'Sé el primero en comentar', | |||
}, | |||
reportActionsViewMarkerBadge: { | |||
newMsg: ({count}) => `${count} nuevo${count > 1 ? 's' : ''} mensaje${count > 1 ? 's' : ''}`, |
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.
I believe nuevo
should come after mensaje
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.
Please tell me what is correct for new messages.
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.
"# new messages" => # mensajes nuevos
"# new message" => # mensaje nuevo
@Beamanator Thanks for the tip. Updated. Please let me know if something else is missing. |
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.
Looks great! Once E2E tests finish and pass I'll merge 👍
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to staging by @Beamanator in version: 1.0.85-10 🚀
|
This has been deployed to production and is now subject to a 7-day regression period. |
🚀 Deployed to production by @roryabraham in version: 1.0.86-11 🚀
|
This has been deployed to production and is now subject to a 7-day regression period. |
Dropping a note this caused a regression: #11584 |
I won't call it a regression. I you will go over the issue details and proposals, it says that clicking the badge will take you to the latest message l. It was implemented this way. |
Details
#4475 (comment)
Fixed Issues
$ Fixes #4475
Tests | QA Steps
New messages
over the badge, you should reach the bottom of the chat & the badge should hide.x
over the badge, badge should hide.Tested On
Screenshots
Web | desktop
Mobile Web
iOS
Android