dashboard page fixes v1 (visual only)
This commit is contained in:
@@ -507,7 +507,7 @@ export const INTENT_REGISTRY: IntentDefinition[] = [
|
||||
guideSteps: [
|
||||
{ title: "Open Settings → API Keys", detail: "Company admin required to create keys" },
|
||||
{ title: "Click Create API Key", detail: "Name the key, then create" },
|
||||
{ title: "Copy the secret once", detail: "It is shown only at creation — store it safely" }
|
||||
{ title: "Copy the secret once", detail: "It is shown only when created, so store it safely" }
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -704,11 +704,9 @@ export function intentById(id: IntentId): IntentDefinition | undefined {
|
||||
}
|
||||
|
||||
export const QUICK_START_REPLIES = [
|
||||
"Getting started",
|
||||
"Add a feed URL",
|
||||
"Upload a CSV",
|
||||
"Map fields",
|
||||
"Connect Shopify",
|
||||
"API keys",
|
||||
"Attributes",
|
||||
"Start processing",
|
||||
|
||||
Reference in New Issue
Block a user