Refactor home page and plugins page to use new design components
Closed this issue · 0 comments
codemonkey800 commented
The new design components for the home and plugins pages have been developed in separate routes for easier development. When the UI for the home and plugins pages have been merged, we'll need to refactor each page to use the new design components. This involves doing the following:
- Use
SearchPage
component inpages/plugins.tsx
. We can copy the code frompages/index.tsx
and refactor it to fit in the plugins page - Remove
/pages/home.tsx
and render inpages/index.tsx
when feature flag is enabled