-
Notifications
You must be signed in to change notification settings - Fork 75
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: support summary 2 configuration for components, pages and selected layout set #13573
feat: support summary 2 configuration for components, pages and selected layout set #13573
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #13573 +/- ##
==========================================
+ Coverage 95.22% 95.23% +0.01%
==========================================
Files 1499 1502 +3
Lines 20499 20554 +55
Branches 2485 2491 +6
==========================================
+ Hits 19520 19575 +55
Misses 869 869
Partials 110 110 ☔ View full report in Codecov by Sentry. |
… into 13519-support-summary-2-configuration-for-component-page-and-layout-set
…mponent-page-and-layout-set
…mponent-page-and-layout-set
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.
Lots of great code here @Jondyr! 👏
I've added some comments for consideration 😄
...ages/ux-editor/src/components/config/componentSpecificContent/Summary2/Summary2Component.tsx
Outdated
Show resolved
Hide resolved
...ages/ux-editor/src/components/config/componentSpecificContent/Summary2/Summary2Component.tsx
Outdated
Show resolved
Hide resolved
...ages/ux-editor/src/components/config/componentSpecificContent/Summary2/Summary2Component.tsx
Outdated
Show resolved
Hide resolved
...ages/ux-editor/src/components/config/componentSpecificContent/Summary2/Summary2Component.tsx
Outdated
Show resolved
Hide resolved
...ages/ux-editor/src/components/config/componentSpecificContent/Summary2/Summary2Component.tsx
Outdated
Show resolved
Hide resolved
...ages/ux-editor/src/components/config/componentSpecificContent/Summary2/Summary2Component.tsx
Outdated
Show resolved
Hide resolved
...ages/ux-editor/src/components/config/componentSpecificContent/Summary2/Summary2Component.tsx
Outdated
Show resolved
Hide resolved
…cificContent/Summary2/Summary2Component.tsx Co-authored-by: William Thorenfeldt <48119543+wrt95@users.noreply.github.com>
…cificContent/Summary2/Summary2Component.tsx Co-authored-by: William Thorenfeldt <48119543+wrt95@users.noreply.github.com>
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.
Great job! 👏
…mponent-page-and-layout-set
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.
Tested ok👍
Description
These changes are behind the featureflag
summary2
( #13571 )Related Issue(s)
Verification
Documentation