vega-frontend-monorepo/apps/liquidity-provision-dashboard/src
Ciaran McGhie ce62342d9a
feat: add tooltips to headers on the LP dashboard and add some new data points (#2064)
* feat: add tooltips to headers on the details view

* feat: add header tooltips to liqudity dashboard markets page

* feat: add fee level and target stake to market summary list

These two data points are already in our health bar, but we want to call
them out more visibly so you don't have to hover to see them.

* feat: add % Target stake column to market list page

Adds a column which calculates what percentage of the target stake is
currently being supplied. We _trim_ this number to the whole percentage
value, so some precision may be lost, which we can add later if we want.

* chore: remove the estimated return/APY column while we dont use it

We can revert this commit later if we want it to return.

* feat: wrap the status pill with a tooltip

Uses the ui-toolkit tooltip to wrap the status pill, providing a bit
more information for what the statuses mean.

* chore: wrap getTooltipDescription in t() translate fn
2022-11-22 15:50:49 +00:00
..
app feat: add tooltips to headers on the LP dashboard and add some new data points (#2064) 2022-11-22 15:50:49 +00:00
assets feat: lp dashboard setup (#1327) 2022-09-15 08:37:02 -07:00
environments feat: lp dashboard setup (#1327) 2022-09-15 08:37:02 -07:00
favicon.ico feat: lp dashboard setup (#1327) 2022-09-15 08:37:02 -07:00
index.html Feat/lp dashboard markets (#1664) 2022-10-18 09:58:44 +02:00
main.tsx fix(1758): data node being down (#1871) 2022-11-10 13:08:12 +00:00
polyfills.ts feat: lp dashboard setup (#1327) 2022-09-15 08:37:02 -07:00
styles.scss Feat/lp dashboard markets (#1664) 2022-10-18 09:58:44 +02:00