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

Feat(Bridge UI): a better layout to show claimable claimed cross-chain transactions #434

Closed
dantaik opened this issue Dec 14, 2022 · 4 comments

Comments

@dantaik
Copy link
Contributor

dantaik commented Dec 14, 2022

Describe the feature request

The current bridge UI, as many other third-party bridge UIs, are high inspired by Uniswap.

Screenshot 2022-12-14 at 14 29 55

However, there is a big difference between the UX of Uniswap and our Bridge. Each Uniswap user action is atomic -- a swap will either succeed or fail. Users don't need to see previous swap history on Uniswap as there is no actionable interactions for failed or succeeded swaps.

Bridge UX is different, it has two parts, the send-over part (on the source chain) and the claiming part (on the dest chain). For failed claims, users can try (multiple times) claiming if it keeps failing. Therefore being able to see unclaimed/claimable messages is very essential part of the UI, we should not hide these claimable messages in the drop down, we should make it more explicit. My idea is to have two tables/lists: one for the claimable items, one for recent claimed items, as show below:

Screenshot 2022-12-14 at 14 42 34

In the claimed items, we should at least include the URL to the actual claiming transaction. Users will really care about how their funds are received on the destination chain.

Describe alternatives you've considered

Description of the alternatives you've considered here.

Additional context

Additional context here.

@1xDeFi
Copy link
Contributor

1xDeFi commented Dec 15, 2022

What do you think about this UI?

Bridge UI

@dantaik
Copy link
Contributor Author

dantaik commented Dec 15, 2022

Looks nice:)Not sure if it is mobile-friendly enough.

@1xDeFi
Copy link
Contributor

1xDeFi commented Dec 15, 2022

For mobile can be something like this:

Bridge UI - Mobile

@shadab-taiko
Copy link
Contributor

Taken care of in #411 with the form and transactions in separate tabs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

No branches or pull requests

3 participants