saito-lite-rust
saito-lite-rust copied to clipboard
Usability Review: Web3 Crypto
- [x] Don't show transfer fee until we look it up, start with "--"
- [ ] Add a tool tip on the network fee explaining (in-saito/across chain/external transfer pricing)
###################################################################
- [ ] "Waiting for Transfer doesn’t recognize receipt (poker)" make sure the transfer receipt polling is happening in Poker
#####################################################################
- [x] "Provide more info on tx history" (I'm guessing the "who" is important to see, not just that I sent 24 TRX at UTC timestamp, but to what address)
#####################################################################
- [x] Improve the css for key display in saito-header hamburger menu
For more info (originals), see: https://docs.google.com/document/d/1TZ_TIf1HnGdU5iJRyD-O-O6NsZgyUpWsEj2doqTfNs4/edit
Re: Auto close above, never mind people don't like it
"Waiting for Transfer doesn’t recognize receipt (poker)" make sure the transfer receipt polling is happening in Poker
This issue is happening due to mixin api unable to send us snapshots in descending order, despite setting order: 'DESC'
.
Currently 1000 snapshots records are being fetched in ascending order, so if the poker transfer doesnt fall inside this limit it isnt recognised.
I am in contact with mixin team and have notified them of this issue.
Add a tool tip on the network fee explaining (in-saito/across chain/external transfer pricing)
Need a little help in wording the message to users, regarding difference between internal/external mixin transfer fee.
Also in-terms of UI is tooltip best way for this or perhaps a star(*) on fee & text at end explaining it.
As per @arpee , tooltips arent mobile friendly so above screenshot works for explaining fee differences.