Commit Graph

47 Commits

Author SHA1 Message Date
Chi Kei Chan 0d522139ba Fix gas input styling on mobile view 2017-10-25 01:08:14 -07:00
Chi Kei Chan 6231431894 Change download to show in Export Private Key Modal 2017-10-24 22:48:20 -07:00
Chi Kei Chan 4336794355 Fix styling in private key modal 2017-10-24 00:43:12 -07:00
Alexander Tseung bef1405a50 Change all "Buy" to "Deposit" 2017-10-22 22:59:55 -07:00
Alexander Tseung 222a203353 Fix click to copy for private key not working (#2360) 2017-10-13 13:23:10 -07:00
Dan J Miller 803eaaf968 [NewUI] SendV2-#8: Send container handles tokens; gas info dynamic from 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.
2017-10-13 13:19:22 -07:00
Dan 49aa6e73ea Edit account modal shows and allows editing of name from props, not just placeholder. 2017-10-08 17:45:59 -07:00
Dan ac4868170f Enables remove token and ensures add/remove update the list without need for refresh. 2017-10-03 15:46:01 -07:00
Dan d206f183f5 Hide token confirmation modal ui 2017-10-02 18:09:09 -07:00
Dan ff64fe98dd Shapeshift deposit tx modal. 2017-10-01 18:58:57 -07:00
Chi Kei Chan 4f106854ba Hide ShapeShift and Fix Modal Stylings 2017-09-28 16:34:42 -07:00
Dan 10345a12c2 Keep privateKey out of state and clear it after closing export private key modal. 2017-09-27 18:06:26 -07:00
Dan 01816e1b22 Adds a back button to export private key modal; connects account details to same modal. 2017-09-27 18:06:26 -07:00
Dan 7102772c3a Connect export key modal to state and enable actions. 2017-09-26 09:05:29 -07:00
Dan 2c474b0d6e Export private key modal body ui. 2017-09-25 18:29:43 -07:00
Dan 0eeba3771c Exports private key modal opens from dropdown. 2017-09-23 17:33:50 -07:00
Dan 13f22ff6b0 get identities from getState() instead of passing from caller, only set new account label if label set. 2017-09-22 14:35:51 -07:00
Dan a1d72a59fe New account modal now allows for addition of account name. 2017-09-22 14:35:51 -07:00
Dan fe37dd7ecd Open account details modal on buy -> direct deposit. 2017-09-22 12:16:31 -07:00
Dan 24fd16b1be Abstract account modal. 2017-09-21 16:45:18 -07:00
Chi Kei Chan e7f1fc4436 Buy Modal Styling 2017-09-19 18:49:35 -07:00
Dan b0f1fba2e5 Ensures that new accounts are only created from the modal, and not when clicking 'Create New Account' 2017-09-15 16:19:48 -07:00
Chi Kei Chan 663cb758b3 Style send token screen 2017-09-11 00:45:06 -07:00
Dan 5a8433b6ce New account modal top right close button working. 2017-09-08 10:56:56 -07:00
Dan ab4005cab8 Tweak styles in new-account-modal. 2017-09-08 10:56:56 -07:00
Dan 1d5a725ffb Close button in account-details-modal working. 2017-09-07 10:26:21 -07:00
Dan 61b965fe14 Touch up style of account-details-modal. 2017-09-07 10:26:21 -07:00
Dan e7b3ef0708 Lint fixes 2017-08-31 04:16:07 -07:00
Dan J Miller 4076496c8e Patch 3 new account modal (#1962)
* Account details modal styling changes.

* Tweaking styles.

* New account modal re-styling.

* Tweaks to paddings, margins, font sizes, colors and modal dimensions.

* Replace colour codes with variables.
2017-08-24 17:31:01 -07:00
Dan J Miller 744b78e9c8 Patch 2 account details modal (#1957)
* Account details modal styling changes.

* Tweaking styles.
2017-08-24 17:25:27 -07:00
sdtsui b0759ddc18 Hook up send screen action to Send Button in TxView 2017-08-21 12:53:15 -07:00
sdtsui 27b75b67b4 Hook up identicon and buttons to AccountDetailsModal, clean up colors 2017-08-21 12:26:36 -07:00
sdtsui 877faaf096 Integrate old QR component with new modal layout 2017-08-21 10:27:56 -07:00
sdtsui b836d0483d [WIP] Render a QR code in AccountDetailsModal 2017-08-21 10:06:29 -07:00
sdtsui fe5817051b [WIP] Aggregate data for QRView 2017-08-21 09:50:22 -07:00
sdtsui 86b71f014a Add wrapper CSS for NewAccountModal 2017-08-21 06:14:28 -07:00
sdtsui 35508a2898 Add wrapper CSS for AccountDetailsModal 2017-08-21 05:58:30 -07:00
sdtsui 3fa7c5dc08 Hook up hideModal action to close icon in EditAccountNameModal 2017-08-21 04:53:39 -07:00
sdtsui d82233b95c Hook up actions to EditAccountNameModal 2017-08-21 04:46:38 -07:00
sdtsui 80a2cba38e Enhance global modal to accept styles from different components 2017-08-21 03:53:01 -07:00
sdtsui 66829b7a05 Implement new dropdown design, integrate account balances 2017-08-21 03:27:11 -07:00
sdtsui 73a593b42e Hook up template for New Account Modal 2017-08-20 19:28:20 -07:00
sdtsui 71b2dd290b Enhance global modal to handle Buy, Edit, and Details Modals 2017-08-20 19:10:49 -07:00
sdtsui 4e9376ca71 Extend modal implementation and state management to accomodate multiple modal types 2017-08-20 18:32:58 -07:00
sdtsui 99be6e17ca [WiP] Add comments for multiple modals 2017-08-15 05:46:41 +02:00
sdtsui e39c600a45 [WIP] Extract network dropdown out of main app render function 2017-08-13 10:49:41 -07:00
sdtsui 25184a3901 Move global modals into own pod, inside components/modals 2017-08-13 10:24:51 -07:00