chanzuckerberg/napari-hub

Refactor home page and plugins page to use new design components

Closed this issue · 0 comments

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:

  1. Use SearchPage component in pages/plugins.tsx. We can copy the code from pages/index.tsx and refactor it to fit in the plugins page
  2. Remove /pages/home.tsx and render in pages/index.tsx when feature flag is enabled