vega-frontend-monorepo/apps/liquidity-provision-dashboard/src/app
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
..
components fix: parse equitylikeshare as a float not an int value (#2048) 2022-11-14 14:44:53 +00:00
lib fix(1758): data node being down (#1871) 2022-11-10 13:08:12 +00:00
routes feat(#1355): liquidity provision dashboard details (#1802) 2022-11-08 17:43:35 +00:00
app.tsx fix(1758): data node being down (#1871) 2022-11-10 13:08:12 +00:00