Add native-like page transitions with @ssgoi/svelte#17
Add native-like page transitions with @ssgoi/svelte#17google-labs-jules[bot] wants to merge 2 commits into
Conversation
- Installed `@ssgoi/svelte` - Updated Root Layout to include `Ssgoi` provider - Updated App and Marketing layouts to use `SsgoiTransition` - Created Auth, Onboarding, and Share layouts with `SsgoiTransition` - Removed conflicting View Transitions API CSS
|
👋 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.
|
|
|
- Installed `@ssgoi/svelte` - Updated Root Layout to include `Ssgoi` provider - Updated App and Marketing layouts to use `SsgoiTransition` - Created Auth, Onboarding, and Share layouts with `SsgoiTransition` - Removed conflicting View Transitions API CSS
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
|||||||||||||||||||||||
PR Code Suggestions ✨Explore these optional code suggestions:
|
||||||||||||||||
User description
Implemented native-like page transitions using
@ssgoi/svelte. This involves wrapping the application in theSsgoiprovider at the root level and usingSsgoiTransitioncomponents in sub-layouts to animate content changes while preserving persistent UI elements like the sidebar. Conflicting CSS from the previous View Transitions API implementation was removed.PR created automatically by Jules for task 15926928613220690186 started by @mudiageo
PR Type
Enhancement
Description
Replace View Transitions API with @ssgoi/svelte library
Wrap root layout with Ssgoi provider and fade transition
Add SsgoiTransition components to all route layouts
Remove conflicting View Transitions CSS rules
Diagram Walkthrough
File Walkthrough
2 files
Add @ssgoi/svelte dependencyLock @ssgoi/svelte and core packages6 files
Wrap app with Ssgoi providerReplace View Transitions with SsgoiTransitionAdd SsgoiTransition to marketing layoutCreate auth layout with SsgoiTransitionCreate onboarding layout with SsgoiTransitionCreate share layout with SsgoiTransition1 files
Remove View Transitions API CSS rules