-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add generic picker API #2379
base: unstable
Are you sure you want to change the base?
Add generic picker API #2379
Conversation
f037cd9
to
0a52cb3
Compare
/snapit |
🫰✨ Thanks @MitchLillie! Your snapshots have been published to npm. Test the snapshots by updating your "@shopify/ui-extensions": "0.0.0-snapshot-20240926213211",
"@shopify/ui-extensions-react": "0.0.0-snapshot-20240926213211" |
fcf6b83
to
d12f151
Compare
/snapit |
🫰✨ Thanks @MitchLillie! Your snapshots have been published to npm. Test the snapshots by updating your "@shopify/ui-extensions": "0.0.0-snapshot-20241021162735",
"@shopify/ui-extensions-react": "0.0.0-snapshot-20241021162735" |
d12f151
to
dca5d92
Compare
/snapit |
🫰✨ Thanks @MitchLillie! Your snapshots have been published to npm. Test the snapshots by updating your "@shopify/ui-extensions": "0.0.0-snapshot-20241022151631",
"@shopify/ui-extensions-react": "0.0.0-snapshot-20241022151631" |
1f6f226
to
00bc7c2
Compare
00bc7c2
to
7554676
Compare
/snapit |
🫰✨ Thanks @charlesdobson! Your snapshots have been published to npm. Test the snapshots by updating your "@shopify/data-extensions": "0.0.0-snapshot-20241112220206",
"@shopify/ui-extensions": "0.0.0-snapshot-20241112220206",
"@shopify/ui-extensions-react": "0.0.0-snapshot-20241112220206" |
We detected some changes in |
Background
Resolves https://github.com/Shopify/app-ui/issues/1575
Related https://github.com/Shopify/shopify-dev/pull/49753, https://github.com/Shopify/extensibility/pull/178
Adds the imperative
picker()
API to UI Extensions to open the generic picker.The API is used like this:
This matches the API provided to App Bridge in https://github.com/Shopify/extensibility/pull/178.
🎩
shopify app generate extension
Checklist