Skip to content

Commit 2275171

Browse files
committed
Add green card demo to embedded
1 parent 3cff8fc commit 2275171

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

web/src/components/common/DemoComponents.tsx

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ import { RootState } from '../../state/store';
99
const DEMO_SLUGS = [
1010
"/138-demo-sql",
1111
"/139-demo-mbql",
12-
"/1-e-commerce-insights"
12+
"/1-e-commerce-insights",
13+
"/34-us-green-card"
1314
]
1415

1516
const MESSAGES = [
@@ -23,14 +24,19 @@ const MESSAGES = [
2324
\`[badge]Protip: \` Click the MinusX logo on the left to toggle the side panel`,
2425
`Hey there! Welcome to the **[MinusX Dashboard Demo](https://docs.minusx.ai/en/articles/11496071-q-a-on-dashboards)**. Try any of the suggested questions, or ask something of your own!
2526
27+
---
28+
\`[badge]Protip: \` Install MinusX on your own Metabase with a [simple Chrome Extension](https://minusx.ai/chrome-extension/)`,
29+
`Hey there! Welcome to the **[MinusX Dashboard Demo](https://docs.minusx.ai/en/articles/11496071-q-a-on-dashboards)**. Try any of the suggested questions, or ask something of your own!
30+
2631
---
2732
\`[badge]Protip: \` Install MinusX on your own Metabase with a [simple Chrome Extension](https://minusx.ai/chrome-extension/)`
2833
]
2934

3035
const MESSAGE_TITLES = [
3136
"SQL Demo",
3237
"MBQL Demo",
33-
"Dashboard Q&A"
38+
"Dashboard Q&A",
39+
"Green Cards"
3440
]
3541

3642
const ALL_SUGGESTIONS = [
@@ -44,6 +50,11 @@ const ALL_SUGGESTIONS = [
4450
],
4551
[
4652
"what's the total non gizmo order %?"
53+
],
54+
[
55+
"Show me the top 10 most popular green card categories",
56+
"what's the average processing time for green cards?",
57+
"how many green cards were issued in the 2024?"
4758
]
4859
]
4960

0 commit comments

Comments
 (0)