-
Notifications
You must be signed in to change notification settings - Fork 11
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
refactor(viewToolbar): discovery-151 pf4 toolbar #172
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #172 +/- ##
==========================================
+ Coverage 81.00% 82.61% +1.61%
==========================================
Files 113 118 +5
Lines 3611 3693 +82
Branches 1201 1252 +51
==========================================
+ Hits 2925 3051 +126
+ Misses 602 562 -40
+ Partials 84 80 -4
Continue to review full report at Codecov.
|
516ed25
to
ecadd23
Compare
* helpers, remove unused createViewQueryObject * addCredentialType, locale string * addSourceWizard, createScanDialog dispatch update * createCredentialDialog, adjust getCredentials * creds, scans, sourceConstants, clean up * creds, scans, source views, pf4 toolbar * creds, scans, sourcesContext, separate api hook * creds, scans, sourcesToolbar, field configs * viewContext, useQuery, useConfig, useView hooks * viewPaginationRow, use view context * viewToolbar, context, pf4 toolbar, allow config * viewToolbarFieldSort, button, sorting config * viewToolbarSelect, select config * viewToolbarTextInput, input config * redux, actions, reducers, constants, clean up * build, setupTests, mock for lodash
bad91d1
to
b7e763b
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!
* helpers, remove unused createViewQueryObject * addCredentialType, locale string * addSourceWizard, createScanDialog dispatch update * createCredentialDialog, adjust getCredentials * creds, scans, sourceConstants, clean up * creds, scans, source views, pf4 toolbar * creds, scans, sourcesContext, separate api hook * creds, scans, sourcesToolbar, field configs * viewContext, useQuery, useConfig, useView hooks * viewPaginationRow, use view context * viewToolbar, context, pf4 toolbar, allow config * viewToolbarFieldSort, button, sorting config * viewToolbarSelect, select config * viewToolbarTextInput, input config * redux, actions, reducers, constants, clean up * build, setupTests, mock for lodash
What's included
How to test
Coverage and basic unit test check
$ yarn
$ yarn test
Local run check
$ yarn
$ yarn start:stage
Check the build
$ yarn
$ yarn build
Example
Before
After
Updates issue/story
DISCOVERY-151
closes #146
closes #103