Magickbase / neuron-public-issues

Neuron Issues
6 stars 3 forks source link

Actions on receive address is confusing #305

Open Keith-CY opened 1 year ago

Keith-CY commented 1 year ago

image

There is no clear boundary between QR code and address string, so the button to copy QR code would be considered the button to copy address string.

This case happens in receive sudt

image

The copy button of address string sits between qr code and buttons of qr code.

What if group them separately, or unify the interaction as follows

  1. add copy/download button next to QR code and address string closely; or,
  2. show actions when mouse over the QR code instead of adding a button next to it.
Keith-CY commented 1 year ago

BTW, I found the alert in receive sudt is not 100% wide of the dialog.

Danie0918 commented 1 year ago

PRD

【Optimize the receive page interaction】

optimize_the_receive_page_interaction

Danie0918 commented 11 months ago

UI:https://www.figma.com/file/6XNoimRDbFTTNm016rbIdU/Magickbase?type=design&node-id=28437-26765&mode=design&t=AY5lLSGCmoHUwzpQ-0

devchenyan commented 10 months ago

fixed: https://github.com/nervosnetwork/neuron/pull/2999