Restore old gui with mouse spotlight#19
Conversation
…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>
✅ Deploy Preview for zapdev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
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
components/hero.tsx#L119-L129
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
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 👎
This pull request contains changes generated by Cursor background composer.