-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add boolean type and Switch editor #171
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #171 +/- ##
=======================================
Coverage 99.77% 99.77%
=======================================
Files 163 164 +1
Lines 2629 2643 +14
Branches 584 587 +3
=======================================
+ Hits 2623 2637 +14
Misses 6 6 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
@asimonok @mikhail-vl ready for review |
src/components/Table/components/CellRenderer/BooleanCellRenderer.test.tsx
Outdated
Show resolved
Hide resolved
src/components/Table/components/CellRenderer/BooleanCellRenderer.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.
Looks good!
@mikhail-vl ready for review
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.
Looks good!
Resolves: #144