Dev - #40
Conversation
…ent sphere, and navigation controls
…lacement sphere integration
|
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 Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (15)
📝 WalkthroughWalkthroughThe homepage now uses a parallax hero and scroll-clipped layout with a fading scroll indicator. The About page and its components are removed. Blog browsing gains data-derived filters, redesigned cards, richer metadata, and updated visual treatments. ChangesHomepage redesign
Blog browsing presentation
Estimated code review effort: 4 (Complex) | ~45 minutes Sequence Diagram(s)sequenceDiagram
participant Visitor
participant HomePage
participant HeroSection
participant ScrollTrigger
participant ScrollIndicator
Visitor->>HeroSection: move pointer
HeroSection->>HeroSection: animate parallax elements
Visitor->>ScrollTrigger: scroll homepage
ScrollTrigger->>HomePage: update clipPath and progress
HomePage->>ScrollIndicator: update progressRef
ScrollIndicator->>ScrollIndicator: adjust opacity and pointer events
Possibly related PRs
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
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 |
Summary by CodeRabbit
New Features
Enhancements