Commit Graph

17 Commits

Author SHA1 Message Date
madalinaraicu
0ddbcbd125 fix: order sizes must be whole numbers for this market and input warning size 20 2022-07-15 15:00:25 +02:00
madalinaraicu
94a63957cd fix: order sizes must be whole numbers for this market and input warning size 20 2022-07-15 14:59:34 +02:00
madalinaraicu
7387a1a555 fix: fix warning messages based on feedback 2022-07-15 11:15:27 +02:00
madalinaraicu
99696238f2 Merge branch 'fix/603-656-609-filter-rejected-markets-order-when-suspended-remove-trading-continuous' of github.com:vegaprotocol/frontend-monorepo into fix/603-656-609-filter-rejected-markets-order-when-suspended-remove-trading-continuous 2022-07-15 06:46:04 +03:00
madalinaraicu
c0e9033949 Merge branch 'fix/603-656-609-filter-rejected-markets-order-when-suspended-remove-trading-continuous' of github.com:vegaprotocol/frontend-monorepo into fix/603-656-609-filter-rejected-markets-order-when-suspended-remove-trading-continuous 2022-07-15 06:41:32 +03:00
m.ray
32abb8daad
Update libs/orders/src/lib/order-hooks/use-order-validation.spec.tsx
Co-authored-by: candida-d <62548908+candida-d@users.noreply.github.com>
2022-07-15 04:38:30 +01:00
m.ray
c5db25e273
Update libs/orders/src/lib/order-hooks/use-order-validation.tsx
Co-authored-by: candida-d <62548908+candida-d@users.noreply.github.com>
2022-07-15 04:33:42 +01:00
m.ray
cfe7cd740f
Update libs/orders/src/lib/order-hooks/use-order-validation.tsx
Co-authored-by: candida-d <62548908+candida-d@users.noreply.github.com>
2022-07-15 04:33:29 +01:00
m.ray
5b70a47800
Update libs/orders/src/lib/order-hooks/use-order-validation.tsx
Co-authored-by: candida-d <62548908+candida-d@users.noreply.github.com>
2022-07-15 04:33:08 +01:00
m.ray
c8ece61438
Update libs/orders/src/lib/order-hooks/use-order-validation.tsx
Co-authored-by: candida-d <62548908+candida-d@users.noreply.github.com>
2022-07-15 04:32:50 +01:00
m.ray
129a9a3d1a
Update libs/orders/src/lib/order-hooks/use-order-validation.tsx
Co-authored-by: candida-d <62548908+candida-d@users.noreply.github.com>
2022-07-15 04:32:09 +01:00
madalinaraicu
ba2f1686b6 fix: imprt type validation props 2022-07-14 15:41:49 +03:00
madalinaraicu
1e91b7fd69 fix: add market state translations 2022-07-14 15:40:34 +03:00
madalinaraicu
f4d3d119e7 fix: tests don't need to be async 2022-07-14 15:24:59 +03:00
madalinaraicu
ca1fb12ceb fix: #656 fix use order validation tests 2022-07-14 14:19:48 +03:00
madalinaraicu
f87735a45c fix: #656 modify order validation to trade when suspended 2022-07-14 12:58:55 +03:00
m.ray
07abc2b1eb
Chore/657 refactor wallet and orders libs (#709)
* feat: 470 edit orders hook and @vegaprotocol/vegawallet-service-api-client@0.4.14

* fix: 470 add methods for dialog intent and title

* fix: #657 rename order-list lib to orders

* chore: #657 move hooks to orders lib

* chore: #657 vega tx dialog used for order cancellation and order submission

* chore: #657 use client subscribe and unsubscribe on reset, refactor vegatxdialog

* fix: #657 revert script src=./env-config.js ending

* fix: #657 format project.json

* Update project.json

* fix: #657 cancel all subs and async tasks in useffect cleanup function

* feat: #657 styling updates on vega order dialog

* fix: #657 rename set dialog open and awaiting confirmation dialog update

* fix: #657 updates on cancel order id check

* fix:  #657 fix vega tx dialog test

* fix:  #657 fix cypress trading-deal-tciket test

* fix:  #657 fix data-testid market test

* Update libs/orders/README.md

Co-authored-by: Dexter Edwards <dexter.edwards93@gmail.com>

* Update libs/wallet/src/vega-order-transaction-dialog/vega-order-transaction-dialog.tsx

Co-authored-by: Dexter Edwards <dexter.edwards93@gmail.com>

* Update libs/wallet/src/vega-transaction-dialog/vega-transaction-dialog.tsx

Co-authored-by: Dexter Edwards <dexter.edwards93@gmail.com>

* Update libs/wallet/src/vega-order-transaction-dialog/vega-order-transaction-dialog.tsx

Co-authored-by: Dexter Edwards <dexter.edwards93@gmail.com>

* Update libs/wallet/src/vega-order-transaction-dialog/vega-order-transaction-dialog.tsx

Co-authored-by: Dexter Edwards <dexter.edwards93@gmail.com>

* fix: #657 remove the magic string and use the ordertype enum from types package

* fix: #657 guarantee that order.id is present at this point or we need to determine the id of the order

* fix: #657 fix translation in dialog

* fix: #657 rename wallet types, delete ticket query, set finalized order null in submit

* fix: #657 fix deal ticket steps test

* fix: #657 remove settings.json

* fix: #657 use order submit in orders lib

* fix: #463 final modal links to block explorer

* fix: #745 long/short instead of buy/sell

* fix: #657 use only one vega tx dialog

* fix: #657 keep ref of subscription and unsubscribe

* fix:  #657 hide cancelled orders

* fix: #657 sub only when id set

* fix: WIP: trying to unsub when order updated

* fix: #745 long/short instead of buy/sell

* fix: ensure observable defined

* fix: #657 remove redundant test

* Update libs/orders/src/lib/order-hooks/use-order-submit.ts

* fix: failing test due to resizeobserver loop limit exceeded

* fix: lint

* fix: #657 fix test resize observer loop limit exceeded

Co-authored-by: Dexter Edwards <dexter.edwards93@gmail.com>
Co-authored-by: Matthew Russell <mattrussell36@gmail.com>
Co-authored-by: Joe <joe@vega.xyz>
2022-07-13 15:23:46 +01:00