aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/modals
Commit message (Collapse)AuthorAgeFilesLines
* Add missing opening parens to pag-container__subtitleThomas2018-03-141-1/+1
|
* Merge branch 'master' into i18nThomas Huang2018-03-142-54/+65
|\
| * Update deposit ether styling (#3510)Alexander Tseung2018-03-132-53/+68
| |
* | Merge branch 'master' into i18nDan2018-03-074-7/+105
|\|
| * Shapeshift form handles market info unavailable errors.Dan2018-03-072-1/+16
| |
| * Add reset account button to new UI.Dan2018-02-093-6/+89
| |
* | complete i18n across new UINick Doiron2018-01-305-11/+13
| |
* | separate out cross-browser i18n for extensionsNick Doiron2018-01-259-0/+9
| |
* | better organization of locale file; i18n in more view filesNick Doiron2018-01-249-53/+45
|/
* Fix rendering QR code in old UI, hide unnecessary back buttonAlexander Tseung2018-01-171-1/+3
|
* Fix Hide Token modal styling, popup positioningAlexander Tseung2018-01-161-2/+2
|
* Merge branch 'uat' into cb-388Chi Kei Chan2018-01-133-1/+215
|\
| * [NewUI-flat] New deposit ether modal UI. (#2642)Dan J Miller2018-01-133-1/+215
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * New deposit ether modal. * New deposit modal full screen on mobile, and other style fixes. * Hide shapeshift option from deposit modal for now. * Add shapeshift form to new deposit modal. * Store recipient address for shapeshift tx in background. * Use Simpledropdown to achieve desired styling in coin selector. * Lint fix * Fix typos and remove dead code. * Remove storage of shapeshift receiving address from background. * Fix typos
* | Update styling for buttons, font weightsAlexander Tseung2018-01-122-5/+9
|/
* Show user notifications after switch between UIsDan2017-12-052-0/+88
|
* Improve variable name.Dan2017-11-141-2/+2
|
* Deposit button shows link to faucet on testnet networks.Dan2017-11-141-15/+23
|
* darker backdrop style for modalcjeria2017-11-101-1/+1
|
* More lint fixesDan2017-11-022-2/+2
|
* Lint fixes for NewUI-flat.Dan2017-11-022-2/+1
|
* Provide default new account nameAlexander Tseung2017-10-271-63/+78
|
* Allow editing account name in account details modalAlexander Tseung2017-10-261-8/+13
|
* Fix Import an Account link not working in Create Account modalAlexander Tseung2017-10-261-6/+10
|
* Fix gas input styling on mobile viewChi Kei Chan2017-10-251-4/+3
|
* Change download to show in Export Private Key ModalChi Kei Chan2017-10-251-2/+2
|
* Fix styling in private key modalChi Kei Chan2017-10-241-1/+0
|
* Change all "Buy" to "Deposit"Alexander Tseung2017-10-231-2/+2
|
* Fix click to copy for private key not working (#2360)Alexander Tseung2017-10-141-3/+5
|
* [NewUI] SendV2-#8: Send container handles tokens; gas info dynamic from ↵Dan J Miller2017-10-141-0/+26
| | | | | | | | | | | | | | | | | | 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.
* Edit account modal shows and allows editing of name from props, not just ↵Dan2017-10-091-2/+3
| | | | placeholder.
* Enables remove token and ensures add/remove update the list without need for ↵Dan2017-10-041-4/+12
| | | | refresh.
* Hide token confirmation modal uiDan2017-10-032-0/+81
|
* Shapeshift deposit tx modal.Dan2017-10-023-1/+53
|
* Hide ShapeShift and Fix Modal StylingsChi Kei Chan2017-09-292-13/+52
|
* Keep privateKey out of state and clear it after closing export private key ↵Dan2017-09-281-7/+14
| | | | modal.
* Adds a back button to export private key modal; connects account details to ↵Dan2017-09-283-5/+41
| | | | same modal.
* Connect export key modal to state and enable actions.Dan2017-09-271-13/+72
|
* Export private key modal body ui.Dan2017-09-261-0/+22
|
* Exports private key modal opens from dropdown.Dan2017-09-242-15/+68
|
* get identities from getState() instead of passing from caller, only set new ↵Dan2017-09-231-6/+6
| | | | account label if label set.
* New account modal now allows for addition of account name.Dan2017-09-231-4/+16
|
* Open account details modal on buy -> direct deposit.Dan2017-09-231-1/+11
|
* Abstract account modal.Dan2017-09-222-35/+65
|
* Buy Modal StylingChi Kei Chan2017-09-201-3/+4
|
* Ensures that new accounts are only created from the modal, and not when ↵Dan2017-09-161-1/+7
| | | | clicking 'Create New Account'
* Style send token screenChi Kei Chan2017-09-112-22/+17
|
* New account modal top right close button working.Dan2017-09-091-1/+3
|
* Tweak styles in new-account-modal.Dan2017-09-091-2/+2
|
* Close button in account-details-modal working.Dan2017-09-081-1/+3
|
* Touch up style of account-details-modal.Dan2017-09-081-0/+2
|
* Lint fixesDan2017-08-316-18/+18
|
* Patch 3 new account modal (#1962)Dan J Miller2017-08-252-13/+16
| | | | | | | | | | | | * 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.
* Patch 2 account details modal (#1957)Dan J Miller2017-08-252-12/+7
| | | | | | * Account details modal styling changes. * Tweaking styles.
* Hook up send screen action to Send Button in TxViewsdtsui2017-08-221-1/+1
|
* Hook up identicon and buttons to AccountDetailsModal, clean up colorssdtsui2017-08-223-24/+27
|
* Integrate old QR component with new modal layoutsdtsui2017-08-221-11/+15
|
* [WIP] Render a QR code in AccountDetailsModalsdtsui2017-08-221-3/+5
|
* [WIP] Aggregate data for QRViewsdtsui2017-08-221-2/+13
|
* Add wrapper CSS for NewAccountModalsdtsui2017-08-211-39/+29
|
* Add wrapper CSS for AccountDetailsModalsdtsui2017-08-212-32/+36
|
* Hook up hideModal action to close icon in EditAccountNameModalsdtsui2017-08-211-1/+5
|
* Hook up actions to EditAccountNameModalsdtsui2017-08-214-87/+82
|
* Enhance global modal to accept styles from different componentssdtsui2017-08-211-45/+62
|
* Implement new dropdown design, integrate account balancessdtsui2017-08-211-2/+2
|
* Hook up template for New Account Modalsdtsui2017-08-212-0/+84
|
* Enhance global modal to handle Buy, Edit, and Details Modalssdtsui2017-08-216-50/+244
|
* Extend modal implementation and state management to accomodate multiple ↵sdtsui2017-08-211-2/+14
| | | | modal types
* [WiP] Add comments for multiple modalssdtsui2017-08-151-0/+20
|
* [WIP] Extract network dropdown out of main app render functionsdtsui2017-08-141-6/+2
|
* Move global modals into own pod, inside components/modalssdtsui2017-08-143-0/+136