aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/css/itcss/components/index.scss
Commit message (Collapse)AuthorAgeFilesLines
* Address book send plus contact list (#6914)Dan J Miller2019-08-011-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Style Send Header * Move Send to-row to send view and restyle * Add "Recents" group to select recipient view * Rename SendToRow to AddRecipient * Basic UI and Layout * New ENSInput component * wip - fuzzy search for input * small refactor * Add Dialog * contact list initial * initial error on invalid address * clean up edit * Click to open modal * Create AddToAddressBookModal component * Modal styling and layout * modal i18n * Add to Addressbook * ens wip * ens wip * ENS Resolution * Reset input * Send to explicit address * Happy Path Complete * Add back error checking * Reset send-to when emptying input * Add back warning object * Fix linter * Fix unit test #1 - fix import paths * Remove dead tests * One more to go * Fix all unit tests * add unit test for reducers and actions * test rendering AddRecipient * Add tests for dialog boxes in AddRecipient * Add test for validating * Fix linter * Fix e2e tests * Token send e2e fix * Style View Contact * Style edit-contact * Fix e2e * Fix from-import-beta-ui e2e spec * Make section header say "add recipient” by default * Auto-focus add recipient input * Update placeholder text * Update input title font size * Auto advance to next step if user paste a valid address * Ellipsify address when recipient is selected * Fix app header background color on desktop * Give each form row a margin of 16px * Use .container/.component naming pattern for ens-input * Auto-focus on input when add to addressbook modal is opened; Save on Enter * Fix and add unit test * Fix selectors name in e2e tests * Correct e2e test token amount for address-book-send changes * Adds e2e test for editing a transaction * Delete test/integration/lib/send-new-ui.js * Add tests for amount max button and high value error on send screen to test/e2e/metamask-ui.spec.js * lint and revert to address as object keys * add chainId based on current network to address book entry * fix test * only display contacts for the current network * Improve ENS message when not found on current network * Add error to indicate when network does not support ENS * bump gaba * address book, resolve comments * Move contact-list to its own component * De-duplicate getaddressbook selector and refactor name selection logic in contact-list-tab/ * Use contact-list component in contact-list-tab.component (i.e. in settings) * Improve/fix settings headers for popup and browser views * Lint fixes related to address book updates * Add 'My accounts' page to settings address book * Update add new contact button in settings to match floating circular design * Improve styles of view contact page * Improve styles and labels of the add-contact.component * Further lint fixes related to address book updates * Update unit tests as per address book updates * Ensure that contact list groups are sorted alphabetically * Refactor settings component to use a container for connection to redux; allow display of addressbook name in settings header * Decouple ens-input.component from send context * Add ens resolution to add contact screen in settings * Switching networks when an ens address is shown on send form removes the ens address. * Resolve send screen search for ensAddress to matching address book entry if it exists * Show resolved ens icon and address if exists (settings: add-contact.component) * Make the displayed and copied address in view-contact.component the checksummed address * Default alias state prop in AddToAddressBookModal to empty string * Use keyCode to detect enter key in AddToAddressBookModal * Ensure add-contact component properly updates after QR code detection * Fix display of all recents after clicking 'Load More' in contact list * Fix send screen contact searching after network switching * Code cleanup related to address book changes * Update unit tests for address book changes * Update ENS name not found on network message * Add ens registration error message * Cancel on edit mode takes user back to view screen * Adds support for memo to settings contact list view and edit screens * Modify designs of edit and view contact in popup environment * Update settings content list UX to show split columns in fullscreen and proper internal navigation * Correct background address book API usages in UI
* Remove `AccountDropdownMini` component (#6906)Mark Stacey2019-07-251-2/+0
| | | | | | | | The `AccountDropdownMini` component featured the ability to switch accounts using a dropdown, but this functionality was disabled in #6024. It has been acting as a restyled `AccountListItem` since then. The component has been removed, and the style changes moved to the sole parent component (`RequestSignature`).
* 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