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

chore(form): remove imports from shouldArrayDialogOpen #7550

Merged
merged 1 commit into from
Sep 30, 2024

Conversation

RitaDias
Copy link
Contributor

Description

There's been some issues when upgrading vite 5 around the exporting of shouldArrayDialogOpen.
This was part of the Modal Madness work and while removing it might be considered a breaking change since the whole beta feature has been taken down it should be fine.

Also , I simply commented the code since I am unsure if in the future when we return to this we would want to have the code. If it's preferrable to simply delete it then I'll likely need to actively delete more components and do a more general clean up (which might be what we want but I'll leave that up to the reviewers)

What to review

Taking a stance on the description written above should be enough

Notes for release

N/A

Copy link

vercel bot commented Sep 26, 2024

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

Name Status Preview Comments Updated (UTC)
page-building-studio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 27, 2024 6:31am
performance-studio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 27, 2024 6:31am
test-compiled-studio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 27, 2024 6:31am
test-next-studio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 27, 2024 6:31am
test-studio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 27, 2024 6:31am
1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
studio-workshop ⬜️ Ignored (Inspect) Visit Preview Sep 27, 2024 6:31am

Copy link
Contributor

No changes to documentation

Copy link
Contributor

github-actions bot commented Sep 26, 2024

Component Testing Report Updated Sep 27, 2024 6:26 AM (UTC)

✅ All Tests Passed -- expand for details
File Status Duration Passed Skipped Failed
comments/CommentInput.spec.tsx ✅ Passed (Inspect) 43s 15 0 0
formBuilder/ArrayInput.spec.tsx ✅ Passed (Inspect) 9s 3 0 0
formBuilder/inputs/PortableText/Annotations.spec.tsx ✅ Passed (Inspect) 30s 6 0 0
formBuilder/inputs/PortableText/copyPaste/CopyPaste.spec.tsx ✅ Passed (Inspect) 36s 11 7 0
formBuilder/inputs/PortableText/copyPaste/CopyPasteFields.spec.tsx ✅ Passed (Inspect) 0s 0 12 0
formBuilder/inputs/PortableText/Decorators.spec.tsx ✅ Passed (Inspect) 16s 6 0 0
formBuilder/inputs/PortableText/DisableFocusAndUnset.spec.tsx ✅ Passed (Inspect) 10s 3 0 0
formBuilder/inputs/PortableText/DragAndDrop.spec.tsx ✅ Passed (Inspect) 3m 0s 0 0 0
formBuilder/inputs/PortableText/FocusTracking.spec.tsx ✅ Passed (Inspect) 43s 15 0 0
formBuilder/inputs/PortableText/Input.spec.tsx ✅ Passed (Inspect) 1m 40s 21 0 0
formBuilder/inputs/PortableText/ObjectBlock.spec.tsx ✅ Passed (Inspect) 1m 14s 18 0 0
formBuilder/inputs/PortableText/PresenceCursors.spec.tsx ✅ Passed (Inspect) 9s 3 9 0
formBuilder/inputs/PortableText/RangeDecoration.spec.tsx ✅ Passed (Inspect) 26s 9 0 0
formBuilder/inputs/PortableText/Styles.spec.tsx ✅ Passed (Inspect) 18s 6 0 0
formBuilder/inputs/PortableText/Toolbar.spec.tsx ✅ Passed (Inspect) 35s 12 0 0
formBuilder/tree-editing/TreeEditing.spec.tsx ✅ Passed (Inspect) 0s 0 3 0
formBuilder/tree-editing/TreeEditingNestedObjects.spec.tsx ✅ Passed (Inspect) 0s 0 3 0

@RitaDias RitaDias marked this pull request as ready for review September 26, 2024 06:42
@RitaDias RitaDias requested a review from a team as a code owner September 26, 2024 06:42
@RitaDias RitaDias requested review from juice49, rexxars and a team and removed request for a team September 26, 2024 06:42
Copy link
Member

@rexxars rexxars left a comment

Choose a reason for hiding this comment

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

Also , I simply commented the code since I am unsure if in the future when we return to this we would want to have the code.

Let's remove it for now. You don't need to do a deep clean up for now, but just removing the commented code would be good. We can always refer back to/revert this PR/commit to bring it back.

@RitaDias
Copy link
Contributor Author

Also , I simply commented the code since I am unsure if in the future when we return to this we would want to have the code.

Let's remove it for now. You don't need to do a deep clean up for now, but just removing the commented code would be good. We can always refer back to/revert this PR/commit to bring it back.

Fair enough, done :)

@rexxars rexxars added this pull request to the merge queue Sep 30, 2024
Merged via the queue into next with commit bdfd8df Sep 30, 2024
51 checks passed
@rexxars rexxars deleted the remove-should-array-dialog branch September 30, 2024 20:18
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