vega-frontend-monorepo/apps/trading/pages
Art 87e1f9998e
feat: transaction store and toasts (#2382)
* feat: add eth and vega transaction stores

feat: replace useStoredEthereumTransaction with useEthTransactionManager

feat: add event bus subsciption to vega transaction store

feat: handle order cancellation

feat: rename Deposit, Order and Withdraw status field to be unique

Revert "feat: rename Deposit, Order and Withdraw status field to be unique"

This reverts commit f0b314d53fb3ada6fbebaba4fd1e5af6f38beaed.

feat: split transaction update subscription

feat: handle order and deposit transaction

feat: handle withdrawal creation through transaction store

feat: handle withdraw approval

feat: handle panding withdrawls, add createdAt

feat: handle transaction toast/dialog dismissal

feat: add use vega transaction store tests

feat: add use vega transaction store tests

feat: add use vega transaction menager tests

feat: add use vega transaction menager tests

feat: add use vega transaction updater tests

feat: improve use vega transaction updater tests

feat: add use eth transaction store

feat: add use eth withdraw approvals store

feat: add use eth transaction updater tests

fixed tests

* feat: toasts

feat: toasts

feat: toasts

* feat: add use eth withdraw approval manager tests

* feat: add use eth transaction manager tests

* feat: add use eth transaction manager tests

* feat: add useEthWithdrawApprovalsManager tests

* feat: remove Web3Container react container from CreateWithdrawalDialog

* feat: remove Web3Container react container around TransactionsHandler

* feat: remove unnecessary async from PendingWithdrawalsTable

* feat: remove comments from WithdrawalFeedback

* fixed z-index issue

* cypress

Co-authored-by: Bartłomiej Głownia <bglownia@gmail.com>
2022-12-21 10:29:32 +01:00
..
_app.page.tsx feat: transaction store and toasts (#2382) 2022-12-21 10:29:32 +01:00
_document.page.tsx chore(#2412): refactor theme context (#2435) 2022-12-20 18:55:35 -08:00
_error.tsx Task/33 add sentry to trading (#189) 2022-04-04 12:45:40 -07:00
client-router.tsx feat: add not found catchall page for console (#2359) 2022-12-08 08:47:30 +00:00
dialogs-container.tsx feat: transaction store and toasts (#2382) 2022-12-21 10:29:32 +01:00
index.page.tsx chore(#1873): trading hash router (#1921) 2022-11-08 08:23:38 +01:00
styles.css chore: use trading header and tidy tailwind usage (#1313) 2022-09-13 09:19:41 +01:00
toasts-manager.tsx feat: transaction store and toasts (#2382) 2022-12-21 10:29:32 +01:00