vega-frontend-monorepo/apps
Ciaran McGhie b583af005b
fix: parse equitylikeshare as a float not an int value (#2048)
* fix: parse equitylikeshare as a float not an int value

We were incorrectly parsing equityLikeShare as an integer, which was
causing any value from the API not '1' to be incorrectly rounded to '0'.

This commit parses it as a float trimmed to 2 decimal places and then
converts that to a percentage value. We can increase precision in future
if necessary.

* feat: open details view in current tab

Clicking on the details view of the table currently opens each market in
a new tab. This is pretty noisy - you very quickly end up with a load
of open markets. There's a back navigation button and browser navigation
/history works fine as well - so we don't need to be using tabs here.
2022-11-14 14:44:53 +00:00
..
console-lite fix: typegen (#2046) 2022-11-14 11:37:15 +00:00
console-lite-e2e fix: use estimate order query with simple order size, no open volume check (#2038) 2022-11-11 16:23:17 +00:00
explorer feat(#1879): refactored delegations api query (#2021) 2022-11-11 13:47:29 +00:00
explorer-e2e Feat/1416 tx detail (#1953) 2022-11-07 15:36:39 +00:00
liquidity-provision-dashboard fix: parse equitylikeshare as a float not an int value (#2048) 2022-11-14 14:44:53 +00:00
liquidity-provision-dashboard-e2e Feat/lp dashboard markets (#1664) 2022-10-18 09:58:44 +02:00
multisig-signer fix(1758): data node being down (#1871) 2022-11-10 13:08:12 +00:00
static chore: update tranches 2022-11-14 12:05:57 +00:00
stats fix(1758): data node being down (#1871) 2022-11-10 13:08:12 +00:00
stats-e2e chore: change tests to use stagnet3 by default (#1760) 2022-10-17 16:11:13 +02:00
token feat(1820): Present vote progress bar as an indication of result (#2047) 2022-11-14 12:01:39 +00:00
token-e2e chore(test updates): fix withdrawal tests (#2007) 2022-11-10 09:53:30 +00:00
trading fix: typegen (#2046) 2022-11-14 11:37:15 +00:00
trading-e2e fix: deal ticket dates set to next day (#2035) 2022-11-11 14:28:55 +01:00
.gitkeep Create a Mono-repo for DeFiUI + ui toolkit using nx 2022-02-11 15:02:11 +01:00