@@ -70,7 +70,12 @@ function MiniQueryPipelineDiagram() {
7070 }
7171 />
7272 < FlowLine length = { 24 } color = "blue" delay = { 1 } />
73- < FlowNode label = "QueryBuilder" color = "indigo" size = "sm" delay = { 0.55 } />
73+ < FlowNode
74+ label = "QueryBuilder"
75+ color = "indigo"
76+ size = "sm"
77+ delay = { 0.55 }
78+ />
7479 < FlowLine length = { 24 } color = "blue" delay = { 2 } />
7580 < FlowNode label = "Database" color = "blue" size = "sm" pulse delay = { 0.7 } />
7681 </ div >
@@ -108,7 +113,13 @@ function MiniQueryPipelineDiagram() {
108113 < FlowLine length = { 24 } color = "indigo" delay = { 3 } />
109114 < FlowNode label = "MySQL" color = "blue" size = "sm" delay = { 1.0 } />
110115 < FlowLine length = { 24 } color = "indigo" delay = { 4 } />
111- < FlowNode label = "MongoDB" color = "indigo" size = "sm" pulse delay = { 1.15 } />
116+ < FlowNode
117+ label = "MongoDB"
118+ color = "indigo"
119+ size = "sm"
120+ pulse
121+ delay = { 1.15 }
122+ />
112123 </ div >
113124
114125 { /* Row 3: Query pipeline events */ }
@@ -122,7 +133,12 @@ function MiniQueryPipelineDiagram() {
122133 className = "flex items-center gap-0"
123134 >
124135 < FlowLine length = { 28 } color = "green" delay = { 3 } />
125- < FlowNode label = "tag.resolve" color = "gray" size = "sm" delay = { 1.1 } />
136+ < FlowNode
137+ label = "tag.resolve"
138+ color = "gray"
139+ size = "sm"
140+ delay = { 1.1 }
141+ />
126142 < FlowLine length = { 24 } color = "green" delay = { 4 } />
127143 < StatusBadge status = "delivered" label = { 'grove:"..." tag' } />
128144 </ motion . div >
@@ -153,7 +169,12 @@ function MiniQueryPipelineDiagram() {
153169 className = "flex items-center gap-0"
154170 >
155171 < FlowLine length = { 28 } color = "green" delay = { 7 } />
156- < FlowNode label = "scan.result" color = "gray" size = "sm" delay = { 1.5 } />
172+ < FlowNode
173+ label = "scan.result"
174+ color = "gray"
175+ size = "sm"
176+ delay = { 1.5 }
177+ />
157178 < FlowLine length = { 24 } color = "green" delay = { 8 } />
158179 < StatusBadge status = "delivered" label = "zero-copy" />
159180 </ motion . div >
0 commit comments