-
Notifications
You must be signed in to change notification settings - Fork 0
fix: slots qa part 2 #859
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: slots qa part 2 #859
Conversation
|
Warning: Component files have been updated but no migrations have been added. See https://github.com/yext/visual-editor/blob/main/packages/visual-editor/src/components/migrations/README.md for more information. |
WalkthroughThis pull request consolidates several updates across the visual editor package, focusing on type safety, data structure enhancements, and styling refinements. Key changes include: adding type satisfies annotations to CoreInfoSection slot definitions to enforce public prop contracts; extending Timestamp slot configurations in testimonial and contribution date contexts to support an endDate field with updated styling flags; adding alignment properties to hours-related styling; refactoring test data in HeroSection to reduce duplication; converting inline style props to responsive className-based sizing in CTA components; and adjusting input field padding and button positioning in the embedded field string input editor. Suggested reviewers
Pre-merge checks and finishing touches❌ Failed checks (1 inconclusive)
✅ Passed checks (1 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (8)
🧰 Additional context used🧬 Code graph analysis (3)packages/visual-editor/src/components/pageSections/HeroSection.test.tsx (1)
packages/visual-editor/src/components/pageSections/CoreInfoSection.test.tsx (1)
packages/visual-editor/src/components/pageSections/CoreInfoSection.tsx (6)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (3)
🔇 Additional comments (10)
Comment |
Fixes: