Skip to content
This repository was archived by the owner on May 29, 2026. It is now read-only.

Restore old gui with mouse spotlight#19

Closed
Jackson57279 wants to merge 4 commits into
masterfrom
cursor/restore-old-gui-with-mouse-spotlight-e4d5
Closed

Restore old gui with mouse spotlight#19
Jackson57279 wants to merge 4 commits into
masterfrom
cursor/restore-old-gui-with-mouse-spotlight-e4d5

Conversation

@Jackson57279

Copy link
Copy Markdown
Collaborator

This pull request contains changes generated by Cursor background composer.

Jackson57279 and others added 4 commits June 30, 2025 17:21
…s: Added ESLint and Webpack Bundle Analyzer for better code quality and performance analysis. Updated Next.js configuration to support external server components. Enhanced error messages in the error and not-found pages, and improved accessibility in the global CSS. Refactored various components for better type safety and streamlined error handling.
…rver components configuration, improved audience component styling, and fixed import statements in API validation. Added chat input validation and a new rate limiting function for API routes. Streamlined user-friendly error handling with specific error patterns and messages.
… URL construction for metadataBase and baseUrl to ensure proper formatting of the application URL, adding support for both HTTP and HTTPS protocols.
Co-authored-by: dogesman098 <dogesman098@gmail.com>
@netlify

netlify Bot commented Jul 1, 2025

Copy link
Copy Markdown

Deploy Preview for zapdev ready!

Name Link
🔨 Latest commit c866f6b
🔍 Latest deploy log https://app.netlify.com/projects/zapdev/deploys/68632f471550e200084bec50
😎 Deploy Preview https://deploy-preview-19--zapdev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@vercel

vercel Bot commented Jul 1, 2025

Copy link
Copy Markdown

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

Name Status Preview Comments Updated (UTC)
zapdev ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 1, 2025 0:45am

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Bug: Duplicate Mouse Spotlight Effects

The application renders duplicate mouse spotlight effects. A global spotlight in app/page.tsx and an identical one in components/hero.tsx both use the .mouse-spotlight class and track mouse position, resulting in two overlapping visual effects and redundant functionality.

app/page.tsx#L213-L223

https://github.com/otdoges/zapdev/blob/c866f6bd42cc1e8b515b85e978e5146562d5f852/app/page.tsx#L213-L223

components/hero.tsx#L119-L129

https://github.com/otdoges/zapdev/blob/c866f6bd42cc1e8b515b85e978e5146562d5f852/components/hero.tsx#L119-L129

Fix in Cursor


Bug: Mouse Effects Clash in Hero Section

A duplicate mouse spotlight effect has been added to the Hero component. This results in three overlapping mouse-following effects in the Hero section: the newly added spotlight, an existing global spotlight (from app/page.tsx), and the component's mouse-glow effect. The two mouse-spotlight elements have conflicting z-index values (global: 9999, hero: 1), leading to visual inconsistencies and potential performance issues.

components/hero.tsx#L119-L129

https://github.com/otdoges/zapdev/blob/c866f6bd42cc1e8b515b85e978e5146562d5f852/components/hero.tsx#L119-L129

Fix in Cursor


BugBot free trial expires on July 22, 2025
You have used $0.00 of your $5.00 spend limit so far. Manage your spend limit in the Cursor dashboard.

Was this report helpful? Give feedback by reacting with 👍 or 👎

@Jackson57279 Jackson57279 deleted the cursor/restore-old-gui-with-mouse-spotlight-e4d5 branch July 18, 2025 06:51
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants