dashboard page fixes v1 (visual only)

This commit is contained in:
MatejGhub
2026-09-12 23:17:23 +02:00
parent 32c6c828b1
commit 90abd6846c
29 changed files with 455 additions and 557 deletions
+1 -3
View File
@@ -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",