vega-frontend-monorepo/libs/web3/src/lib
Matthew Russell a5f9ed90e8
Fix/Order dialog state (#850)
* feat: remove dialog state handling from dialog and split out edit dialog

* feat: add complete state to use-vega-transaction, fix cancel dialog

* feat: add custom dialog content for order submission

* feat: handle custom title and custom intent

* feat: separate components, make order dialog wrapper more generic

* feat: remove dialog wrapper and add icon to dialog

* chore: remove other dialog wrappers and use icon and title props on main dialog

* chore: adjust default color of dialog text

* fix: tests for tx dialog and vega tx hook

* fix: order edit and cancel hook tests

* chore: add edit dialog to stories

* fix: e2e test for deal ticket

* feat: return dialog from hook

* refactor: add use-order-event hook to dedupe bus event logic

* refactor: add custom title and intent to order submit dialog

* chore: remove console logs

* fix: type error due to component being named idalog

* chore: add helper function for converting nanoseconds

* chore: remove capitalization text transform to dialog titles

* chore: remove unused import

* feat: handle titles and intents for cancel and edit

* chore: remove unused var
2022-07-26 14:35:30 +01:00
..
__generated__ feat(#495): get smart contracts addresses from network params 2022-06-07 15:08:40 -07:00
transaction-dialog Fix/Order dialog state (#850) 2022-07-26 14:35:30 +01:00
ethereum-error.ts Feat/Use callStatic to improve error messaging (#831) 2022-07-25 09:48:19 +01:00
use-bridge-contract.ts Feat/smart contracts update (#536) 2022-06-10 11:36:38 +01:00
use-ethereum-config.ts feat(#495): get smart contracts addresses from network params 2022-06-07 15:08:40 -07:00
use-ethereum-read-contract.ts Feat/104 withdraws (#263) 2022-04-26 19:51:39 -07:00
use-ethereum-transaction.spec.tsx refactor: handle Ethereum dialog state from hook (#851) 2022-07-25 14:23:20 +01:00
use-ethereum-transaction.tsx refactor: handle Ethereum dialog state from hook (#851) 2022-07-25 14:23:20 +01:00
use-token-contract.ts feat(#495): get smart contracts addresses from network params 2022-06-07 15:08:40 -07:00
use-token-decimals.ts feat(#495): get smart contracts addresses from network params 2022-06-07 15:08:40 -07:00
web3-connect-dialog.spec.tsx renaming test files (#351) 2022-05-12 13:32:14 +01:00
web3-connect-dialog.tsx feat(#447): 447 - UI toolkit and theme updates 2022-06-23 20:16:01 -07:00
web3-provider.spec.tsx renaming test files (#351) 2022-05-12 13:32:14 +01:00
web3-provider.tsx Use types from web3-react library 2022-05-02 13:16:57 -04:00
web3-wallet-input.tsx Feat/647 disconnect eth (#813) 2022-07-20 15:52:53 +01:00