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: src/components/sections/DashboardWorkspace.jsx
+40-7Lines changed: 40 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -102,6 +102,20 @@ const EXAMPLE_PROMPTS = [
102
102
{icon: Layers,title: 'Business overview',prompt: 'Build a dashboard with the most important KPIs and a couple of charts summarizing overall business health.'},
103
103
]
104
104
105
+
// Rotates under the real live step while a build is in flight — genuine,
106
+
// shippped-feature facts (not filler), so the wait teaches something instead
107
+
// of just decorating it. Kept short; the real step above stays the primary line.
108
+
constBUILD_TIPS=[
109
+
'Every query is verified against your real data before it ever reaches the screen.',
110
+
'Dashboards run read-only — the agent can look, never write.',
111
+
'Ask to add a chart or change a metric any time — it edits in place.',
112
+
'Every save keeps a version history, so you can always roll back a change.',
113
+
'Publish a dashboard to get a read-only link — no login required to view it.',
114
+
'Turn any dashboard into a TV/kiosk view that auto-refreshes on a wall display.',
115
+
'Set a plain-English alert and DeepSQL checks it on a schedule for you.',
116
+
'Duplicate a dashboard to branch it without touching the original.',
117
+
]
118
+
105
119
// Focused, chrome-less builder. Left = the agent (generate / refine); main = the
106
120
// live dashboard canvas. The DeepSQL logo and breadcrumb return to the gallery.
<h2className={styles.newTitle}>Nothing built here yet</h2>
936
+
<pclassName={styles.newSub}>This dashboard doesn’t have a build yet — the chat on the left may just be planning so far. Ask for a chart to get started.</p>
937
+
<buttonclassName={styles.backLink}onClick={onClose}><ChevronLeftsize={14}/> Back to dashboards</button>
0 commit comments