feat: allow pinning of sidebar sections#543
Conversation
Add button for pinning sidebar sections. Saves to localStorage for persistence. Expand collapsible sections to all sidebar sections. Ensure we have order-[0-15] available since they're dynamically calculated.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
2 Skipped Deployments
|
|
ya, so using If you attach a shadow root to the sidebar that has this content: <slot named=pinned></slot>
<slot></slot>Then all you would need to do is set |
|
If you wanted to introduce this feature as a progressive enhancement, you could conditionally display the pin action with |
|
I'm going to close this for now and break this into a couple PRs instead. first one: #639 |
Add button for pinning sidebar sections.
Saves to localStorage for persistence.
Expand collapsible sections to all sidebar sections.
Ensure we have order-[0-15] available since they're dynamically calculated.