-
Notifications
You must be signed in to change notification settings - Fork 70
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
feat(ui-editor): configuration of subform layoutset with allowed components only #13675
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #13675 +/- ##
=======================================
Coverage 94.32% 94.33%
=======================================
Files 1543 1546 +3
Lines 20984 21009 +25
Branches 2521 2522 +1
=======================================
+ Hits 19794 19819 +25
Misses 945 945
Partials 245 245 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice overall 👍
I have some minor nitpicks for you to consider.
frontend/packages/ux-editor/src/components/Elements/types/ConfigPageType.ts
Show resolved
Hide resolved
frontend/packages/ux-editor/src/components/Elements/Elements.tsx
Outdated
Show resolved
Hide resolved
frontend/packages/ux-editor/src/components/Elements/ElementsUtils.ts
Outdated
Show resolved
Hide resolved
Co-authored-by: Jonas Dyrlie <jonas.dyrlie@gmail.com>
…ils.ts Co-authored-by: Jonas Dyrlie <jonas.dyrlie@gmail.com>
Tested OK in Dev 🥳 |
Description
Please read the linked issue.
Related Issue(s)
Verification