vega-frontend-monorepo/libs/wallet/src
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
..
connect-dialog test: tidy up test (#670) 2022-06-29 16:45:03 +01:00
connectors Chore/657 refactor wallet and orders libs (#709) 2022-07-13 15:23:46 +01:00
manage-dialog chore: show full vega wallet key for large screen (#854) 2022-07-26 11:57:07 +01:00
vega-transaction-dialog Fix/Order dialog state (#850) 2022-07-26 14:35:30 +01:00
context.ts Chore/657 refactor wallet and orders libs (#709) 2022-07-13 15:23:46 +01:00
index.ts Chore/657 refactor wallet and orders libs (#709) 2022-07-13 15:23:46 +01:00
provider.spec.tsx Feat/621 a11y storybook add on (#705) 2022-07-07 12:01:03 +01:00
provider.tsx Chore/657 refactor wallet and orders libs (#709) 2022-07-13 15:23:46 +01:00
rest-connector-form.tsx Feat/621 a11y storybook add on (#705) 2022-07-07 12:01:03 +01:00
setup-tests.ts Feat/83 switching vega key (#156) 2022-03-31 10:16:30 -07:00
storage-keys.ts Feature/38 data grid component (#77) 2022-03-14 14:18:11 +01:00
use-eager-connect.ts Feat/471 cancel order (#610) 2022-06-29 10:03:20 +01:00
use-vega-transaction.spec.tsx Fix/Order dialog state (#850) 2022-07-26 14:35:30 +01:00
use-vega-transaction.tsx Fix/Order dialog state (#850) 2022-07-26 14:35:30 +01:00
use-vega-wallet.ts Feat/471 cancel order (#610) 2022-06-29 10:03:20 +01:00
wallet-types.ts Fix/Order dialog state (#850) 2022-07-26 14:35:30 +01:00