PUI-36 feat(sidebar): add a link slot for router links #112
Loading…
Reference in a new issue
No description provided.
Delete branch "feature/PUI-36-add-a-link-slot-to-sidebar-for-router-links"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Stacked on the PUI-31 PR.
Sidebar renders every navigable entry through an optional #link slot that AppLayout forwards, copying Breadcrumb's pattern; the scope adds attrs and content so a RouterLink keeps the keyboard, flyout and drawer wiring. The Playground renders RouterLinks through it and drops its click interception. Also carries
8319214(switch fields reject required, Refs PUI-30).Checks: typecheck, lint, format:check, bun test, build:vue, build:storybook; SSR output without the slot unchanged. No browser check (dev servers down); CustomLinks play test not run.
Refs: PUI-36