aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/button
Commit message (Collapse)AuthorAgeFilesLines
* Folder restructure (#6304)Chi Kei Chan2019-03-223-111/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove ui/app/keychains/ * Remove ui/app/img/ (unused images) * Move conversion-util to helpers/utils/ * Move token-util to helpers/utils/ * Move /helpers/*.js inside /helpers/utils/ * Move util tests inside /helpers/utils/ * Renameand move confirm-transaction/util.js to helpers/utils/ * Move higher-order-components to helpers/higher-order-components/ * Move infura-conversion.json to helpers/constants/ * Move all utility functions to helpers/utils/ * Move pages directory to top-level * Move all constants to helpers/constants/ * Move metametrics inside helpers/ * Move app and root inside pages/ * Move routes inside helpers/ * Re-organize ducks/ * Move reducers to ducks/ * Move selectors inside selectors/ * Move test out of test folder * Move action, reducer, store inside store/ * Move ui components inside ui/ * Move UI components inside ui/ * Move connected components inside components/app/ * Move i18n-helper inside helpers/ * Fix unit tests * Fix unit test * Move pages components * Rename routes component * Move reducers to ducks/index * Fix bad path in unit test
* Refactor first time flow, remove seed phrase from state (#5994)Alexander Tseung2019-01-231-0/+2
| | | | | | | | | | | | | | | | | | | | * Refactor and fix styling for first time flow. Remove seed phrase from persisted metamask state * Fix linting and tests * Fix translations, initialization notice routing * Fix drizzle tests * Fix e2e tests * Fix integration tests * Fix styling * Fix migration naming from 030 to 031 * Open extension in browser when user has not completed onboarding
* Adds basic tab content to gas customizer, with styled button group (static, ↵Dan Miller2018-12-041-1/+5
| | | | for now).
* Add raised type buttons to Button component. Refactor all buttons within app ↵Alexander Tseung2018-09-131-1/+4
| | | | to Button components
* Refactor and redesign confirm transaction viewsAlexander Tseung2018-07-071-11/+10
|
* Change btn-secondary styles to btn-default. Make btn-secondary red warning ↵Alexander Tseung2018-06-012-13/+29
| | | | style buttons
* Update designs for Add Token screenAlexander Tseung2018-05-202-10/+11
|
* Add storybook integrationAlexander Tseung2018-05-043-0/+86