Skip to content

feat(frontend): implement prominent AuditBadge on project details page#157

Merged
gabito1451 merged 1 commit intoGalactiGuild:mainfrom
WillNovus:feat/audit-badge-component
Mar 24, 2026
Merged

feat(frontend): implement prominent AuditBadge on project details page#157
gabito1451 merged 1 commit intoGalactiGuild:mainfrom
WillNovus:feat/audit-badge-component

Conversation

@WillNovus
Copy link
Copy Markdown
Contributor

@WillNovus WillNovus commented Mar 24, 2026

Closes #118


Added a reusable HoverCard component and a specialized AuditBadge to display smart contract audit status and security metrics, building trust in the decentralized protocol.

Frontend Updates

  • HoverCard (src/components/ui/HoverCard.tsx):
    • Built a generic hover-card UI utilizing Tailwind CSS and Framer Motion for smooth enter/exit micro-animations.
  • AuditBadge (src/components/AuditBadge.tsx):
    • Implemented the badge displaying mock audit metadata (security score, risk findings breakdown, conclusion).
    • Included a link to the full decentralized audit report for transparency.
  • Project Detail Page (src/app/project/[id]/page.tsx):
    • Integrated the AuditBadge prominently into the project header pill container alongside the project category and milestones tracker.

@drips-wave
Copy link
Copy Markdown

drips-wave bot commented Mar 24, 2026

@WillNovus Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@gabito1451 gabito1451 merged commit 90f6c30 into GalactiGuild:main Mar 24, 2026
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.

Smart Contract Audit Badge Component

2 participants