-
Notifications
You must be signed in to change notification settings - Fork 215
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 CoursewareSearchForm component #1214
Conversation
e074643
to
f7508f2
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1214 +/- ##
==========================================
+ Coverage 88.18% 88.19% +0.01%
==========================================
Files 270 271 +1
Lines 4587 4591 +4
Branches 1151 1151
==========================================
+ Hits 4045 4049 +4
Misses 528 528
Partials 14 14
☔ View full report in Codecov by Sentry. |
@davidnuon I think it has to be "fix:" rather than "lint: Fix" for the check to pass |
b488581
to
bd3c69d
Compare
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.
LGTM!
* feat: Add CoursewareSearchBar component * fix: lint * fix: Clarified component names and i18n description * test: Add more tests * fix: lint * fix: Made props in CoursewareSearchForm optional
Description
Ticket: KBK-41
Adds a search bar for the Courseware Search feature.
Depends on #1212