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

Enhancement: Use generics for PTimeline #1408

Merged

Conversation

znicholasbrown
Copy link
Contributor

@znicholasbrown znicholasbrown commented Aug 14, 2024

Should also hopefully address warnings in the dev server around the layout prop.

Resolves: #1407

@znicholasbrown znicholasbrown requested a review from a team as a code owner August 14, 2024 19:31
Copy link

netlify bot commented Aug 14, 2024

Deploy Preview for prefect-design ready!

Name Link
🔨 Latest commit 63d1a6c
🔍 Latest deploy log https://app.netlify.com/sites/prefect-design/deploys/66bd06088b459d0007b351f1
😎 Deploy Preview https://deploy-preview-1408--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.

Comment on lines -57 to +60
const layout = computed(() => props.layout ?? 'date-left')
const internalLayout = computed(() => props.layout ?? 'date-left')
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cc @pleek91 I think this was the source of the layout warnings we were looking at

@znicholasbrown znicholasbrown merged commit 2070bec into main Aug 14, 2024
6 checks passed
@znicholasbrown znicholasbrown deleted the nicholas/enhancement/p-timeline-generics-2024-08-14 branch August 14, 2024 19:34
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.

PTimeline doesn't use generics
2 participants