fix: expand scraper code editor - #3093
Conversation
Form-based scraper specs rendered Monaco inside a wrapper with no height, causing the Code tab to collapse to its border and padding. Apply the same viewport-capped editor height used by code-only specs and add a realistic LastFM scraper story that opens the Code tab automatically. Amp-Thread-ID: https://ampcode.com/threads/T-01a0139f-11bd-773c-9bba-5f1d820c603a
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
Included review availability: Your plan includes up to 1 review per rolling hour; 0 remain after this review. WalkthroughAdded a ChangesCatalog scraper Code tab
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
✨ Simplify code
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 |
Catalog scraper form specs render Monaco inside the Form/Code tabs, but the Code-tab wrapper had no height, causing the editor to collapse.
Apply the existing viewport-capped 600px editor height and add a LastFM scraper Storybook case that opens the Code tab for review.
Before and after
Summary by CodeRabbit
New Features
Style