feat: guided product tour + Layer icon + "Form Builder" label#74
Conversation
- feat: a dependency-free guided tour of the builder — spotlights the palette, canvas, Settings (opening the drawer to point at Public page and Custom styles), the Style tab, Preview, Embed and Publish. Auto-runs once per browser (localStorage), re-launchable from a "?" button. - fix(admin): the Embed button now always renders, disabled until the form is saved (was hidden on new forms), so it's discoverable. - chore: replace the default puzzle-piece plugin icon with the "Layer" glyph (inlined SVG so it doesn't depend on the installed @strapi/icons version) and set the sidebar label / hover tooltip to "Form Builder". - test: extract and unit-test the tour tooltip placement (stays on-screen for short, bottom-edge and full-height targets — the regression we fixed).
|
Warning Review limit reached
Next review available in: 2 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (6)
✨ 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 |
Summary
localStorage) and is re-launchable from a ? button. Tooltip placement stays fully on-screen (below → above → beside for tall targets).@strapi/iconsversion) and sets the sidebar label / hover tooltip to "Form Builder".Tests
placeTooltipand unit-tested it: below short targets, above bottom-edge targets, beside full-height targets (the "first steps clipped at the top" regression), missing-target centering, and far-right clamping. 31/31 pass.🤖 Generated with Claude Code