feat: add deskcrew module#1556
Conversation
|
Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughAdds a Estimated code review effort: 1 (Trivial) | ~2 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
Adds
@deskcrew/nuxt, a module that puts a support widget (live chat, answers drawn from the site's own help articles, and a help center) on every page of a Nuxt app.The module appends one script tag to
app.head.script. The widget renders in a Shadow DOM, so it cannot inherit or leak app CSS. Works with Nuxt 3 in both SSR and static (nuxi generate) modes. A missing or malformed key produces a build-time warning and adds nothing, so the app still builds.Filed under
AIsince the widget's answers are generated from the site's own knowledge base.