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

fix: Keep errors in one container #1508

Merged
merged 2 commits into from
May 23, 2024
Merged

Conversation

bprusinowski
Copy link
Collaborator

@bprusinowski bprusinowski commented May 7, 2024

This PR adds a container to encompass all errors, so the subgrid layout doesn't break in case of errors. To see what's broken currently, see this link.

@bprusinowski bprusinowski requested a review from ptbrowne as a code owner May 7, 2024 12:33
Copy link

vercel bot commented May 7, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
visualization-tool ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 23, 2024 2:35pm

@bprusinowski bprusinowski changed the title fix: Keep errors in one container, so the subgrid layout doesn't brea… fix: Keep errors in one container May 7, 2024
@bprusinowski bprusinowski self-assigned this May 7, 2024
</HintBlue>
</Box>
)}
</div>
Copy link
Collaborator

Choose a reason for hiding this comment

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

Maybe we could have a ChartWarnings here that would have the logic to extract errors, display, and wrap them ?

This way we would not have to repeat the logic ? I guess we would need to have a way to filter some errors ?

<ChartWarnings ignore={['imputation']} /> // in preview

@bprusinowski bprusinowski force-pushed the fix/dashboard-layout-errors branch from f482763 to 0920355 Compare May 8, 2024 11:25
@ptbrowne
Copy link
Collaborator

@bprusinowski Do you think you could take a little time to rebase this PR and fix the error 🙏 ? I guess we could forgo the refactor I was proposing, in the interest of getting this PR out 😅

@bprusinowski
Copy link
Collaborator Author

Sure, @ptbrowne you mean the merge conflict?

@bprusinowski bprusinowski requested a review from ptbrowne May 23, 2024 14:26
@bprusinowski bprusinowski enabled auto-merge May 23, 2024 14:26
@bprusinowski bprusinowski merged commit 8b2d329 into main May 23, 2024
3 of 4 checks passed
@bprusinowski bprusinowski deleted the fix/dashboard-layout-errors branch May 23, 2024 14:29
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