-
Notifications
You must be signed in to change notification settings - Fork 0
WEBDEV-8109 Expand status indicator capabilities #23
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
base: main
Are you sure you want to change the base?
WEBDEV-8109 Expand status indicator capabilities #23
Conversation
| return ( | ||
| choose( | ||
| settings.inputType, | ||
| [['radio', () => this.radioPropInputTemplate(settings)]], |
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.
There's a lot of overlap between these templates, and I wonder if they could be tidied up a bit or the approach adjusted (something worth considering if we plan to eventually use this code in the story-template
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #23 +/- ##
==========================================
+ Coverage 60.00% 68.42% +8.42%
==========================================
Files 5 5
Lines 45 57 +12
Branches 5 7 +2
==========================================
+ Hits 27 39 +12
Misses 15 15
Partials 3 3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Adds the ability to display a success or error icon to the status indicator, and the ability to hide the loading indicator dots, and begins encapsulating prop input rendering within the
ia-status-indicator-storycomponent.