vega-frontend-monorepo/libs/wallet
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
..
src Fix/Order dialog state (#850) 2022-07-26 14:35:30 +01:00
.babelrc Feature/38 data grid component (#77) 2022-03-14 14:18:11 +01:00
.eslintrc.json Feat/471 cancel order (#610) 2022-06-29 10:03:20 +01:00
jest.config.js Feat/83 switching vega key (#156) 2022-03-31 10:16:30 -07:00
package.json Feature/38 data grid component (#77) 2022-03-14 14:18:11 +01:00
project.json Feature/38 data grid component (#77) 2022-03-14 14:18:11 +01:00
README.md Feature/38 data grid component (#77) 2022-03-14 14:18:11 +01:00
tsconfig.json feat(#175): ui-toolkit links (#453) 2022-05-31 17:30:02 -07:00
tsconfig.lib.json Feature/38 data grid component (#77) 2022-03-14 14:18:11 +01:00
tsconfig.spec.json Fixes for workflows (#291) 2022-04-22 17:51:18 -07:00

wallet

This library was generated with Nx.

Running unit tests

Run nx test wallet to execute the unit tests via Jest.