-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(tangle-dapp): Update liquid staking overview page UI #2513
Conversation
✅ Deploy Preview for tangle-dapp ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@AtelyPham, I have created a reusable table component called Check out the usage in You need to pass the following props:
const VaultsAndAssetsTable = () => {
const vaults = useVaults();
return (
<VaultsTable
vaultsData={vaults}
vaultsColumns={vaultColumns}
assetsColumns={assetsColumns}
title="Liquid Staking Vaults"
initialSorting={[{ id: 'apy', desc: true }]}
/>
);
}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LG!
Summary of changes
VaultsTable
(includesAssetsTable
within).Proposed area of change
apps/bridge-dapp
apps/hubble-stats
apps/stats-dapp
apps/tangle-dapp
apps/testnet-leaderboard
apps/faucet
apps/zk-explorer
libs/webb-ui-components
Reference issue to close (if applicable)
Screen Recording
CleanShot.2024-08-27.at.10.02.57.mp4
Screenshots