GBKS / bitcoin-wallet-ui-kit

A design system and UI kit for Bitcoin wallet applications.
https://www.bitcoinuikit.com
24 stars 3 forks source link

Port the home screen balance component from the daily spending wallet prototype #15

Closed GBKS closed 1 year ago

GBKS commented 1 year ago

The component can be found right here.

image

It should also be renamed because it does not show the balance but is an amount input field. We don't want to show the balance here as any bystander could see it - bad for privacy.

GBKS commented 1 year ago

That one's done. I added six properties to adjust sat/bitcoin/fiat amounts and values. Something that we cannot put into Figma logic are details like custom coloring of parts of the value. See the screenshot:

image

In a mock-up for an empty state, I used the fiat line to let users know what to do on this screen, rather than repeat a 0 value. Also not really possible to pack that into the component.

image