Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: PCascadePanels #1175

Merged
merged 36 commits into from
Apr 2, 2024

Conversation

znicholasbrown
Copy link
Contributor

@znicholasbrown znicholasbrown commented Mar 29, 2024

This PR introduces a new set of utility components/compositions, called Cascade Panels. These components are intended to allow us to create flexible nested menu experiences without the overhead of managing their state; while this PR is large, most of that is demo, the actual components/compositions themselves should be fairly straightforward.

While I'd like to merge/release these, I'm still working on live versions so may revisit some functionality. One dev ex piece I'd already like to include (but won't in this PR) is for panel components to emit close events that callers can listen to, to do something like: @close="openPanelById('some-next-panel') without needing to either listen to a nested v-model or watch a panel.

@znicholasbrown znicholasbrown requested a review from a team as a code owner March 29, 2024 05:23
Copy link

netlify bot commented Mar 29, 2024

Deploy Preview for prefect-design ready!

Name Link
🔨 Latest commit c58706c
🔍 Latest deploy log https://app.netlify.com/sites/prefect-design/deploys/660c3b84d67b8f0008596d14
😎 Deploy Preview https://deploy-preview-1175--prefect-design.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@znicholasbrown znicholasbrown merged commit 6939b3f into main Apr 2, 2024
6 checks passed
@znicholasbrown znicholasbrown deleted the nicholas/feature-p-cascade-menu-2024-03-27 branch April 2, 2024 19:16
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.

2 participants