Skip to content
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

Feat: Kelp points #9

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Open

Feat: Kelp points #9

wants to merge 11 commits into from

Conversation

NandyBa
Copy link

@NandyBa NandyBa commented Feb 5, 2025

General Changes

Create and add to rsETH Kernel points tooltip on supply side

Developer Notes

Add any notes here that may be helpful for reviewers.


Reviewer Checklist

Please ensure you, as the reviewer(s), have gone through this checklist to ensure that the code changes are ready to ship safely and to help mitigate any downstream issues that may occur.

  • End-to-end tests are passing without any errors
  • Code changes do not significantly increase the application bundle size
  • If there are new 3rd-party packages, they do not introduce potential security threats
  • If there are new environment variables being added, they have been added to the .env.example file as well as the pertinant .github/actions/* files
  • There are no CI changes, or they have been approved by the DevOps and Engineering team(s)

Copy link

vercel bot commented Feb 5, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
aave-interface ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 19, 2025 4:08pm

@@ -1,6 +1,7 @@
import { Tooltip, Typography } from '@mui/material';
import { ReactNode } from 'react';
import { BorrowDisabledToolTip } from 'src/components/infoTooltips/BorrowDisabledToolTip';

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also (for now I don't know why), but the tooltip is display next to the token name instead of next to the APYs
(See on this USDS example)

Capture d’écran 2025-02-13 à 16 00 01

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants