Skip to content

feat: guided product tour + Layer icon + "Form Builder" label#74

Merged
devCluna merged 1 commit into
mainfrom
feat/guided-tour
Jul 10, 2026
Merged

feat: guided product tour + Layer icon + "Form Builder" label#74
devCluna merged 1 commit into
mainfrom
feat/guided-tour

Conversation

@devCluna

Copy link
Copy Markdown
Owner

Summary

  • Guided tour — a dependency-free product tour of the builder. It spotlights the field palette, canvas, Settings (opening the drawer to point out Public page and Custom styles), the Style tab, Preview, Embed and Publish. Auto-runs once per browser (localStorage) and is re-launchable from a ? button. Tooltip placement stays fully on-screen (below → above → beside for tall targets).
  • Embed button — now always rendered, disabled until the form is saved (previously hidden on new forms), so it's discoverable and the tour can point at it.
  • Icon + label — replaces the default puzzle-piece with the Layer glyph (inlined SVG, independent of the installed @strapi/icons version) and sets the sidebar label / hover tooltip to "Form Builder".

Tests

  • Extracted placeTooltip and 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

- 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).
@coderabbitai

coderabbitai Bot commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

Warning

Review limit reached

@devCluna, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 2 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: 8787edb9-7494-4731-be2e-684c19c9913f

📥 Commits

Reviewing files that changed from the base of the PR and between 22e811f and c0261f7.

📒 Files selected for processing (6)
  • admin/src/components/FieldPalette.tsx
  • admin/src/components/GuidedTour.tsx
  • admin/src/components/PluginIcon.tsx
  • admin/src/index.ts
  • admin/src/pages/FormBuilderPage.tsx
  • tests/guided-tour.test.ts
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/guided-tour

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@devCluna
devCluna merged commit 8198d91 into main Jul 10, 2026
3 checks passed
@devCluna
devCluna deleted the feat/guided-tour branch July 10, 2026 01:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant