...
Integration intl-sanity-shared-schemas with intl-whitelabel-cms:
Checkout na main
Git pull
yarn build
git tag com a versão nova
git push das tags (git push --tags)
npm publish
Task 4— Create Bottom Sheet with QRCode in Home Page
...
.
path:
workspaces/frontend/src/components/layout/index.tsx
Should create a new component to show QRCode with hash value, this hash must get the Storage using a key
Should use QRCode component in
workspaces/frontend/src/components/qrcode/qr-code.tsx
...
Task 5 — Create componente to show QRCode in Recent Orders and Finish Order.
path:
workspaces/frontend/src/components/layout/index.tsx
path finish order:
workspaces/frontend/src/pages/order-confirmation/order-confirmation.tsx
Should create a new card component in Recent Order to show QRCode with hash value, this hash must get the Storage using a key
Should use QRCode component in
workspaces/frontend/src/components/qrcode/qr-code.tsx
...