Commit Graph

1173 Commits

Author SHA1 Message Date
Edd
206c6c7207
fix(explorer): check linking type when summing stake 2023-08-21 18:38:32 +01:00
Matthew Russell
611f8d7491
feat(positions): table layout changes (#4558) 2023-08-17 11:07:48 +01:00
Sam Keen
cae1fc67a4
fix(governance): validators display fixes (#4547) 2023-08-16 22:58:14 +01:00
Art
c937a9df0c
feat(proposals): upgrade in progress notification (#4509)
Co-authored-by: Matthew Russell <mattrussell36@gmail.com>
2023-08-16 15:50:38 +01:00
Maciek
9fcf286e4b
feat(trading): distinguish between product types (#4543)
Co-authored-by: Matthew Russell <mattrussell36@gmail.com>
2023-08-16 15:43:23 +01:00
m.ray
e3ed71bec4
chore(trading): use action icon buttons (#4550) 2023-08-16 15:38:19 +01:00
Matthew Russell
e4eedf5ccd
feat(trading,datagrid): datagrid improvements (#4524) 2023-08-15 12:26:13 +01:00
Joe Tsang
cd3acf8ff9
test(explorer): successor market explorer (#4544) 2023-08-14 16:17:29 +01:00
Matthew Russell
98fd79bc35
fix(trading): prevent overflow in deal ticket if market fails to load (#4535) 2023-08-11 17:03:17 +01:00
Ben
39aa27f332
chore(trading): remove iceberg side order details (#4540) 2023-08-11 16:33:34 +01:00
Maciek
5ed1befc53
fix(trading): remove redundant connect wallet button (#4538) 2023-08-11 10:34:32 +02:00
m.ray
1b311a8b36
fix(trading): order single view side (#4526) 2023-08-11 09:12:13 +01:00
Matthew Russell
70c3bc8128
chore(trading): remove floating buttons (#4512) 2023-08-10 16:02:46 +01:00
Joe Tsang
7e49836875
chore(governance): add e2e for successor market diff (#4519) 2023-08-10 15:03:23 +01:00
Maciek
069b57d4ae
feat(wallet): 4370 new connect wallet modal (#4492)
Co-authored-by: asiaznik <artur@vegaprotocol.io>
2023-08-10 13:03:53 +02:00
Sam Keen
8d31510d5e
feat(governance,markets,ui-toolkit): highlight successor market changes (#4449)
Co-authored-by: Joe <joe@vega.xyz>
2023-08-09 14:05:37 +01:00
Bartłomiej Głownia
26d5a67604
feat(trading): use custom toast content for stop order related transactions (#4476) 2023-08-09 14:47:10 +02: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
Bartłomiej Głownia
9e4ba9f275
feat(trading): merge deal ticket stores (#4494) 2023-08-09 11:54:16 +02:00
m.ray
aac0c25d09
fix(trading): positions tooltips update (#4504) 2023-08-08 13:27:17 +01:00
Art
276d1d7c7b
feat(governance): view as button (#4501) 2023-08-08 09:50:19 +02:00
m.ray
4990c5808d
fix(trading): order iceberg fills (#4502) 2023-08-07 16:07:24 +00:00
Art
cdd91c24f2
feat(markets): succession line (#4491) 2023-08-07 11:46:03 +00:00
Matthew Russell
026aa3964b
chore(trading): update pennant (#4493) 2023-08-07 11:06:49 +01:00
Matthew Russell
a70a7bcc8e
fix(trading): dont show connect wallet message in deal ticket (#4482) 2023-08-04 11:09:43 +01:00
Matthew Russell
1041864ad8
chore(trading): remove unnecessary forwarding of grid refs (#4486) 2023-08-04 11:08:28 +01:00
Matthew Russell
228236c152
chore(deal-ticket): type dropdown icon (#4468) 2023-08-03 12:15:21 +01:00
Art
cd6e906dc6
feat(trading): view as button in sidebar (#4470) 2023-08-03 12:14:35 +01:00
Matthew Russell
38edcd88c0
chore(trading): fix alignment of expire (#4477) 2023-08-03 12:00:12 +01:00
m.ray
a74cf02030
feat(trading): order details dialog (#4281) 2023-08-03 10:05:12 +00:00
Matthew Russell
65071f57d0
fix(trading,governance): eager connection for browser wallet (#4444) 2023-08-02 17:16:09 +01:00
Maciek
bb9fce4831
feat(trading): 4322 get started steps (#4440) 2023-08-02 15:34:04 +00:00
Matthew Russell
918825aca8
chore: adjust spacing and text size of long/short type selectors 2023-08-02 15:36:39 +01:00
Matthew Russell
74bf183fad
feat(trading): 3114 pane context (#4442) 2023-08-02 15:29:41 +01:00
m.ray
674baa1ee3
fix(trading): iceberg order fills (#4460) 2023-08-02 16:55:49 +03:00
Matthew Russell
d18a0c7e15
fix(trading): lp table forward ref breaking resize grid (#4447) 2023-08-02 13:59:05 +01:00
m.ray
fde49e5446
fix(trading): order stopped misleading message (#4455) 2023-08-02 11:52:07 +01:00
Bartłomiej Głownia
375d447fa8
feat(trading): add stop orders table and form (#4265)
Co-authored-by: Dariusz Majcherczyk <dariusz.majcherczyk@gmail.com>
2023-08-02 11:28:33 +01:00
Ciaran McGhie
8e6d8517cf
feat(ui-toolkit,tailwindcss-config): healthbar auction level indicator (#4406) 2023-08-01 09:44:03 +01:00
Matthew Russell
5f9ec222c1
feat(trading): navigation (#4375) 2023-07-31 17:08:55 +01:00
Radosław Szpiech
e64c464091
chore(trading): move cumulative vol testid in orderbook (#4420) 2023-07-28 11:15:40 +02:00
Maciek
54d6aaf56f
feat(trading): add market successor proposal banner (#4401) 2023-07-27 14:54:00 +00:00
Sam Keen
6a07127185
feat(governance): diff highlighter for update market proposals (#4260)
Co-authored-by: Matthew Russell <mattrussell36@gmail.com>
2023-07-27 11:26:32 +01:00
Sam Keen
45f0ba7c0e
fix(explorer): explorer validator page filtering (#4354) 2023-07-27 09:04:54 +00:00
John Walley
6f4ea68778
chore(trading): upgrade pennant to v1.10.0 (#4331)
Co-authored-by: Matthew Russell <mattrussell36@gmail.com>
2023-07-26 15:35:57 +01:00
Art
278eb01c2f
feat(governance): successor market proposal details (#4393) 2023-07-26 14:52:12 +02:00
Maciek
d28db485c5
chore(trading): market relationship - parent market in proposals list (#4339)
Co-authored-by: asiaznik <artur@vegaprotocol.io>
Co-authored-by: Edd <edd@vega.xyz>
2023-07-25 15:32:40 +00:00
Maciek
caa0076396
fix(deal-ticket): 4046 wrong margin requirement in order (#4378) 2023-07-25 14:52:32 +00:00
Sam Keen
e01fb7f9ae
feat(governance): proposal list tile and summary enhancements (#4326) 2023-07-25 11:23:25 +01:00
Joe Tsang
ffcdfb6a6a
chore(governance): add e2e test for network upgrade banner (#4361) 2023-07-25 10:48:59 +01:00