Theme Wipe Transition Improvements#21
Conversation
- Conditionalize Puppeteer usage: enabled for home and projects paths, disabled for others. - Implement multi-tier fallback (Puppeteer -> modern-screenshot -> Instant). - Remove scrollbar-gutter logic to eliminate the "yellow fake scrollbar" artifact. - Fix snapshot coverage by using `bg-top bg-[length:100%_auto]` and `window.innerWidth`. - Improve DOM serialization to handle theme overrides and remove ignored elements correctly.
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This change improves the theme transition experience by optimizing the snapshot methods used for different pages and fixing visual bugs in the wipe animation.
Key improvements:
100% autoanchored to the top).scrollbar-gutterhack which was causing a "yellow fake scrollbar" to appear on some devices.data-html2canvas-ignoreare now removed from the DOM during serialization to reduce payload size.PR created automatically by Jules for task 16427792831135789730 started by @TimChinye