Shopify / ui-extensions

MIT License
266 stars 36 forks source link

Add extension targets pages for pos-ui-extensions #1959

Closed NathanJolly closed 4 months ago

NathanJolly commented 4 months ago

Background

Closes https://github.com/Shopify/pos-next-react-native/issues/36431

Solution

This adds the extension target pages in the same method as checkout. It adds the following pages: https://shopify-dev.ui-extensions-70k7.nathan-oliveira.us.spin.dev/docs/api/pos-ui-extensions/unstable/extension-targets-overview https://shopify-dev.ui-extensions-70k7.nathan-oliveira.us.spin.dev/docs/api/pos-ui-extensions/unstable/targets

As well as the four pages you can navigate to from there.

🎩

Compare the new pages linked above with how checkout does it: https://shopify-dev.ui-extensions-70k7.nathan-oliveira.us.spin.dev/docs/api/checkout-ui-extensions/unstable/extension-targets-overview https://shopify-dev.ui-extensions-70k7.nathan-oliveira.us.spin.dev/docs/api/checkout-ui-extensions/unstable/targets

Checklist