aboutsummaryrefslogtreecommitdiffstats
path: root/packages/instant/src/components/erc20_token_selector.tsx
Commit message (Expand)AuthorAgeFilesLines
* feat: unmount the token selector when its not displayingfragosti2019-01-031-16/+18
* feat: dont re-render the token selector on every input changefragosti2019-01-021-8/+31
* feat: use PureComponent instead of Componentfragosti2019-01-021-2/+2
* Don't throw error if can't find icon for tokenSteve Klebanoff2018-12-111-2/+11
* fix(instant): Fix uncontrolled input warning for token selectorSteve Klebanoff2018-11-291-4/+4
* Token selector searchedSteve Klebanoff2018-11-271-0/+2
* feat(instant): support custom iconUrlsBrandon Millman2018-11-201-9/+25
* feat(instant): add icons to token selectorBrandon Millman2018-11-161-5/+10
* fix(instant): fix tabIndex attribute errorBrandon Millman2018-11-151-1/+1
* fix(instant): match token search on prefixBrandon Millman2018-11-151-2/+4
* fix(instant): fix tabbing into erc20 token selectorBrandon Millman2018-11-151-0/+1
* feat: allow panel children to fill entire content / remove title from panel c...fragosti2018-11-091-1/+6
* fix: token selector scrolling container heightfragosti2018-11-091-2/+2
* Merge branch 'development' of https://github.com/0xProject/0x-monorepo into f...fragosti2018-11-081-1/+1
|\
| * Merge branch 'development' into feature/instant/mobile-full-bleedSteve Klebanoff2018-11-071-1/+5
| |\
| * | Fix mobile view of selecting assetsSteve Klebanoff2018-11-071-1/+1
* | | feat: add MetaMask sign, refactor Circlefragosti2018-11-081-1/+1
* | | feat: create PaymentMethodDropdownfragosti2018-11-081-1/+1
* | | fix: height of token selector overflow divfragosti2018-11-081-1/+1
| |/ |/|
* | chore(instant): import UI components directlySteve Klebanoff2018-11-061-1/+5
|/
* chore: prettier and linterfragosti2018-11-021-1/+0
* feat: add basic token search functionalityfragosti2018-11-021-11/+48
* feat: implement search bar UIfragosti2018-11-021-2/+4
* feat: add name param to all ERC20AssetMetaDatafragosti2018-11-021-0/+4
* feat: implement basic token selection UIfragosti2018-11-021-4/+33
* feat: add states to the erc20 input for no assets or only 1 assetfragosti2018-11-021-1/+3
* feat: implement basic erc20 token selectorfragosti2018-11-011-0/+34