feat: enhance homepage interactivity with hover effects and dynamic c… - #34
Conversation
…lass handling; update footer text and journey timeline details
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (7)
📝 WalkthroughWalkthroughAdds a ChangesHomepage hover-driven UI
About page content and marquee updates
Miscellaneous unrelated tweaks
Estimated code review effort: 3 (Moderate) | ~25 minutes Sequence Diagram(s)sequenceDiagram
participant User
participant HomePage
participant AppStore
User->>HomePage: mouse enter on section (e.g. Logo, Blogs, Coding)
HomePage->>AppStore: setHomePageHover(id)
AppStore-->>HomePage: homePageHover updated
HomePage->>HomePage: getClass(id) recompute blur/opacity/scale for all sections
HomePage-->>User: render hovered section highlighted, others blurred
User->>HomePage: mouse leave
HomePage->>AppStore: setHomePageHover(null)
AppStore-->>HomePage: homePageHover cleared
HomePage-->>User: render all sections normal
Estimated code review effort: 3 (Moderate) | ~25 minutes ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ESLint
ESLint install timed out. The project may have too many dependencies for the sandbox. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
…lass handling; update footer text and journey timeline details
Summary by CodeRabbit
New Features
Bug Fixes