aboutsummaryrefslogtreecommitdiffstats
path: root/packages/instant/src/components/payment_method.tsx
Commit message (Expand)AuthorAgeFilesLines
* fix: remove unused varsfragosti2018-11-161-6/+1
* fix: remove redundant handlerfragosti2018-11-161-21/+1
* feat: make onUnlockWalletClick different based on ONfragosti2018-11-161-4/+29
* feat: use blue for wallet prompt on mobilefragosti2018-11-161-1/+5
* feat: center title label with circlefragosti2018-11-141-3/+3
* chore: remove unused importfragosti2018-11-141-1/+1
* feat: add coinbase wallet app logo to wallet promptfragosti2018-11-141-3/+2
* feat: display the correct provider type and change unlock / install prompt co...fragosti2018-11-141-32/+11
* fix: remove requirement of default case in all switch statementsfragosti2018-11-131-4/+0
* feat: integrate wallet flow with heartbeat and other branchesfragosti2018-11-131-7/+5
* fix: no longer refer to error account statefragosti2018-11-101-1/+0
* fix: minimize height difference between different statesfragosti2018-11-101-2/+3
* feat: toggle wallet connection colorfragosti2018-11-101-10/+25
* feat: allow href prop on buttonfragosti2018-11-101-1/+0
* feat: implement basic StandardModalContent with accompanying InstallWalletPan...fragosti2018-11-101-1/+1
* feat: open metamask sliding panel if locked on clickfragosti2018-11-101-20/+33
* feat: create connect metamaskfragosti2018-11-101-2/+20
* feat: connect payment method to state and display different content based on ...fragosti2018-11-101-31/+75
* feat: add account payment method containerfragosti2018-11-101-30/+34
* fix: wrong prop names usedfragosti2018-11-091-2/+2
* fix: remove default props, fix lint problemsfragosti2018-11-091-1/+7
* chore: convert payment method to stateless componentfragosti2018-11-091-29/+25
* feat: add MetaMask sign, refactor Circlefragosti2018-11-081-9/+21
* feat: create PaymentMethodDropdownfragosti2018-11-081-2/+2
* feat: implement basic dropdown componentfragosti2018-11-081-0/+31