aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/dropdowns
Commit message (Collapse)AuthorAgeFilesLines
* Fixed lint errorsSantiago Gonzalez Toral2018-10-101-11/+11
|
* Added account options on home screenSantiago Gonzalez Toral2018-10-101-0/+109
|
* Remove "Copy Contract Address" from token optionsWhymarrh Whitby2018-10-041-9/+0
|
* support editable customRPC (#5267)HackyMiner2018-09-291-0/+10
| | | | | | * support editable customRPC #5246 * remove rpcList size restriction
* Some Ui teststmashuang2018-09-254-0/+246
|
* Adds sidebar component and refactors slide in wallet view sidebar to use it.Dan Miller2018-08-291-1/+1
|
* updated docs, small improvement of recent RPC renderingEvgeniy Filatov2018-08-231-2/+3
|
* backported RPC improvements to olduiEvgeniy Filatov2018-08-231-2/+1
|
* implemented improvements to RPC historyEvgeniy Filatov2018-08-231-4/+6
|
* Update Font in Account SelectorAlexander Tseung2018-08-042-4/+0
|
* Remove send_ directory, revert to just having sendDan2018-07-161-1/+1
| | | | | | Revert accidentally changed constants. Require defaults in ens-input, gas-fee-display and confirm screens.
* Refactor and redesign confirm transaction viewsAlexander Tseung2018-07-071-0/+3
|
* eslint --fix .brunobar792018-07-031-3/+3
|
* View address of an added token (#4591)Csaba S2018-06-191-17/+36
| | | | | | * adding menu actions for tokens * apply common style
* Delete dead send code.Dan2018-05-011-1/+1
|
* Fix custom RPC not redirecting to Settings pageAlexander Tseung2018-04-191-6/+8
|
* Show checksummed addresses throughout the UIbitpshr2018-04-181-3/+2
|
* network - use providerType for localhostkumavis2018-03-311-4/+4
|
* Removes t from props via metamask-connect and instead places it on context ↵Dan2018-03-293-26/+43
| | | | via a provider.
* Lint fixesDan2018-03-221-1/+1
|
* i18n redux solution doesn't require importing t() and passing state to each ↵Dan2018-03-223-26/+23
| | | | t() call; t is just available on props.
* Lint fixes.Dan2018-03-201-0/+1
|
* Merge branch 'master' into i18n-translator-reduxDan2018-03-203-64/+0
|\
| * Remove unused files from ui folder. (#3577)anticlimactic2018-03-193-64/+0
| | | | | | | | | | | | * Removed unused UI files. Fixes #3434. * Reverted the deletion of "feature-toggle-utils.js". Reverted the deletion of the test files and modified the paths so they referred to the old-ui.
* | Handle i18n with redux.Dan2018-03-163-29/+29
| |
* | i18n - load locales manuallykumavis2018-03-153-3/+6
|/
* Merge branch 'master' into i18nThomas Huang2018-03-121-4/+4
|\
| * Update network colours for better accessibility. (#3469)Dan J Miller2018-03-081-4/+4
| |
* | Merge branch 'master' into i18nDan Finlay2018-03-071-16/+0
|\|
| * Merge branch 'master' into ImportAccountMessageV2Thomas Huang2018-03-032-14/+28
| |\
| * | Remove committed out merge codeThomas2018-02-281-16/+0
| | |
| * | Change Loose label to ImportedThomas2018-02-281-1/+1
| | |
* | | Merge branch 'master' into i18nDan2018-03-074-17/+31
|\ \ \ | | |/ | |/|
| * | Fix network menu for custom URLs (#3366)Alexander Tseung2018-03-021-13/+27
| | |
| * | Define event locally in onClickOutside method in account-dropdowns.jsDan2018-03-011-1/+1
| |/
| * Remove accessing PropTypes from main React packageAlexander Tseung2018-02-073-3/+3
| |
* | complete i18n across new UINick Doiron2018-01-301-4/+4
| |
* | separate out cross-browser i18n for extensionsNick Doiron2018-01-253-0/+3
| |
* | better organization of locale file; i18n in more view filesNick Doiron2018-01-241-1/+1
| |
* | first steps to i18nNick Doiron2018-01-233-24/+23
|/
* New add account page with create and import options.Dan2018-01-131-6/+4
|
* Update font weights to 300, remove animation from network dropdown, fix ↵Alexander Tseung2017-12-021-11/+16
| | | | network dropdown not closing from certain click-areas
* Network loading does not block network loading.Dan2017-11-102-2/+3
|
* More lint fixesDan2017-11-022-8/+8
|
* Lint fixes for NewUI-flat.Dan2017-11-026-6/+20
|
* Signature RequestDan2017-10-261-0/+78
|
* Merge branch 'master' into NewUI-flatChi Kei Chan2017-10-251-0/+4
|
* Update settings screen to new UIAlexander Tseung2017-10-231-0/+91
|
* Fix network dropdown stylesChi Kei Chan2017-10-201-1/+1
|
* Network dropdown updateChi Kei Chan2017-10-181-1/+2
|
* New Account modalChi Kei Chan2017-10-181-2/+2
|
* wipChi Kei Chan2017-10-181-1/+8
|
* Fix Import Account link not hiding sidebarAlexander Tseung2017-10-161-2/+7
|
* Fix Localhost 8545 option in network dropdown (#2357)Alexander Tseung2017-10-141-1/+1
|
* Adding Account Dropdown V2Chi Kei Chan2017-10-131-0/+44
|
* Various styling fixesChi Kei Chan2017-10-131-1/+1
|
* Enables remove token and ensures add/remove update the list without need for ↵Dan2017-10-041-0/+1
| | | | refresh.
* Hide token confirmation modal uiDan2017-10-031-3/+15
|
* Token menu ui.Dan2017-10-021-0/+38
|
* Close mobile sidebar when selecting 'Add token' from account options dropdown.Dan2017-09-291-0/+2
|
* Use font-awesome icons for create and import account.Dan2017-09-281-9/+5
|
* Makes styling fixes to account dropdown.Dan2017-09-281-7/+10
|
* Exports private key modal opens from dropdown.Dan2017-09-241-4/+4
|
* Fix Merge Problems; update yarn lockChi Kei Chan2017-09-191-1/+7
|
* Merge branch 'master' into nmChi Kei Chan2017-09-191-2/+35
|
* Ensures that new accounts are only created from the modal, and not when ↵Dan2017-09-161-4/+1
| | | | clicking 'Create New Account'
* Cleaner css for circle icon.Dan2017-09-122-17/+9
|
* Replace checkmark with font-awesome equivalent.Dan2017-09-121-6/+6
|
* Adds title, divider and descriptive text to network dropdown.Dan2017-09-121-0/+11
|
* Highlighted circle icons for the network menu.Dan2017-09-122-6/+61
|
* Style send token screenChi Kei Chan2017-09-112-8/+9
|
* Fix header style; Address commentsChi Kei Chan2017-09-054-38/+34
|
* Fix merge conflictChi Kei Chan2017-09-051-6/+0
|
* Fix menu styleJacky Chan2017-09-053-37/+86
|
* Lint fixesDan2017-08-315-22/+23
|
* Hook up showAddToken to dropdown menu item in account options dropdownsdtsui2017-08-231-1/+4
|
* Hook up actions to EditAccountNameModalsdtsui2017-08-211-2/+8
|
* Implement new dropdown design, integrate account balancessdtsui2017-08-211-24/+60
|
* Hook up edit account name modalsdtsui2017-08-211-26/+42
|
* Remove old design - 'Show QR Code' dropdown menu item from account selection ↵sdtsui2017-08-211-16/+0
| | | | dropdown
* Hook up template for New Account Modalsdtsui2017-08-211-1/+11
|
* Enhance global modal to handle Buy, Edit, and Details Modalssdtsui2017-08-211-1/+4
|
* Add 'Account Details' dropdown menu item to account options dropdownsdtsui2017-08-211-0/+14
|
* Add 'Add Token' dropdown menu item to account options dropdownsdtsui2017-08-211-0/+15
|
* Merge remote-tracking branch 'mm/master' into NewUI-flatsdtsui2017-08-141-1/+10
|
* Lint and cleanup all scsssdtsui2017-08-141-2/+2
|
* Center account selection dropdown and specify useCssTransition propsdtsui2017-08-141-5/+6
|
* Reconfigure AccoutSelector dropdown to use new fa-caret-down instead of old iconsdtsui2017-08-141-1/+3
|
* Extract dropdown component into components/dropdowns, hook up to appsdtsui2017-08-145-8/+479
|
* Remove unused code - network dropdown components in appsdtsui2017-08-141-10/+2
|
* [WIP] Extract network dropdown into own componentsdtsui2017-08-142-28/+45
|
* [WIP] Extract network dropdown out of main app render functionsdtsui2017-08-142-0/+275