Add interactive customization widgets to Chat in Your App guide#3420
Add interactive customization widgets to Chat in Your App guide#3420oatsandsugar wants to merge 1 commit intomainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the
✨ Finishing touches🧪 Generate unit tests (beta)
Tip 🧪 Unit Test Generation v2 is now available!We have significantly improved our unit test generation capabilities. To enable: Add this to your reviews:
finishing_touches:
unit_tests:
enabled: trueTry it out by using the Have feedback? Share your thoughts on our Discord thread! 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 |
- Add CustomizePanel with SelectField for starting point (scratch/existing-nextjs/existing-moose) - Add CheckboxGroup for optional Amazon sample dataset - Wrap tutorials in ConditionalContent based on user selection - Replace ToggleBlocks with ConditionalContent for sample dataset examples - Collapse D1 (has existing app) and D2 (has MooseStack) into single 3-way selector Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
906a0f5 to
64c24b2
Compare
| @@ -669,8 +713,8 @@ flowchart LR | |||
|
|
|||
| #### Backend Setup: MooseStack Service with MCP Server | |||
|
|
||
| <ConditionalContent whenId="starting-point" whenValue="existing-nextjs"> | ||
|
|
||
| #### Backend Setup: Add the MooseStack service to your project |
There was a problem hiding this comment.
we should create a shared component for this since its used in 3+ places and bound to be more

Summary
CustomizePanelwithSelectFieldfor starting point selection (new project / existing Next.js / existing Next.js + MooseStack)CheckboxGroupfor optional Amazon sample dataset toggleConditionalContentbased on user selectionToggleBlockcomponents withConditionalContentfor sample dataset examplesDecision Tree Simplification
Test plan
🤖 Generated with Claude Code