Skip to content

feat(search drawer: content accordion): implemented content accordion with dummy data

Description

Added accordion component to search drawer to display content data. Data is dummy due to missing data in redux store which is going to be introduced in next PR

Things done

  • Moved search drawer content to separate component
  • Proposed dynamic loaded content to drawers in drawer.component
  • refactored drawer redux -> idea is to open drawers by triggering action "open" + "drawerName"
  • added jest-watch-typeahead to allow search by filename during test watch
  • added helper function getReduxWrapperUsingSliceReducer to allow creation of redux store for given reducer and use it for test purposes with wrapped component

Things not done

  • Decided to skip tests for search drawer content component. I'm going to introduce changes in PR where I connect data to API

Merge request reports