Skip to content

feat: added tooltips on backing bar #1293

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

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

chrisarevalo11
Copy link
Collaborator

Worked on adding tooltips with information about the backing builder on the backing page. This PR is linked to the task TOK-901.

@chrisarevalo11 chrisarevalo11 requested a review from antomor August 7, 2025 03:49
@chrisarevalo11 chrisarevalo11 marked this pull request as draft August 7, 2025 03:49
Copy link

github-actions bot commented Aug 7, 2025

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

None

@chrisarevalo11 chrisarevalo11 requested a review from a team August 7, 2025 04:01
@jurajpiar jurajpiar added the collective-rewards PRs that touch CR parts label Aug 7, 2025
}

export const AllocationBarTooltip = ({ builderAddress, currentBacking }: AllocationBarTooltipProps) => {
console.log(builderAddress)
Copy link
Contributor

Choose a reason for hiding this comment

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

remove log

</span>
<div className="flex flex-col gap-1 mt-2">
<div className="flex justify-between items-center text-secondary gap-5">
<p className="text-sm">Pending</p>
Copy link
Contributor

Choose a reason for hiding this comment

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

prefer Typography imports usage instead of native components

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
collective-rewards PRs that touch CR parts
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants