-
Notifications
You must be signed in to change notification settings - Fork 1
Conversation
@MrSwitch Is the component meant to work this way, i.e. without specifying how many seconds/minutes ago? The Readme could be a bit clearer about how the dates are formatted, i.e. is a localised date format used or is that hard-coded? |
I'd also like components in base5-ui to not use deprecated lifecycle methods, so a rewrite as a functional component (or using |
Well i copied what we had, but i've improved it to show the number of minutes. I consiously didn't want a ticking clock because that feels like a bad UI.
I've changed this in the revision, the dates and times are localised, however the periods |
This way docz shows the comment in its Props table component (...when it works)
…e5-ui into time-component-refactor
Time component refactor
# [3.11.0](v3.10.0...v3.11.0) (2019-09-02) ### Features * **Time:** Add Time Component ([#18](#18)) ([56aedb7](56aedb7))
🎉 This PR is included in version 3.11.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Migrates the Time component from common/ui/elements/time