Skip to content
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.

feat(account): improve the empty state #4897

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Commits on Apr 6, 2022

  1. Configuration menu
    Copy the full SHA
    d42b9f7 View commit details
    Browse the repository at this point in the history
  2. feat(account): improve the empty state

    Until now, the header in the account page for an empty account (no txs) wasn't
    rendered. Because of this, walletconnect button wasn't rendered, you needed
    some tokens to see it appears. This commit fixes this, from now, walletconnect
    button and receive/buy buttons would be rendered for any empty accounts.
    As it is not required to own tokens to use walletconnect, this modification makes
    sense to me. Regarding the receive/buy buttons, I think it's better to have them
    always available, even for empty accounts (we missed a business opportunity by
    hidding the buy button in this case).
    qd-qd committed Apr 6, 2022
    1 Configuration menu
    Copy the full SHA
    0d49a28 View commit details
    Browse the repository at this point in the history