You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Motivation
A clear and concise description of what the problem/opportunity is. Ex. I'm always frustrated when [...]
When we hover on the message timestamp, we get an unfriendly title like 2024-08-17T03:14:39.777Z. It would be better if this title showed a user-friendly localized date time string like MMMM D, YYYY at h:mm A.
Proposed solution
A clear and concise description of what you want to happen.
Change the title in the <time/> element rendered by message timestamp to a user-friendly localized date time string.
Acceptance Criteria
A set of predefined requirements that must be met to mark a user story complete.
When a user hovers on the message timestamp, they see a localized date time string.
It would also be acceptable to be able to pass in a custom title.
The text was updated successfully, but these errors were encountered:
Motivation
A clear and concise description of what the problem/opportunity is. Ex. I'm always frustrated when [...]
When we hover on the message timestamp, we get an unfriendly title like
2024-08-17T03:14:39.777Z
. It would be better if this title showed a user-friendly localized date time string likeMMMM D, YYYY at h:mm A
.Proposed solution
A clear and concise description of what you want to happen.
Change the title in the
<time/>
element rendered by message timestamp to a user-friendly localized date time string.Acceptance Criteria
A set of predefined requirements that must be met to mark a user story complete.
When a user hovers on the message timestamp, they see a localized date time string.
It would also be acceptable to be able to pass in a custom title.
The text was updated successfully, but these errors were encountered: