vega-frontend-monorepo/libs/ui-toolkit/src
Matthew Russell 3077a634d1
fix(#1691,#2040): deal ticket validation (#2045)
* feat: update validation for size and price so they are reported simultaneously

* feat: adjust styles so error messages for price/size are rendered on one line

* fix: missing key in map error

* feat: split validation out on a field by field basis

* refactor: remove unnecessary price setting and just use props to calc market price

* refactor: rename setOrder func and add a comment

* chore: add type for form fields to allow for summary field

* fix: layout of market order size and price

* fix: casing of size/price in validation message

* refactor: fix type errors for summary react nodes and for tif and type validation

* feat: break out functions for testing market.state and market.tradingmode on submit

* fix: deal ticket test for last price value

* chore: remove unused files and move hooks and utils to correct dirs

* chore: tidy up constants

* fix: const before enum invalid syntax

* feat: dont block submission if not enough margin but do if zero balance

* chore: remove duplicated margin warning message

* feat: dont allow margin warning and error message to render at the same time

* feat: make trading mode check just a warning rather than error message

* test: make markets active so they are tradable, renaming describe blocks for clarity

* test: adjust test ids and disabled state and fix tests

* test: include AC codes in tests

* chore: remove click of in test as form is already dirty

* fix: lint errors, only show margin warning if you have balance

* chore: add ts ignore

* chore: re add use-order-validation hook for console-lite specifically

* chore: update use-order-validation test after consumed margin check hook changed

* fix: circular deps issue in console-lite

* chore: update use order validation hook to use Schema rather than direct import
2022-11-15 16:00:14 -08:00
..
components fix(#1691,#2040): deal ticket validation (#2045) 2022-11-15 16:00:14 -08:00
primitives feat(#927) design update (#1201) 2022-08-30 21:35:46 -07:00
utils Chore/design updates (#1305) 2022-09-12 14:05:39 +01:00
index.ts Feat/258 move key value table into monorepo (#320) 2022-04-29 16:27:20 +03:00
setup-tests.ts Feat/83 switching vega key (#156) 2022-03-31 10:16:30 -07:00
styles.css feat: toast component (1677) (#1998) 2022-11-15 15:26:13 +01:00