aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/page-container
Commit message (Collapse)AuthorAgeFilesLines
* Folder restructure (#6304)Chi Kei Chan2019-03-2211-686/+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/+6
| | | | | | | | | | | | | | | | | | | | * 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
* Fix styling of send screen in extension view when hex data on.Dan Miller2018-12-041-5/+2
|
* Final gas customization fixesDan Miller2018-12-041-1/+1
|
* Make gas customization modal responsive.Dan Miller2018-12-041-1/+5
|
* Adds speed up slide-in gas customization sidebarDan Miller2018-12-041-10/+12
|
* Adds not yet functional gas price chart.Dan Miller2018-12-041-1/+1
|
* Adds redesign for the customize gas advanced tab.Dan Miller2018-12-043-7/+18
|
* Integrate gas buttons with the send screen.Dan Miller2018-12-041-1/+2
|
* EIP-1102: updated implementationbitpshr2018-11-061-0/+1
|
* Switch page-container__footer-* for header and footer tagsWhymarrh Whitby2018-10-023-27/+27
|
* Have PageContainerFooter take children nodeWhymarrh Whitby2018-10-023-21/+64
|
* Some Ui teststmashuang2018-09-252-0/+151
|
* Prevent loading screen from overlaying the app barWhymarrh Whitby2018-09-201-0/+2
| | | | | | | | Refs #4417 This change is functional copy of 3893469 that solves the problem in a way that doesn't depend on the height of the app bar since the app bar isn't a fixed height in the smaller views.
* Fix code readability, use PureComponent over ComponentAlexander Tseung2018-08-232-31/+16
|
* Add tabs support for PageContainerAlexander Tseung2018-08-233-23/+102
|
* Refactor and redesign confirm transaction viewsAlexander Tseung2018-07-075-51/+216
|
* Merge branch 'develop' into i3725-refactor-send-component-Dan2018-06-011-1/+1
|
* Fix order of button text in page-container-footer.Dan2018-05-251-2/+2
|
* Fix Button component path in page-container footer.Dan2018-05-151-1/+1
|
* Merge branch 'develop' into i3725-refactor-send-component-Dan2018-05-141-6/+11
|
* Merge branch 'i3725-refactor-send-component-' into ↵Dan2018-05-012-0/+53
|\ | | | | | | i3725-refactor-send-component-2
| * Lint fixes and alphabetization for i3725-refactor-send-componentDan2018-04-274-5/+4
| |
| * Core of the refactor completeDan2018-04-271-0/+1
| |
* | Refactor page-container component structureAlexander Tseung2018-04-1111-66/+135
|/
* first commitDan2018-04-077-0/+112