cartesi / explorer

Cartesi Blockchain Explorer
https://explorer.cartesi.io
Apache License 2.0
9 stars 12 forks source link

Add message when DApp has no inputs #49

Closed brunomenezes closed 1 year ago

brunomenezes commented 1 year ago

📄 Context

The DApps details view currently shows a message for error when there are problems with the guessed URL, or it lists the inputs in case we have data. For the use case where the graphQL connection is established without problems, but there are no Inputs, we display an empty body below the search. It is not bad; however, we can do a bit a better 👍

✔️ Solution

Display a centralised message to provide feedback that all is well, but the DApp has not produced any inputs yet. The key points are;

📈 Subtasks

🎯 Definition of Done