Commit 1b54958
committed
fix(bench): keep hero heading in renderAllEmpty for UX consistency
When the snapshot fallback chain fully fails, renderAllEmpty was emitting
just an error <p> for the hero panel while still emitting <h4> titles for
each throughput panel — an inconsistent layout where the hero heading
vanishes on error but section headings stay. Add the standard
'Throughput at a glance' <h3> before the error message so the page
structure is identical between healthy and empty states.
Addresses Momus BOT-A2 (Low).1 parent 656974c commit 1b54958
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1019 | 1019 | | |
1020 | 1020 | | |
1021 | 1021 | | |
| 1022 | + | |
| 1023 | + | |
1022 | 1024 | | |
1023 | 1025 | | |
1024 | 1026 | | |
| |||
0 commit comments