aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/modals/cancel-transaction
Commit message (Collapse)AuthorAgeFilesLines
* Add submitDisabled prop to Modals. Disable submit button when creating a ↵Alexander Tseung2018-12-122-1/+10
| | | | cancel transaction (#5910)
* Group transactions by nonce (#5886)Alexander Tseung2018-12-101-9/+7
|
* Adds toggle for primary currency (#5421)Alexander Tseung2018-10-172-11/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add UnitInput component * Add CurrencyInput component * Add UserPreferencedCurrencyInput component * Add UserPreferencedCurrencyDisplay component * Add updatePreferences action * Add styles for CurrencyInput, CurrencyDisplay, and UnitInput * Update SettingsTab page with Primary Currency toggle * Refactor currency displays and inputs to use UserPreferenced displays and inputs * Add TokenInput component * Add UserPreferencedTokenInput component * Use TokenInput in the send screen * Fix unit tests * Fix e2e and integration tests * Remove send/CurrencyDisplay component * Replace diamond unicode character with Eth logo. Fix typos
* Fix multiplyCurrencies. Add onClose prop for Modal component. Remove ↵Alexander Tseung2018-09-213-13/+18
| | | | hideModal from modal components.
* Add unit testsAlexander Tseung2018-09-204-9/+88
|
* Switch existing modals from using Notification to Modal. Remove Notification ↵Alexander Tseung2018-09-207-0/+195
component. Add CancelTransaction modal