File tree Expand file tree Collapse file tree
showcase/shell-dashboard/src/components Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,26 +39,26 @@ function LinksLegend() {
3939function DepthLegend ( ) {
4040 return (
4141 < LegendItem >
42- < span className = "font-semibold text-[var(--text-secondary)]" > D0-D4</ span >
43- integration wiring depth (D0 = listed, D4 = full tool rendering)
42+ < span className = "font-semibold text-[var(--text-secondary)]" >
43+ L1-L4 Strip
44+ </ span >
45+ per-integration health levels shown in column header
4446 </ LegendItem >
4547 ) ;
4648}
4749
4850function HealthLegend ( ) {
4951 return (
5052 < >
51- { /* Depth/level explanations grouped first */ }
52- < LegendItem >
53- < span className = "font-semibold text-[var(--text-secondary)]" >
54- L1-L4 Strip
55- </ span >
56- per-integration health levels shown in column header
57- </ LegendItem >
53+ { /* Depth explanations in ascending order */ }
5854 < LegendItem >
5955 < span className = "font-semibold text-[var(--text-secondary)]" > D2</ span >
6056 API: responds to a basic CopilotKit API call
6157 </ LegendItem >
58+ < LegendItem >
59+ < span className = "font-semibold text-[var(--text-secondary)]" > D3</ span >
60+ Page Load: demo page loads in a browser
61+ </ LegendItem >
6262 < LegendItem >
6363 < span className = "font-semibold text-[var(--text-secondary)]" > D4</ span >
6464 Round Trip (RT): single message, full-stack response verification
You can’t perform that action at this time.
0 commit comments