SEP-24 popup window closes immediately #28
Draft
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a WIP.
Closes #9.
I added the if statement to check for the events, however I was going to do some testing on checking the different types of status messages and create the if statement properly.
I got some issues while trying to search the SEP-24 popup window. I went to
dashboard/transfers
, but didn't see the title sayingSEP-24 Transfers
which is only shown once thestellar.toml
is fetched (I understood this). Also, I'm not seeing any text besides the last paragraph which ends in line 330.I would appreciate some guidance on how to show the
SEP-24 Transfers
title to open the popup window, and get the possible messages. After doing my implentation, I would test it properly. Thank you!