loganwright / SimpleChat

An Easy To Use Bubble Chat Interface
Mozilla Public License 2.0
262 stars 53 forks source link

Adding support to show msg timestamp #23

Closed strazin closed 9 years ago

strazin commented 9 years ago

Hi Logan,

Awesome library! I am looking for a recommendation on how to easily add a msg timestamp in between chat bubbles. Can you recommend the best way to add this?

Thanks

loganwright commented 9 years ago

Hi @strazin

Sorry for the late reply, I don't have a quick solution off hand, but perhaps by adding an option to the cell that adds an extra label on top for the timestamp. This would likely be cleaner than inserting cells for timestamps in between each message. Let me know if you build that, and definitely submit a PR!

Best, and good luck.

danyball commented 9 years ago

@strazin Could you post your solution? Want to show the timestamp, too.

@LoganWright Nice and easy library!

loganwright commented 9 years ago

Closing this for now, if someone wants to implement this, please submit a pull request!