No content to show
User Activity
It took me a while to find this:https://community.shopify.com/c/announcements/ux-changes-to-app-bridge-fullscreen-api/td-p/2366133The fullscreen view is now called max-modal and realized differently
It took me a while to find this:https://community.shopify.com/c/announcements/ux-changes-to-app-bridge-fullscreen-api/td-p/2366133The fullscreen view is now called max-modal and realized differently.
What about development or staging apps? You have to create a listing and everything...
01-11-2024
Hi there,I was just wondering about the same thing and came across this blog post:https://shopify.engineering/react-library-consistent-data-visualizationand found the PolarisViz project:https://github.com/Shopify/polaris-vizHope that helps.
01-04-2024
Has anybody figured out anything? Maybe this helps check:query webhookSubscriptions {
webhookSubscriptions(first:50) {
nodes {
id
topic
endpoint {
... on WebhookHttpEndpoint {
callbackUrl
}
}
...
Any updates on this?
05-16-2022
Isn't the app embed stored in the blocks key in config/settings_data.json? Maybe @Shopify can confirm that?
Form my testing i have not found any themes that don't add the app embeds to the settings_data.json.Has anyone a counter example?
Did you find a good solution for this?
Hi there, as the document documentation is limited in https://shopify.dev/tools/app-bridge Where can one find more details about how to use app-bridge actions. Like import { Redirect } from '@shopify/app-bridge/actions';Redirect.create(app).dispatc...