You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: web/src/components/common/DemoComponents.tsx
+13-2Lines changed: 13 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,8 @@ import { RootState } from '../../state/store';
9
9
constDEMO_SLUGS=[
10
10
"/138-demo-sql",
11
11
"/139-demo-mbql",
12
-
"/1-e-commerce-insights"
12
+
"/1-e-commerce-insights",
13
+
"/34-us-green-card"
13
14
]
14
15
15
16
constMESSAGES=[
@@ -23,14 +24,19 @@ const MESSAGES = [
23
24
\`[badge]Protip: \` Click the MinusX logo on the left to toggle the side panel`,
24
25
`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!
25
26
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
+
26
31
---
27
32
\`[badge]Protip: \` Install MinusX on your own Metabase with a [simple Chrome Extension](https://minusx.ai/chrome-extension/)`
28
33
]
29
34
30
35
constMESSAGE_TITLES=[
31
36
"SQL Demo",
32
37
"MBQL Demo",
33
-
"Dashboard Q&A"
38
+
"Dashboard Q&A",
39
+
"Green Cards"
34
40
]
35
41
36
42
constALL_SUGGESTIONS=[
@@ -44,6 +50,11 @@ const ALL_SUGGESTIONS = [
44
50
],
45
51
[
46
52
"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?",
0 commit comments