aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/css/itcss/components/index.scss
Commit message (Collapse)AuthorAgeFilesLines
* Update buttons & colors to match design system (#6446)Chi Kei Chan2019-04-171-1/+1
| | | | | | | | | | | | | | | | * Refactoring button styles * renaming buttons * Add Link and Button styles * Update new btn styles and storybook * Fix tests * Change font weight; Update storybook * Fix linter
* Folder restructure (#6304)Chi Kei Chan2019-03-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-2/+0
| | | | | | | | | | | | | | | | | | | | * 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
* Add scrolling button to account listAlexander Tseung2019-01-041-2/+0
|
* Added account options on home screenSantiago Gonzalez Toral2018-10-101-0/+2
|
* Refactor settings page to use JSX and follow component file folder structureAlexander Tseung2018-09-201-2/+0
|
* Refactor transactions list views. Add redesign componentsAlexander Tseung2018-08-241-2/+0
|
* Update logo wordmarkAlexander Tseung2018-08-191-2/+0
|
* added new global alertbrunobar792018-07-191-0/+2
|
* Refactor and redesign confirm transaction viewsAlexander Tseung2018-07-071-2/+0
|
* Update designs for Add Token screenAlexander Tseung2018-05-201-3/+1
|
* Use new design for reveal seed screen. Persist seed words only in first time ↵Alexander Tseung2018-04-231-0/+2
| | | | flow
* Fix merge conflictsAlexander Tseung2018-03-271-0/+4
|\
| * Update Confirm Contract screen (#3597)Alexander Tseung2018-03-171-0/+1
| |
| * Add welcome screen to new-ui browser first time flow.Dan2018-03-091-0/+3
| |
* | Fix merge conflicts from uat-nextAlexander Tseung2018-02-011-0/+2
|\|
| * [NewUI] Use tooltip for copy to clipboard helper text on main screen. (#3120)Dan J Miller2018-02-011-0/+2
| | | | | | | | | | | | | | | | * Use tooltip for display of helper text in wallet views copy to clipboard feature. * Use react-tippy in wallet-view.js; center arrow tooltip throughout tooltip text change. * Remove unnecessary tabIndex attribute from wallet view address element.
* | Merge branch 'uat' of https://github.com/MetaMask/metamask-extension into cb-254Alexander Tseung2018-01-301-0/+2
|\|
| * New add account page with create and import options.Dan2018-01-131-0/+2
| |
* | Add react-router to allow use of the browser back buttonAlexander Tseung2017-12-151-0/+2
|/
* Network loading does not block network loading.Dan2017-11-101-0/+2
|
* Allow editing account name in account details modalAlexander Tseung2017-10-261-0/+2
|
* Signature RequestDan2017-10-261-0/+4
|
* Update settings screen to new UIAlexander Tseung2017-10-231-0/+5
|
* [NewUI] SendV2-#8: Send container handles tokens; gas info dynamic from ↵Dan J Miller2017-10-141-0/+3
| | | | | | | | | | | | | | | | | | state (#2364) * Adds memo field to send-v2. * Vertical align transaction with flexbox. * Customize Gas UI * Remove internal state from InputNumber and fix use in gastooltip. * Move customize-gas-modal to its own folder and minor cleanup * Create send container, get account info from state, and make currency display more reusable * Adjusts send-v2 and container for send-token. Dynamically getting suggested gas prices.
* Adding Account Dropdown V2Chi Kei Chan2017-10-131-0/+4
|
* Adds amount and gas field to sendV2.Dan2017-10-131-0/+2
|
* Add Add Token UI; Add Fuzzy search for tokensChi Kei Chan2017-09-201-0/+2
|
* [New-UI] Confirm Screen restyle and connect to state (#2042)Dan J Miller2017-09-121-0/+2
| | | | | | | | | | | | | | | | * Adds utility for converting currencies (WIP) * Implements confirm screen * Style tweaks. * Confirm screen total ammount now uses real data. * Confirm screen total ammount now uses real data. * Replace content divider with sibling css. * Replace section divider with scss.
* Implement tokens list UIChi Kei Chan2017-09-061-0/+2
|
* Fixes lint errors and adds stylelint-config-standard to package.jsonDan2017-08-311-1/+0
|
* [WIP] Tweak Send Screen Stylessdtsui2017-08-221-0/+3
|
* Implement new dropdown design, integrate account balancessdtsui2017-08-211-0/+2
|
* Lint and cleanup all scsssdtsui2017-08-141-0/+8
|
* Implement responsive wallet balancessdtsui2017-08-111-0/+4
|
* Cleanup SCSS and improve organization of color varssdtsui2017-08-111-1/+0
|
* Implement widescreen layout for tx listsdtsui2017-08-111-0/+1
|
* Implement modal content for buy flow - mobile viewsdtsui2017-08-091-0/+1
|
* Implement hero balance UI, mobilesdtsui2017-08-071-0/+1
|
* Move remaining debug, fonts, reset, and transitions into inverted trianglesdtsui2017-08-071-1/+1
|
* Organize app components scsssdtsui2017-08-071-67/+7
|
* Organize app componentssdtsui2017-08-071-1/+67
|
* Move generic button components and body styles to components and generic, ↵sdtsui2017-08-071-0/+1
| | | | respectively
* Add inverted triangle css (itcss) folder structuresdtsui2017-08-071-0/+0