Detail Pane Cleanup #1973
Conversation
|
📊 Benchmark Results
workflow with no steps💻 Local Development
▲ Production (Vercel)
🔍 Observability: Express workflow with 1 step💻 Local Development
▲ Production (Vercel)
🔍 Observability: Express workflow with 10 sequential steps💻 Local Development
▲ Production (Vercel)
🔍 Observability: Express workflow with 25 sequential steps💻 Local Development
▲ Production (Vercel)
🔍 Observability: Express workflow with 50 sequential steps💻 Local Development
▲ Production (Vercel)
🔍 Observability: Express Promise.all with 10 concurrent steps💻 Local Development
▲ Production (Vercel)
🔍 Observability: Express Promise.all with 25 concurrent steps💻 Local Development
▲ Production (Vercel)
🔍 Observability: Express Promise.all with 50 concurrent steps💻 Local Development
▲ Production (Vercel)
🔍 Observability: Express Promise.race with 10 concurrent steps💻 Local Development
▲ Production (Vercel)
🔍 Observability: Express Promise.race with 25 concurrent steps💻 Local Development
▲ Production (Vercel)
🔍 Observability: Express Promise.race with 50 concurrent steps💻 Local Development
▲ Production (Vercel)
🔍 Observability: Express workflow with 10 sequential data payload steps (10KB)💻 Local Development
▲ Production (Vercel)
🔍 Observability: Express workflow with 25 sequential data payload steps (10KB)💻 Local Development
▲ Production (Vercel)
🔍 Observability: Express workflow with 50 sequential data payload steps (10KB)💻 Local Development
▲ Production (Vercel)
🔍 Observability: Express workflow with 10 concurrent data payload steps (10KB)💻 Local Development
▲ Production (Vercel)
🔍 Observability: Express workflow with 25 concurrent data payload steps (10KB)💻 Local Development
▲ Production (Vercel)
🔍 Observability: Express workflow with 50 concurrent data payload steps (10KB)💻 Local Development
▲ Production (Vercel)
🔍 Observability: Express Stream Benchmarks (includes TTFB metrics)workflow with stream💻 Local Development
▲ Production (Vercel)
🔍 Observability: Express stream pipeline with 5 transform steps (1MB)💻 Local Development
▲ Production (Vercel)
🔍 Observability: Express 10 parallel streams (1MB each)💻 Local Development
▲ Production (Vercel)
🔍 Observability: Express fan-out fan-in 10 streams (1MB each)💻 Local Development
▲ Production (Vercel)
🔍 Observability: Express SummaryFastest Framework by WorldWinner determined by most benchmark wins
Fastest World by FrameworkWinner determined by most benchmark wins
Column Definitions
Worlds:
❌ Some benchmark jobs failed:
Check the workflow run for details. |
🧪 E2E Test Results❌ Some tests failed Summary
❌ Failed Tests🐘 Local Postgres (2 failed)nextjs-turbopack-stable-lazy-discovery-disabled (1 failed):
nextjs-webpack-stable-lazy-discovery-disabled (1 failed):
Details by Category✅ ▲ Vercel Production
✅ 💻 Local Development
✅ 📦 Local Production
❌ 🐘 Local Postgres
✅ 🪟 Windows
✅ 📋 Other
❌ Some E2E test jobs failed:
Check the workflow run for details. |
|
Deployment failed with the following error: |
| if (selectedSpan.resource === 'hook') { | ||
| return (data.hookId as string | undefined) ?? selectedSpan.spanId; | ||
| } | ||
| const { prevSpanId, nextSpanId } = useMemo(() => { |
There was a problem hiding this comment.
added back in navigation controls for detail panel
| )} | ||
| {hasThisVal && ( | ||
| <DetailCard summary="this">{JsonBlock(thisVal)}</DetailCard> | ||
| <DetailCard summary="Context">{JsonBlock(thisVal)}</DetailCard> |
There was a problem hiding this comment.
rename this to Context
| const ctx = useContext(DecryptClickContext); | ||
|
|
||
| return ( | ||
| <div className="relative min-h-20 overflow-hidden rounded-md border border-gray-alpha-400 bg-background-100"> |
There was a problem hiding this comment.
blurred out fake encrypted state
| new Set() | ||
| ); | ||
|
|
||
| const sidebar = useSidebarDataOptional(); |
There was a problem hiding this comment.
avoid flashing decrypt button, pull in state
Co-authored-by: Mitul Shah <mitulxshah@gmail.com>
Mostly just polish and UI improvements on the detail pane.
Before:
CleanShot.2026-05-12.at.15.54.33.mp4
After:
CleanShot.2026-05-12.at.15.55.06.mp4