vega-frontend-monorepo/apps/simple-trading-app
botond bf07dac445
feat(#372): fractional orders (#486)
* feat: add positionDecimalPlaces prop to market query and regenerate types

* feat: add stepper to order amount input

* feat: convert fractions back to integers when submitting the order

* refactor: move order transformations into hooks

* fix: formatting

* fix: simplify toDecimal calculation

* fix: remove redundant function for size calculation

* fix: add new prop to e2e test mock generator

* feat: add tests for order validation

* fix: lint

* chore: add validation to the simple trading app order form

* fix: lint
2022-05-31 15:20:01 -07:00
..
src feat(#372): fractional orders (#486) 2022-05-31 15:20:01 -07:00
.babelrc Feature/vega core (#376) 2022-05-12 10:56:21 +01:00
.browserslistrc Feature/vega core (#376) 2022-05-12 10:56:21 +01:00
.env Feature/vega core (#376) 2022-05-12 10:56:21 +01:00
.env.capsule Feature/vega core (#376) 2022-05-12 10:56:21 +01:00
.env.devnet frontend-monorepo-436 Env var files 'devent' typo (#437) 2022-05-23 09:51:19 +01:00
.env.mainnet Feature/vega core (#376) 2022-05-12 10:56:21 +01:00
.env.stagnet1 Feature/vega core (#376) 2022-05-12 10:56:21 +01:00
.env.stagnet2 Feature/vega core (#376) 2022-05-12 10:56:21 +01:00
.env.testnet Feature/vega core (#376) 2022-05-12 10:56:21 +01:00
.eslintrc.json Feature/356 view a list of markets page and show additional useful information (#419) 2022-05-20 11:21:46 +02:00
jest.config.js Feature/vega core (#376) 2022-05-12 10:56:21 +01:00
postcss.config.js Feature/vega core (#376) 2022-05-12 10:56:21 +01:00
project.json Feat/427: Serve explicit environments (#433) 2022-05-23 10:56:11 +01:00
setup-tests.ts Feature/vega core (#376) 2022-05-12 10:56:21 +01:00
tailwind.config.js Feature/vega core (#376) 2022-05-12 10:56:21 +01:00
tsconfig.app.json Feature/vega core (#376) 2022-05-12 10:56:21 +01:00
tsconfig.json Feature/vega core (#376) 2022-05-12 10:56:21 +01:00
tsconfig.spec.json Feature/356 view a list of markets page and show additional useful information (#419) 2022-05-20 11:21:46 +02:00