Dmitry Naidionov

Results 22 issues of Dmitry Naidionov

We are already retrieving conversion rates for ETH (as described in this PR #43), now we need to do the same for ERC20 tokens.

This ticket concerns with obtaining data for the specified ERC20 token at given address. It uses same UI template as ETH (#188)

Both Grid View and List View should include sort controls. Sort controls allow sorting assets by balance equivalent in USD/ETH descending or ascending, descending by default. Sort does not change...

This ticket concerns only display template. Separate issues will track creation of models for ETH (already exists) and ERC20 (#202) This is updated view of the existing ETH card. Address's...

As user navigates through assets and transactions within cardfolio without returning to the overview screen or one of main categories, we should create breadcrumbs and display then at the top...

The component represents the embedded view of the balance of Currency or Token (currently only ETH, ERC-20 or ERC-777 will be supported) at the specified address. Embedded view specifies: -...

Upon initiation of the connection (#193) we would read the addresses stored in user's Metamask, and then scan each of them for ETH and most popular tokens (plus CARD) balances...

Both Grid View and List View should include filter controls. Filter control is a text field where user can type a string that will be matched with either token name,...

needs design

Upon connection to MetaMask we should: 1. Get a list of addresses in the wallet 2. For each address go through the list of \[ETH, CARD, popular tokens (as defined...

If user isn't connected to their Metamask we shall display a welcome screen with a CTA "Access My MetaMask Wallet". Upon clicking CTA we display a modal with T&C acceptance...

needs design