Closed pfferrari closed 2 months ago
@pfferrari is attempting to deploy a commit to the Commerce Layer Team on Vercel.
To accomplish this, @pfferrari needs to request access to the Team.
Afterwards, an owner of the Team is required to accept their membership request.
If you're already a member of the respective Vercel Team, make sure that your Personal Vercel Account is connected to your GitHub account.
Name | Link |
---|---|
Latest commit | 4f02075e33f3901e0fb0c9605e037466b6f00a1d |
Latest deploy log | https://app.netlify.com/sites/commercelayer-dashboard-apps/deploys/66bcb43ea3de780008ebf12a |
Deploy Preview | https://deploy-preview-6--commercelayer-dashboard-apps.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
I have seen that Commerce Layer logo is no more on the QR code image
Moved to #10
What I did
Added support for Shop links to the
sku_lists
app.The feature, if enabled, is accessible inside the toolbar of an
SKU list
resource./sku_lists/list/<SKU_LIST_ID>
Then it will be possible to create a link for the current resource:
/sku_lists/list/<SKU_LIST_ID>/links/new
Or to have a look to the links archive related to that current resource:
/sku_lists/list/<SKU_LIST_ID>/links/list
Through the links archive lists it will be possible to:
The link detail page will show its QR Code and let it be downloaded.
/sku_lists/list/<SKU_LIST_ID>/links/<LINK_ID>
Here the same page with locally hosted logo to avoid CORS error during the download procedure.
TODO list
app-elements
library to get the right icons weight for the toolbarsRemove
action inside each link's context menurelationship
request to the those related to the current resourcecanva
s tags https://developer.mozilla.org/en-US/docs/Web/HTML/CORS_enabled_imageChecklist