DigixGlobal / governance-ui-components

Governance UI reusable components library
Other
3 stars 2 forks source link

Fix/add time to proposal comments #369

Closed crypto-supporter closed 4 years ago

crypto-supporter commented 5 years ago

WHY

From the GUI there is no way of knowing how long time ago a comment was posted. And neither how long time ago someone replied to your comment. We need some way of showing time, i copied the time format logic used on reddit since i think it fits well for comments. Would be nice to add a time stamp to proposals as well.

WHAT

Created a timeDateUtils file which will handle formatting and changing of locale. So when changing language though the action setLanguageTranslation we also update moments locale.

HOW TO TEST

  1. Go to a proposal page with comments and see that time is now in the comment header.
  2. Change language and verify that the time text changes to the correct language.