Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/onboarding-manifest-about.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"saleor-app-onboarding": patch
---

Updated the app description shown in the Saleor Dashboard to clarify that the Onboarding app mounts itself on the Dashboard home page and does not provide a dedicated UI in the extensions view.
2 changes: 1 addition & 1 deletion apps/onboarding/src/app/api/manifest/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const handler = createManifestHandler({

const manifest: AppManifest = {
about:
"Saleor Onboarding App — guides new users through the first steps of using Saleor Dashboard.",
"Saleor Onboarding App — guides new users through the first steps of using Saleor Dashboard. App mounts itself on the Dashboard home page and do not provide dedicated UI in the extension view.",

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"Saleor Onboarding App — guides new users through the first steps of using Saleor Dashboard. App mounts itself on the Dashboard home page and do not provide dedicated UI in the extension view.",
"Saleor Onboarding App — guides new users through the first steps of using Saleor Dashboard. App mounts itself on the Dashboard home page and does not provide dedicated UI in the extension view.",

author: "Saleor Commerce",
brand: {
logo: {
Expand Down
Loading