vthomas13
|
4dcde1e216
|
Multichain Activity Screen (#19557)
* layout wip
* Icon changes, add badgewrapped icons to smart tx
* grouping by date wip
* typo fix
* group txs by date, button styling
* removing queue/history division, adding datestamp for pending tx, minor styling changes
* adding tests, updating snap
* font size fix
* e2e fixes
* Remove unnecessary tabIndex and keypress handler
* Fix typo for fontWeight
* Fix nesting warning by removing unnecessary Text
* Fix tests
* Fix import and exports
* Remove unused verbiage
* Update E2E selectors
* More E2E
* More E2Es
* More test fixes
* awaiting find instead of click
* adding regularDelayMs to flaky test
* removing delay
* increasing delay outside of wait
* adding back first-child to selector
* test fixes
* using datatestid for primary currency
* sorting date txgroups
* wip alignment for big numbers
* alignment issues fix
* lintfix
* adding tabindex, cursor pointer, updating snap
* unit test fix
* storybook additions
* snaphot update
* update snap
---------
Co-authored-by: David Walsh <davidwalsh83@gmail.com>
|
2023-07-17 13:48:15 -04:00 |
|
Albert Olivé
|
00bad7b8a8
|
[MMI] Added code fencing in transaction list (#18071)
* Added code fencing in transaction list
* Fixed import
* Fixed tests
* Fixed indentation
* Fixed code fences
* Removed custody icon in favor of svg
* Fix prettier
* lint
* Fixed prettier issue
* adds check before set state with variable _mounted
* lint
* check for address in selectedIdentity
* review fix
* lint
* updates test
* lint
* clean up
* prettier
* adds missing locale
* Added tests and improved code
* Fixed code
---------
Co-authored-by: Antonio Regadas <antonio.regadas@consensys.net>
|
2023-05-24 13:40:58 +02:00 |
|
Niranjana Binoy
|
bc19856d5d
|
Transaction-list-item-details pop up to display the correct token information on token approve item (#17422)
|
2023-02-24 14:21:55 -05:00 |
|
Danica Shen
|
c23bd4925b
|
feature: convert level 32 files to typescript (#17390)
|
2023-01-27 18:28:03 +00:00 |
|
Brad Decker
|
0d862d4032
|
upgrade jest (#15642)
|
2022-08-23 15:13:02 -05:00 |
|
Thomas Huang
|
2b1e05f086
|
Fixes tx list item test formatting, importing, and useDispatch mocking. (#12123)
|
2021-09-15 16:04:14 -07:00 |
|
Alex Donesky
|
cf569161fb
|
Fix failing transaction-list-item.component test by mocking useLayoutEffect (#12118)
|
2021-09-15 14:00:56 -05:00 |
|
Alex Donesky
|
74fa6fa187
|
Fix gas api overcalling (#12069)
* Move gasEstimation calls onto edit-gas-popover instead of transaction list item
* delete useCancelTransaction and useRetryTransaction hooks
consolidate gasFee calls into cancel button component.
* add tests
* update component name
* addressing feedback
* fix failing e2e test
* followup fix e2e tests
* change useIncrementedGasFees to accept single transaction rather than transactionGroup as argument
* remove unnecessary change to fixture
* only ever pass primary transaction to useIncrementedGasFees
* remove unnecessary optional chaining
|
2021-09-15 10:59:51 -05:00 |
|