In this post I want to point out 2 UI/UX bugs that occur when trying to transfer funds to a user.
This bug happens when on a profile page, and then after clicking on the 3 dots menu, we click on "Transfer".
Then the transfer modal appears but the small menu from the 3 dots does not dissapear and it is also not behind the modal.
This could be easily fixed if the z-index of the modal is increased or the z-index of the small menu decreased. It looks like this:
This occurs when the user is not logged in, and the same like in #1 above goes to transfer from the profile page, then enters an amount in the modal and clicks on "Continue".
At this point the user should probably be guided to login before attempting to transfer, instead nothing seems to happen on the surface, but an error is thrown on the browser console area.
In the screenshot below the issue is visible:
Some solutions to fix or avoid the 2nd bug might be to:
That was all busy people. I hope it was helpful and if you have questions about these issues please leave them in the comments.
Cheers :)