vega-frontend-monorepo/libs/market-list
m.ray dbb21a4745
fix: order warning messages (#1037)
* fix: order validation updates & warning messages

* fix: add extra warning message

* fix: order list and test

* fix: text-ui on loading market data...

* fix:  when market is cancelled it can't accept orders

* fix: display rejection reason behind stopped orders

* fix: remove punctuation marks from warning/reasoning message

* fix: format order-feedback

* fix: order feedback test

* fix: do not use market state to display

* fix: format use order valid hook

* fix: add required and min price on edit and deal ticket

* fix: remove price validation on market orders as there is no price input

* fix: check format

* fix: format error labels

* fix: order validation test

* Update package.json with test:all

* Update libs/orders/src/lib/components/order-feedback/order-feedback.tsx

Co-authored-by: candida-d <62548908+candida-d@users.noreply.github.com>

* fix: add step on input

* fix: remove decimal places format on init

* fix: input type fix

* fix: order edit price with toDecimals stepper

* fix: remove set value and null check in form

* fix: use form validate on edit

* fix: try fixing test after step added

* fix: making rejection reason startcase again

Co-authored-by: candida-d <62548908+candida-d@users.noreply.github.com>
2022-08-18 13:53:24 +01:00
..
src fix: order warning messages (#1037) 2022-08-18 13:53:24 +01:00
.babelrc #29 Add market-list-table 2022-03-18 13:13:14 +01:00
.eslintrc.json colocate querys with libs 2022-03-29 15:52:51 -07:00
jest.config.js feat(#500): colors fixes (#512) 2022-06-10 16:07:44 +01:00
package.json #29 Add market-list-table 2022-03-18 13:13:14 +01:00
project.json #29 Add market-list-table 2022-03-18 13:13:14 +01:00
README.md #29 Add market-list-table 2022-03-18 13:13:14 +01:00
tsconfig.json feat(#175): ui-toolkit links (#453) 2022-05-31 17:30:02 -07:00
tsconfig.lib.json #29 Add market-list-table 2022-03-18 13:13:14 +01:00
tsconfig.spec.json feat(#500): colors fixes (#512) 2022-06-10 16:07:44 +01:00

market-list

This library was generated with Nx.

Running unit tests

Run nx test market-list to execute the unit tests via Jest.