Skip to content
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

[UX] Do not block UI waiting for the chain #1352

Open
3 tasks
gagdiez opened this issue Nov 28, 2024 · 1 comment
Open
3 tasks

[UX] Do not block UI waiting for the chain #1352

gagdiez opened this issue Nov 28, 2024 · 1 comment

Comments

@gagdiez
Copy link
Collaborator

gagdiez commented Nov 28, 2024

Background

We want to start applying good UX practices in blockchain, which means hiding the "slowness" of the chain behind good UI. In our case, a very obvious place where we could implement this is the "Tools" section:

Right now, most of the tools allow you to create something (e.g. an NFT), but wait for confirmation from the chain or external API before showing them, which could take up to 5 seconds

Goal

  • Make the FTs created by the user appear immediately
  • Make the NFTs created by the user appear immediately
  • Develop everything with non-web wallets in mind, such as Meteor or Hot
@gagdiez gagdiez added this to DevRel Nov 28, 2024
@gagdiez gagdiez moved this from NEW❗ to Backlog 📖 in DevRel Nov 28, 2024
@github-project-automation github-project-automation bot moved this to NEW❗ in DevRel Nov 28, 2024
@gagdiez gagdiez removed the status in DevRel Nov 28, 2024
@gagdiez gagdiez moved this to Backlog 📖 in DevRel Nov 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog 📖
Development

No branches or pull requests

2 participants
@gagdiez and others