feat(results list): connected drugs drawer to results list
3 unresolved threads
3 unresolved threads
Compare changes
In this PR I connected first step of the results (groupedSearchResults) and drugs drawer with displaying search results.
Drawer
-SearchDrawerWrapper // controls the displayed component for selected step
--GroupedSearchResults // first step with drawers
--ResultsList // displays list results 2nd step
-Other Drawers...
It probably would be best idea to add typing for all different possibilities that might occur for each step - this way we will be 100% sure that nothing bads happens. Since there will be changes soon to the stepper (new designs) I decided to stop grinding in place and do it in future update