Skip to content

Fix: Course link navigation blocked by ParticlesComponent#34

Merged
sanjay-kv merged 1 commit into
recodehive:mainfrom
AyushKatre05:fix/course-link-navigation
May 17, 2025
Merged

Fix: Course link navigation blocked by ParticlesComponent#34
sanjay-kv merged 1 commit into
recodehive:mainfrom
AyushKatre05:fix/course-link-navigation

Conversation

@AyushKatre05

Copy link
Copy Markdown
Member

This PR resolves an issue where the ParticlesComponent was intercepting user interactions,
preventing course links and route navigation from working correctly.

✅ Changes:

  • Wrapped Particles in a fixed-position div
  • Added pointerEvents: none and zIndex: -1 to prevent interaction blocking
  • Disabled built-in fullscreen mode from tsParticles

This ensures smooth navigation and interaction across routes.

@sanjay-kv sanjay-kv left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

This is a good find, thanks for the PR @AyushKatre05

@sanjay-kv sanjay-kv added the area:production-image Production image improvements and fixes label May 17, 2025
@sanjay-kv sanjay-kv moved this to Done in @recode-web May 17, 2025
@sanjay-kv sanjay-kv added this to the Intial release: 1.0 milestone May 17, 2025
@sanjay-kv sanjay-kv linked an issue May 17, 2025 that may be closed by this pull request
@sanjay-kv sanjay-kv merged commit 5ae7928 into recodehive:main May 17, 2025
@sanjay-kv

Copy link
Copy Markdown
Member

@AyushKatre05 i saw your PR, next time when you raise PR
add #23 which is the respective issue number. This is one amazing standard in opensource.

your PR is good. Thanks

@AyushKatre05

Copy link
Copy Markdown
Member Author

@sanjay-kv i accidentely forgot to add that 😁

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:production-image Production image improvements and fixes

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Link to Course is Missing

2 participants