Skip to content

feat: Integrate Notifications for Demos/Quests and Fix Tech Tree Tooltip Interference#13

Merged
josegomez-dev merged 3 commits intomainfrom
barran33_dev
Nov 12, 2025
Merged

feat: Integrate Notifications for Demos/Quests and Fix Tech Tree Tooltip Interference#13
josegomez-dev merged 3 commits intomainfrom
barran33_dev

Conversation

@barran33
Copy link
Collaborator

This PR addresses the issue of missing user notifications and resolves a minor UI bug affecting the Tech Tree tooltip.

🔔 Notifications Implementation

  • Demo Completion: Integrated notificationService.notifyDemoCompleted() call in FirebaseContext.tsx upon successful demo completion. This sends rewards (XP, Points, Badge) to the notification bell.
  • Quest Completion: Integrated notificationService.notifyQuestCompleted() call in QuestService.completeQuest() in quest-service.ts.
  • UI/Rendering: The Notification Bell component (NotificationBell.tsx) now correctly handles and displays the new demo_completed and quest_completed types, showing icons, points, and badge names.

🐛 UI/Tooltip Fix

  • Tech Tree Tooltip Interference: Removed the animate-ping and animate-pulse classes from the container element of the 'Nexus Web3 Playground' button in HeroSection.tsx. These constant redraw animations were interfering with the adjacent 'Trustless Work Tech Tree' button's hover state and tooltip accessibility.

@vercel
Copy link

vercel bot commented Nov 12, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
stellar-nexus-experience Ready Ready Preview Comment Nov 12, 2025 5:33am

badgeName?: string
): Promise<string | null> {
try {
const badgeText = badgeName ? ` y desbloqueaste la insignia ${badgeName}` : '';
Copy link
Collaborator

Choose a reason for hiding this comment

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

Please change the notification messages to English language

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

of course,
yees sir don't worries no problem...!!!🫡

@josegomez-dev
Copy link
Collaborator

This is freaking cool dude. Thanks! @barran33

@josegomez-dev josegomez-dev merged commit 37bc127 into main Nov 12, 2025
4 checks passed
@barran33
Copy link
Collaborator Author

🫡

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.

2 participants