-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
fix: wallets data dates consistency causing crashes in Safari #12593
Conversation
✅ Deploy Preview for ethereumorg ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
- type: input | ||
id: wallet_live_date | ||
attributes: | ||
label: When did the wallet go live to users? | ||
description: Please provide a date when the wallet was usable by the public | ||
validations: | ||
required: true |
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.
@nhsz I think we still need this as part of the initial issue request... Our listing policy requires the product be live for 6 months, and this would be how we check that.
Shouldn't have any impact on the other changes
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.
Only change request I have. Im fine with getting rid of the data in the wallet-data file, but this is useful when reviewing issues being submitted.
- type: input | ||
id: wallet_live_date | ||
attributes: | ||
label: When did the wallet go live to users? | ||
description: Please provide a date when the wallet was usable by the public | ||
validations: | ||
required: true |
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.
I would add this back in.
I think we need it given listing policy requires 6 months. While we might not need it in the actual wallet data file, its good information to have in the issues being filed.
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.
Looks good, thanks @nhsz!
This PR fixes wallets data inconsistencies related to dates formatting that are causing crashes in Safari when opening the
MoreInfo
sectionDescription
last_updated
format inconsistency where neededwallet_live_date
wallet data prop that also has inconsistent formattingFixes #12590