1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/ui
Ariella Vu 5752742459
Clean ConfirmTranscationPage component (#17546)
* ConfirmTransaction: rm unused metricEvent context

* ConfirmTransaction: rm unused mapToProps props:
- unapprovedTxs
- id

* ConfirmTransaction: convert to FC

* ConfirmTransaction: use const ORIGIN_METAMASK

* ConfirmTransaction: rm mapStateToProps

* ConfirmTransaction: mv confirm-transaction ducks

* ConfirmTransaction: mv getContractMethodData duck

* ConfirmTransaction: rm container file

* ConfirmTransaction: use ORIGIN_METAMASK const

* clean: rn totalUnapprovedCount -> totalUnapproved

* clean: reorder ConfirmTransaction & alphabetize

* clean: rn validTransactionId> isValidTransactionId

* clean: rn unconfirmedTransactions > unconfirmedTxs

* ConfirmationTransaction: add tests

* ConfirmTransaction: mv const

* ConfirmTransaction: update jest mock after merge

* ConfirmTransaction: fix from merge fault

* tests: update snapshot after mock-state updates
2023-02-11 22:17:12 +07:00
..
__mocks__
components UX: Replace all fa-bell instances with Notification icon (#17524) 2023-02-10 19:33:11 -06:00
contexts
css
ducks Updated messages/strings to replace Collectibles with NFTs (#17659) 2023-02-10 21:06:58 +05:30
helpers UX: Replace all fa-bell instances with Notification icon (#17524) 2023-02-10 19:33:11 -06:00
hooks fix test of useTransactionDisplayData for different timezone (#17063) 2023-02-08 17:13:39 -06:00
pages Clean ConfirmTranscationPage component (#17546) 2023-02-11 22:17:12 +07:00
selectors Updated messages/strings to replace Collectibles with NFTs (#17659) 2023-02-10 21:06:58 +05:30
store Updated messages/strings to replace Collectibles with NFTs (#17659) 2023-02-10 21:06:58 +05:30
index.js
index.test.js