-
Notifications
You must be signed in to change notification settings - Fork 37
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
Post-Mint Text: #SwapOnTeia #367
base: main
Are you sure you want to change the base?
Conversation
|
I just fear that might be noisy, maybe we could add a way to "don't show again" |
…rrors if the indexer is delayed, "objkt not found")
I can't check properly right now but doesn't this PR add an extra message box after mint? I would merge the "Mint done" and this one if that's the case, otherwise ignore my message |
It's the same box as before, just a different message |
That's what I couldn't check earlier, I'm still not sure since this is main currently: teia-ui/src/context/mintStore.ts Lines 306 to 309 in c7ae918
|
oh woops, didn't check that |
ah yeah, look at merch's first commit: 2bd6561 |
I moved the message to prevent the double popup. There is however a little issue with my swap link. There's a small time frame between the tzkt indexer completion and the teia indexer completion. So the minter can get the "metadata being processed" if they click my swap link too soon. I don't think this is a big issue. It's possible to workaround this by also polling the teia indexer to check if the objkt is there, or maybe by adding a refresh on the "metadata being processed" page? |
No description provided.