vega-frontend-monorepo/apps/liquidity-provision-dashboard
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
..
src feat: add tooltips to headers on the LP dashboard and add some new data points (#2064) 2022-11-22 15:50:49 +00:00
.babelrc feat: lp dashboard setup (#1327) 2022-09-15 08:37:02 -07:00
.browserslistrc feat: lp dashboard setup (#1327) 2022-09-15 08:37:02 -07:00
.env Chore/liquidity provisiond stagnet1 (#1743) 2022-10-17 11:12:13 +01:00
.env.capsule fix: cleanup more env things (#1383) 2022-09-18 11:15:05 +00:00
.env.devnet Chore/liquidity provisiond stagnet1 (#1743) 2022-10-17 11:12:13 +01:00
.env.mainnet Chore/liquidity provisiond stagnet1 (#1743) 2022-10-17 11:12:13 +01:00
.env.stagnet1 Chore/liquidity provisiond stagnet1 (#1743) 2022-10-17 11:12:13 +01:00
.env.stagnet3 chore: update stagnet3 urls (#2180) 2022-11-21 15:55:07 -08:00
.env.testnet Chore/liquidity provisiond stagnet1 (#1743) 2022-10-17 11:12:13 +01:00
.eslintrc.json feat: lp dashboard setup (#1327) 2022-09-15 08:37:02 -07:00
jest.config.ts feat: lp dashboard setup (#1327) 2022-09-15 08:37:02 -07:00
netlify.toml feat: lp dashboard setup (#1327) 2022-09-15 08:37:02 -07:00
postcss.config.js feat: lp dashboard setup (#1327) 2022-09-15 08:37:02 -07:00
project.json chore: add build-spec targets and execute on affected apps and libs on CI (#1745) 2022-10-25 09:41:16 +02:00
tailwind.config.js feat(#1355): liquidity provision dashboard details (#1802) 2022-11-08 17:43:35 +00:00
tsconfig.app.json feat: lp dashboard setup (#1327) 2022-09-15 08:37:02 -07:00
tsconfig.json feat: toast component (1677) (#1998) 2022-11-15 15:26:13 +01:00
tsconfig.spec.json feat: lp dashboard setup (#1327) 2022-09-15 08:37:02 -07:00