rtruo001 / AppleTea

Web Application for sharing and syncing medias throughout Youtube, Soundcloud, and Vimeo.
2 stars 0 forks source link

Chat Timestamp #102

Open gerardliu opened 8 years ago

gerardliu commented 8 years ago

For every message sent, attach a timestamp to it.

Timestamps should be displayed as a tooltip when hovered over any message bubble (on the left side for this user's messages, on the right for other user's messages)

gerardliu commented 8 years ago

I'll design the tooltips. For everything, I am using bootstrap tooltips that follow this format in html. <div data-toggle="tooltip" title="12:00pm"> We can probably parse the time and stick it straight into the html in React, but I'm open to finding a cleaner alternative if we want.