app-16292: add docs page for the Gizmos plugin#739
app-16292: add docs page for the Gizmos plugin#739Devin T. Currie (DTCurrie) wants to merge 24 commits into
Conversation
|
043b1e2 to
50cffd7
Compare
Documents the dashboard tool added in the previous PR: how to mount `<Gizmos />`, the available gizmo modes, the public `useGizmos` hook, and the `gizmoTraits` namespace for queries against placed gizmos. Sidebar entry alphabetized between DrawService and SelectionTool.
2080caf to
71295f1
Compare
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
Co-authored-by: Devin T. Currie <DTCurrie@users.noreply.github.com>
…tools into app-16292/5-gizmo-docs
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
…etry traits Co-authored-by: Devin T. Currie <DTCurrie@users.noreply.github.com>
|
…on-tools into app-16292/5-gizmo-docs
…on-tools into app-16292/5-gizmo-docs
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
|
Claude (@claude) final review |
|
Claude finished Devin T. Currie (@DTCurrie)'s task in 2m 10s —— View job Final Review
All three prior review issues are resolved:
One nit (inline comment filed on lines 159–161): the bullet list inside the Everything else — usage example, mode key table, per-tool step sequences, |
…on-tools into app-16292/5-gizmo-docs
…tools into app-16292/5-gizmo-docs
…on-tools into app-16292/5-gizmo-docs
…on-tools into app-16292/5-gizmo-docs
Adds a docs page covering the
Gizmosplugin introduced in #738. Stacks on #738.Stack
Frontend
docs/src/content/docs/plugins/gizmos.mdx: new page documenting how to mount<Gizmos />, the available gizmo modes, the read / write properties on theuseGizmoshook, and the marker traits exposed viagizmoTraits.docs/astro.config.mjs: adds a<Gizmos />sidebar entry under Plugins, alphabetized between<DrawService />and<SelectionTool />.Testing
Docs-only change. The deploy preview build will render the new
Plugins > <Gizmos />page and sidebar entry; no changeset since this does not change runtime behavior.