-
Notifications
You must be signed in to change notification settings - Fork 212
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Voting: migrate date format to ISO-8601 #1165
Conversation
Voting: update VoteText's address rendering (aragon#1146)
@sohkai @bpierre I believe the only other date display in the Voting App is in the Votes.js component, but I think that involves updating DateRangePicker.js in aragon/ui (?) |
This is controllable via We should most likely also update aragonUI's default in the future, but that would be a breaking change. Could you also upload a screenshot of what the new version looks like :)? |
@sohkai Got it! Here are screenshots of all the changes: From VotesDetail.js... From Votes.js (DateRangePicker)... This date is displayed during a pending vote, but I'm unsure if it requires reformatting (?) ... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❤️ All looks good for me! Thanks again @ECWireless!
This date is displayed during a pending vote, but I'm unsure if it requires reformatting
I think this one is OK, since it's in prose :).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Fixes issue #1161.