-
Notifications
You must be signed in to change notification settings - Fork 8
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
[TAS-205] ✨ Add 'Collectable Before' feature #382
Conversation
components/NFTMint/WriterMessage.vue
Outdated
if (!checked) { | ||
this.$emit('update:collectableBeforeDate', '') | ||
this.$emit('update-collectable-before-date', '') | ||
} |
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.
Would this break if I uncheck then check the checkbox? A date input would be shown, but no collectable-before-date
event is fired since no @change has occurred yet
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.
The field would be reset if the checkbox is unchecked:
2023-08-21.4.44.24.mov
Is this behavior works OK?
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.
Would the data be wrong if I click next button without clicking in the background first?
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.
The above actions didn't click the background actually, I think the computed
did the job, and the Vue extension UI has a little latency.
@williamchong Updated |
Depends on likecoin/likecoin-api-public#506
2023-08-15.7.10.09.mov