archetype-themes / plugin-theme-component

A Shopify CLI plugin for building theme components.
MIT License
9 stars 4 forks source link

components explorer (setup folder) #322

Closed montalvomiguelo closed 6 months ago

montalvomiguelo commented 8 months ago

Current Situation

  1. The content of the setup/ directory (sections/ | templates/) does not copy to the Component Explorer Theme during dev.
  2. index.liquid does not contain a list of components copied to the Component Explorer Theme during dev.

Proposed solution

Update archie so that:

  1. The content of the setup/ directory (sections/ | snippets/) copies to the Component Explorer Theme during dev.
  2. index.liquid contains a list of components copied to the Component Explorer Theme during dev.

Code References List of components for index.liquid https://github.com/archetype-themes/components/blob/experimental/packages/ui/index.js#L70-L108

Sample Collection https://github.com/archetype-themes/sample-collection/tree/main

Explorer Theme https://github.com/archetype-themes/explorer

fleveillee commented 6 months ago

Fixed with plugin-theme-component [3.2.0]