-
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
style: remove help texts in other settings #14196
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #14196 +/- ##
=======================================
Coverage 95.51% 95.51%
=======================================
Files 1809 1810 +1
Lines 23571 23580 +9
Branches 2725 2726 +1
=======================================
+ Hits 22513 22522 +9
Misses 806 806
Partials 252 252 ☔ View full report in Codecov by Sentry. |
frontend/packages/ux-editor/src/components/config/FormComponentConfig.tsx
Show resolved
Hide resolved
frontend/packages/ux-editor/src/components/config/editModal/EditBooleanValue.tsx
Outdated
Show resolved
Hide resolved
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 work! 💯
frontend/packages/ux-editor/src/components/config/editModal/EditBooleanValue.tsx
Outdated
Show resolved
Hide resolved
frontend/packages/ux-editor/src/hooks/useComponentPropertyHelpText.ts
Outdated
Show resolved
Hide resolved
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 in dev
Description
Removes the help text icon for boolean switches in "Andre Innstillinger" config.
Related Issue(s)
Verification
Documentation