You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After I sent transaction to create a job, there was no indication that transaction is being processed. Create button should go into disabled state and say "Creating..."
The 2. is fixed now (was happening due to the server losing WebSocket connection to the Ethereum node)
With the 1. I have question - we're not changing the button label anywhere in the application when the transaction is in process. This can definitely be done, just I'm wondering if it should then be done for all the other buttons.
Current behaviour is to disable the button while the Tx is in process - re-enabling it again if the conditions are met after Tx gets mined (and normally new data from GraphQL comes back) or redirecting to next page.
After I sent transaction to create a job, there was no indication that transaction is being processed. Create button should go into disabled state and say "Creating..."
After several seconds, the transaction got processed, it redirected me to the job page, but the page is blank: https://ethlance.qa.district0x.io/jobs/0xd34682BBb9f96D5c6a2305433Da8CE35949B53aa . Job doesn't show up in jobs list either.
The text was updated successfully, but these errors were encountered: