saito-lite-rust icon indicating copy to clipboard operation
saito-lite-rust copied to clipboard

Usability Review: Web3 Crypto

Open f8daniel opened this issue 11 months ago • 4 comments

  • [x] Don't show transfer fee until we look it up, start with "--"

Image

  • [ ] Add a tool tip on the network fee explaining (in-saito/across chain/external transfer pricing)

###################################################################

Image

  • [ ] "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

Image

For more info (originals), see: https://docs.google.com/document/d/1TZ_TIf1HnGdU5iJRyD-O-O6NsZgyUpWsEj2doqTfNs4/edit

f8daniel avatar Mar 21 '24 23:03 f8daniel

Re: Auto close above, never mind people don't like it

f8daniel avatar Apr 02 '24 07:04 f8daniel

"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.

umairkhannn avatar Apr 15 '24 00:04 umairkhannn

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.

Image

umairkhannn avatar Apr 15 '24 00:04 umairkhannn

As per @arpee , tooltips arent mobile friendly so above screenshot works for explaining fee differences.

umairkhannn avatar Apr 15 '24 01:04 umairkhannn