You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(template-builder): add conditional close button to toolbar
- toolbar.hbs: render a close/back button on the left side of the toolbar
when @onclose is provided; separated from element-type buttons by a
vertical divider. Defaults to a chevron-left icon; @closeIcon and
@closeLabel args allow customisation.
- toolbar.js: add close() @action that calls @onclose if present; update
JSDoc to document @onclose, @closeIcon, @closeLabel args.
- template-builder.hbs: forward @onclose, @closeIcon, @closeLabel from
the root component down to <TemplateBuilder::Toolbar>.
- template-builder.js: document the three new optional args in the class
JSDoc block.
0 commit comments