Matthew Russell
78add88014
chore(trading,governance,explorer): comply with eslint type import rules ( #5257 )
2023-11-14 16:43:36 -08:00
Matthew Russell
b3014bb98a
chore(trading,governance,explorer): nx migration to latest ( #5246 )
...
Co-authored-by: Edd <edd@vega.xyz>
2023-11-14 15:25:29 +01:00
Bartłomiej Głownia
1fdf519780
feat(trading): fee discounts tweaks ( #5205 )
2023-11-07 16:15:54 +01:00
Matthew Russell
deea63fa5e
fix(trading): empty items loaded text ( #5158 )
2023-11-01 10:08:16 +00:00
Bartłomiej Głownia
c440abc77d
feat(trading): show full history of orders, fills and trades ( #5105 )
2023-10-27 14:21:26 +01:00
Ben
ac16eb06f5
chore(trading): delete fills cypress tests ( #5122 )
2023-10-25 14:02:43 +01:00
Bartłomiej Głownia
852c9bb8f4
feat(trading): display fees discounts ( #4800 )
2023-10-12 16:58:57 +02:00
Madalina Raicu
f4d46efff5
Merge branch 'main' of github.com:vegaprotocol/frontend-monorepo into chore/merge-main-pull-requests
2023-10-03 18:21:10 +01:00
Bartłomiej Głownia
60ca6c2eb6
feat(trading): show fills for all markets ( #4951 )
2023-10-03 11:00:26 +01:00
m.ray
8efadda98c
fix(trading): remove market value proxy and formatting ( #4916 )
2023-10-02 16:00:55 +01:00
Matthew Russell
ba438549bc
Merge branch 'main' into chore/update-develop-with-mainnet-fixes
2023-09-25 21:30:40 -04:00
Matthew Russell
ef4a740b91
fix(trading): allotment breaking [main] ( #4875 )
2023-09-25 17:26:06 -04:00
m.ray
290b7ae856
feat(trading): browse perpetuals [stagnet1] ( #4590 )
...
Co-authored-by: Matthew Russell <mattrussell36@gmail.com>
Co-authored-by: Bartłomiej Głownia <bglownia@gmail.com>
Co-authored-by: Joe Tsang <30622993+jtsang586@users.noreply.github.com>
Co-authored-by: Joe <joe@vega.xyz>
2023-09-20 10:11:03 +01:00
Bartłomiej Głownia
719d210219
chore(trading): remove target build from libs ( #4725 )
2023-09-08 13:43:54 -07:00
Maciek
9e5bc9c8d1
chore(trading): handle negative decimals ( #4659 )
2023-09-04 09:46:02 +02:00
Matthew Russell
e4eedf5ccd
feat(trading,datagrid): datagrid improvements ( #4524 )
2023-08-15 12:26:13 +01:00
Bartłomiej Głownia
9cc8f5a377
feat(trading): use instrument code instead of name in positions, fills and accounts breakdown tables ( #4478 )
2023-08-09 12:12:07 +02:00
Matthew Russell
5f9ec222c1
feat(trading): navigation ( #4375 )
2023-07-31 17:08:55 +01:00
Matthew Russell
c1675e4b49
feat(trading): design changes ( #4264 )
...
Co-authored-by: Art <artur@vegaprotocol.io>
Co-authored-by: Bartłomiej Głownia <bglownia@gmail.com>
Co-authored-by: Dariusz Majcherczyk <dariusz.majcherczyk@gmail.com>
2023-07-24 09:37:18 +01:00
Bartłomiej Głownia
162a934408
feat(trading): amend market red and green colors ( #4226 )
2023-07-07 14:52:38 +02:00
Art
f6fc4df1c5
chore(trading): dropdown alignments, account history default asset, transfer dialog asset selector ( #4239 )
2023-07-05 13:02:02 +02:00
Bartłomiej Głownia
6e0577aee4
chore(trading): migrate nx to latest version ( #4196 )
2023-07-04 13:01:25 +02:00
Bartłomiej Głownia
43aff8e359
chore(trading): ag-grid upgrade ( #4187 )
2023-07-01 13:02:23 +02:00
Matthew Russell
c3e39b6e15
refactor(trading): pane stores for grid state ( #4119 )
2023-06-26 17:10:22 -07:00
Bartłomiej Głownia
2353812834
fix(fills): fix mapping fill update ( #4144 )
2023-06-21 10:09:08 +01:00
Bartłomiej Głownia
2e7a6a6458
chore(trading): cleanup paginated data solution, improve performance ( #4036 )
2023-06-09 19:02:23 -07:00
m.ray
2ba0e9a1b2
chore(trading): add quantum formatting to deal ticket ( #4030 )
2023-06-07 11:49:50 +01:00
Matthew Russell
0d96c487d9
fix(trading): use ag grid to handle error,loading and no data message ( #4012 )
2023-06-06 00:08:19 -07:00
Bartłomiej Głownia
f364dabe2f
feat(trading): show positions for all connected keys ( #3858 )
2023-05-25 11:59:08 +01:00
Bartłomiej Głownia
2904975fd3
feat(trading): highlight negative oracle statuses in market lists ( #3816 )
2023-05-18 13:22:54 +02:00
Matthew Russell
8dc465c1d1
feat(trading): additional row actions for tables ( #3600 )
2023-05-17 21:05:53 -07:00
Bartłomiej Głownia
72d93bb568
feat(trading): update fills queries, fix empty fills list issue ( #3636 )
2023-05-09 08:40:06 +00:00
Matthew Russell
db75261cd5
chore(react-helpers): remove ag-grid deps ( #3628 )
2023-05-09 09:04:33 +01:00
Maciek
246577f401
feat(trading): persist table column sizes ( #3595 )
2023-05-09 08:09:53 +02:00
Matthew Russell
72821dd183
chore(utils,react-helpers,data-provider): remove apollo deps from ui-toolkit ( #3626 )
2023-05-07 18:01:07 -07:00
Bartłomiej Głownia
c37f9ebe66
feat(trading): divide order tab into open, closed, rejected and all ( #3541 )
2023-05-04 12:09:55 +02:00
daro-maj
f37a8720a2
test(trading): handle unspecified side in fills table - e2e tests ( #3594 )
2023-05-03 13:16:55 +01:00
Matthew Russell
eefcc96149
fix(datagrid): prevent unmount of aggrid on theme change ( #3588 )
2023-05-03 09:45:14 +01:00
Matthew Russell
351a20abad
feat(trading,market-list): closed markets datagrid ( #3429 )
2023-05-02 10:41:21 -07:00
m.ray
d6ecdf80fa
fix(fills): handle side_unspecified added for the aggresor ( #3550 )
2023-04-26 13:34:56 +00:00
Maciek
7c82144f37
chore(trading): add metaKey detection - clean up some unit tests ( #3337 )
2023-04-03 10:20:20 +02:00
Maciek
82e5128ba1
chore(trading): add "holding CMD + click" external link ( #3273 )
...
Co-authored-by: Matthew Russell <mattrussell36@gmail.com>
2023-03-31 15:23:44 +02:00
Maciek
a575b4c502
chore(trading): tweaks and improvements of floating bottom buttons ( #3138 )
2023-03-09 15:52:38 -08:00
Bartłomiej Głownia
6705eb4398
feat(trading): calculate required margin base on open volume, active … ( #2957 )
...
Co-authored-by: mattrussell36 <mattrussell36@users.noreply.github.com>
2023-03-09 10:03:50 +00:00
m.ray
3b3fcab4f4
fix(trading): fills table fees display ( #3071 )
2023-03-06 17:24:18 +01:00
Matthew Russell
fcb992b64e
chore(trading,explorer,governance): remove unused deps ( #3019 )
2023-02-28 22:09:58 -08:00
Matthew Russell
a796a38200
chore(datagrid,utils,react-helpers): rename token app, add utils, datagrid, i18n ( #3022 )
2023-02-28 10:56:29 -08:00
m.ray
cc6ea6176a
fix(accounts): show breakdown in view as user mode ( #3021 )
2023-02-28 17:21:57 +00:00
Maciek
c29087cc96
chore(trading): filtering and sorting for ledger entries ( #2944 )
...
Co-authored-by: Matthew Russell <mattrussell36@gmail.com>
2023-02-24 08:40:31 +01:00
Maciek
b2a115f935
chore(trading): handle timeout and offline errors ( #2918 )
2023-02-16 17:30:32 +01:00