Skip to content

Commit

Permalink
refactor(productView): ent-4208 activate product, query context (#814)
Browse files Browse the repository at this point in the history
* testing, jest ignore, dist output
* bannerMessages, component refactor towards hooks
* chartContext, annotation consistency
* productViews, apply product context provider
* productViewContext, context, product config, query hooks
* routerContext, annotation consistency, test snapshot rename
* toolbarFields, update towards redux hooks/storeHooks
* useRouter, annotation consistency
* redux, storeHooks, centralized redux hooks
* useReactRedux, wrapper for useDispatch, useSelector
* useRhsmActions, base hooks layout for API calls
* useRhsmSelectors, wrapper for redux selectors
  • Loading branch information
cdcabrera committed Nov 30, 2021
1 parent 7b20f45 commit de1d9e7
Show file tree
Hide file tree
Showing 39 changed files with 3,047 additions and 1,214 deletions.
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ module.exports = {
'!src/redux/middleware/**',
'!src/redux/actions/index.js',
'!src/redux/common/index.js',
'!src/redux/hooks/index.js',
'!src/redux/reducers/index.js',
'!src/redux/selectors/index.js'
],
Expand Down
Loading

0 comments on commit de1d9e7

Please sign in to comment.